Commit Graph

23 Commits

Author SHA1 Message Date
Paul A. Patience
08daaf3273 Nucleo F303RE: Move C++ initialization from configs to apps/platform 2015-11-12 12:28:14 -05:00
Gregory Nutt
0629c5466e Standardize the width of all comment boxes in C file 2015-10-02 17:33:30 -06:00
Gregory Nutt
e9447c6058 Standardize nameing of the pre-processor definitiongs group header 2015-10-02 14:06:11 -06:00
Paul A. Patience
266cc147c4 Correct #if to #ifdef when the macro can be undefined 2015-09-01 13:44:06 -04:00
Gregory Nutt
74801cf38e apps/tools/mkkconfig.sh: The top-level Kconfig file is not auto-generated. The autogenerated Kconfig file will be constructed so that every second level directory that contains a Kconfig file will automatically be sourced 2015-08-11 17:49:10 -06:00
Gregory Nutt
7f0c1fc33f STM32F746G-Disco: Move C++ initialization from configs/ to apps/platform where it belongs 2015-07-21 11:17:58 -06:00
Gregory Nutt
d5b6949c9f Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:14:53 -06:00
Gregory Nutt
dbf881be20 STM32 F4 Discovery: Move up_cxxinitialize from nuttx/configs/stm32f4discovery/src to apps/platform/stm32f4discovery where it belongs. 2015-05-29 12:08:15 -06:00
Gregory Nutt
1c82d1d4a6 apps/platform masks the assumption that the board directory in in-tree 2015-05-22 11:39:19 -06:00
Gregory Nutt
7fccf7de1b Rename up_cxxinitialize.c to stm32_cxxinitialize.c 2015-03-23 14:14:01 -06:00
Gregory Nutt
25eee811c1 apps/platform/Makefile: Add a default defintion for DELIM. Apparently it may not be present in certain causes during 'make distclean'. From Michal Ulianko (SourceForge patch #47 2015-02-18 09:49:55 -06:00
Gregory Nutt
d6bcd1a93a Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished) 2014-09-06 08:00:47 -06:00
Gregory Nutt
01bf45788e Cosmetic: Fix all comments, defaults, etc. that references the defunct name user_start 2014-08-30 11:14:51 -06:00
Gregory Nutt
f942fe139d Some Windows native build fixes 2014-02-07 09:29:02 -06:00
Gregory Nutt
0b4d203c7b Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to apps/platform/stm3240g-eval/ 2013-12-29 15:02:51 -06:00
Gregory Nutt
4f2e095050 apps/platform/mikroe-stm32f4 updated to use new MTD configuratino driver features 2013-11-04 09:24:38 -06:00
Gregory Nutt
dc7f894963 apps/platform/Makefile was not dealing with the bin subdirectory correctly 2013-11-02 11:04:12 -06:00
Gregory Nutt
891d1892e5 Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane 2013-11-01 11:16:51 -06:00
Gregory Nutt
3a8c1cdccd The Mikroe STM32 F4 board now uses /dev/config for configuration data storage. From Ken Pettit 2013-11-01 07:50:35 -06:00
Gregory Nutt
716ca60638 Missing file that I forgot to add in the last commit 2013-10-30 18:11:54 -06:00
Gregory Nutt
be5e345860 apps/platform/mikroe-stm32f4 now support platform-specific configuration data. From Ken Pettit 2013-10-30 17:20:01 -06:00
Gregory Nutt
c107547bdb Add interface definition for platform-specific storage of configuration data; Modify NxWM unit test to use these interfaces, if available, to save and restore touchscreen calibration data. 2013-10-30 10:11:43 -06:00
Gregory Nutt
e1fbe0ba0d apps/platform: A new now for platform-specific applicatin code 2013-10-30 09:04:37 -06:00