Gregory Nutt
|
cbcabe3314
|
Removed almost all ostest configurations
|
2014-02-28 19:19:11 -06:00 |
Gregory Nutt
|
025233d97e
|
Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if they are reconfigured, they will pick up the most conservative options for all new settings
|
2014-02-28 14:32:44 -06:00 |
Gregory Nutt
|
47ca6ef4d4
|
configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
|
2014-02-28 07:45:51 -06:00 |
Gregory Nutt
|
bcaab16d1f
|
Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't know where the apps/ dir will be be until install time
|
2014-02-21 15:35:53 -06:00 |
Gregory Nutt
|
a998605d9b
|
Remove some garbage files
|
2014-02-15 16:12:43 -06:00 |
Gregory Nutt
|
2f837ccd2a
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
Gregory Nutt
|
1d5b2d3d3e
|
Rename up_irqbutton() to board_button_irq()
|
2014-01-24 14:04:07 -06:00 |
Gregory Nutt
|
1ac245b9c6
|
Rename up_buttons() to board_buttons()
|
2014-01-24 13:59:24 -06:00 |
Gregory Nutt
|
b0c0df84f6
|
Rename up_buttoninit to board_button_intialize
|
2014-01-24 13:50:23 -06:00 |
Gregory Nutt
|
f3f5378acc
|
The optimization level can now be selected as part of the configuration
|
2014-01-24 07:45:35 -06:00 |
Gregory Nutt
|
fd54cfb213
|
Add support for the STM32VL-Discovery board. Contributed by Alan Carvalho de Assis
|
2014-01-12 17:59:38 -06:00 |