Commit Graph

37 Commits

Author SHA1 Message Date
Mark Olsson
7c790c7dc0 Add platform files for NUCLEO-144 (NUCLEO-F746ZG) 2016-05-19 13:40:00 +02:00
Gregory Nutt
0fcc63b642 I don't think it is necessary to create the apps/platform/board link when cleaning 2016-05-10 18:32:31 -06:00
Gregory Nutt
1106658ab1 Another minor Makefile improvement for the case of no .config file 2016-05-10 18:25:13 -06:00
Gregory Nutt
0a33420e02 apps/platform/Makefile: .config should not be a .PHONY target 2016-05-10 16:40:16 -06:00
Gregory Nutt
29e8b8e059 Several Makefiles: Add .PHONY definitions to prevent 'clean up to date' message weirdness; Add default definitions for some commonly used things when 'make clean' is used without .config or Make.defs files installed. 2016-05-10 15:40:20 -06:00
Gregory Nutt
843d2b90e6 Move stm32_cxxinitialize to where it belongs in apps/platform 2016-03-25 15:16:56 -06:00
Gregory Nutt
da04473576 Add platform files for STM32L476-DISCO 2016-03-25 15:02:47 -06:00
Gregory Nutt
18bfa67006 apps/platform: Add a directory for the Sabre-6Quad board 2016-03-01 15:46:32 -06:00
Gregory Nutt
694d6b4010 Missed one file in last set of changes 2016-01-29 11:10:06 -06:00
Gregory Nutt
ca0acecd8b Fix up copyright info one replacement fails to match copyright info on original files 2016-01-29 11:09:22 -06:00
Gregory Nutt
df8cb565a1 Move xyz_cxxinitialize.c from nuttx/configs/abc/src to apps/platform/abc/ (where xyz is the processor family and abc is the board) 2016-01-29 10:46:04 -06:00
Gregory Nutt
f1b0dee2b5 Fix some errors in last commit 2016-01-29 10:06:36 -06:00
Gregory Nutt
f4bb412f63 Move stm32_cxxinitialize.c from nuttx/configs/mikroe-stm32f4/src to apps/platform/mikrow-stm32f4/ 2016-01-29 09:57:08 -06:00
Gregory Nutt
1fc6fd9694 apps/platform/Makefile: Use a relative path to the board directory link rather than the absolute path. For Cygwin, the absolute would would need converted with cygpath. But just using the relative path is a simpler solution. 2016-01-27 14:19:47 -06:00
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