feat: Added CC option to kconfig
This commit is contained in:
parent
e4dc0d0a04
commit
8fac1270b1
3 changed files with 12 additions and 3 deletions
|
@ -31,3 +31,9 @@ config ENABLE_FLANTERM
|
|||
bool "Enable Flanterm Support"
|
||||
help
|
||||
Includes support for the Flanterm terminal emulator. Useful for debugging real hardware.
|
||||
|
||||
config CC
|
||||
string "C Compiler"
|
||||
default "gcc"
|
||||
help
|
||||
Path to the C compiler to use for building.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue