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