summaryrefslogtreecommitdiff
path: root/apps/platform
Commit message (Collapse)AuthorAgeFilesLines
* Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to ↵Gregory Nutt2013-12-293-0/+200
| | | | apps/platform/stm3240g-eval/
* apps/platform/mikroe-stm32f4 updated to use new MTD configuratino driver ↵Gregory Nutt2013-11-041-48/+54
| | | | features
* apps/platform/Makefile was not dealing with the bin subdirectory correctlyGregory Nutt2013-11-023-10/+18
|
* Extend stack debug logic to include IDLE and interrupt stacks. Also color ↵Gregory Nutt2013-11-011-2/+2
| | | | the heap as well. Based on suggestions from David Sidrane
* The Mikroe STM32 F4 board now uses /dev/config for configuration data ↵Gregory Nutt2013-11-012-15/+61
| | | | storage. From Ken Pettit
* Missing file that I forgot to add in the last commitGregory Nutt2013-10-301-0/+260
|
* apps/platform/mikroe-stm32f4 now support platform-specific configuration ↵Gregory Nutt2013-10-302-1/+39
| | | | data. From Ken Pettit
* Add interface definition for platform-specific storage of configuration ↵Gregory Nutt2013-10-301-0/+11
| | | | data; Modify NxWM unit test to use these interfaces, if available, to save and restore touchscreen calibration data.
* apps/platform: A new now for platform-specific applicatin codeGregory Nutt2013-10-309-0/+314