blob: 78a061258cc5ecd8692da6ad8cc122a6039cd0e2 [file] [log] [blame]
# Dummy config file to not use a C library *at all*
## depends on BARE_METAL
##
## help Do not use a C library.
## help
## help This is usefull if your project is self-contained, does not rely on
## help an external C library, and provides all the necessary bits.
## help
## help Most probably usefull to bootloaders, as they generally don't depend
## help on the C library.
## help
## help If unsure: do *not* choose that, and use another option in the choice.