aboutsummaryrefslogtreecommitdiff
path: root/samples/tic6x-uclinux
Commit message (Collapse)AuthorAgeFilesLines
* c6x: pin to GCC 13Chris Packham2025-01-081-0/+1
| | | | | | | | The custom uclibc has compile errors with GCC 14. Ignoring that even a bare metal config fails to build (assembler errors in libgcc) with GCC 14. For now pin the sample config to GCC 13 since that seems to work. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Update tic6x sampleAlexey Neyman2022-02-112-0/+15
Restrict kernel to 5.11 and below (support for this arch has been dropped in 5.12); rename the sample to match its name as printed by `ct-ng show-tuple` (otherwise, `make saveconfig` does not update the sample's configuration). Signed-off-by: Alexey Neyman <stilor@att.net>