Commit Graph

74 Commits

Author SHA1 Message Date
Gregory Nutt
3a23523147 Makefiles: This reverts part of commit cf0365ea9. It restores 'conditional' inclusion of TOPDIR/Make.defs. Otherwise all make targets fail if the board has not been configured. That is okay most of the time, but not for things like clean and distclean which should not depend on being configured. 2019-10-15 09:25:48 +08:00
Xiang Xiao
cf0365ea92 Clean up Makefile under apps folder no functional changes. 2019-10-04 08:35:46 -06:00
Xiang Xiao
9a27d4a697 Makefiles: Remove .PRECIOUS if Makefile doesn't touch libapps. 2019-10-01 11:48:55 -06:00
Gregory Nutt
496dd934cb apps/platform/Makefile: Fix missing dependency path in Makefile. 2018-09-03 10:39:14 -06:00
anchao
b5cfd93444 apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
Gregory Nutt
401687c04b apps/Makefile and platform/Makefile: At clean_context targets that are now invoked from the main nuttx/Makefile. 2018-05-31 14:48:00 -06:00
Gregory Nutt
0509c48ca3 Various fixes necessary to build the simulator under MSYS. 2018-05-31 13:26:18 -06:00
Gregory Nutt
7a8561728c The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree. 2017-08-13 11:03:17 -06:00
Gregory Nutt
a66da34f18 All Makefiles: Add .PRECIOUS: apps/libapps.a to every Makefile. Hopefully this will end awkward problems when you Control-C out of a build and libapps.a is deleted. 2017-08-13 09:35:14 -06:00
Gregory Nutt
013a8a0774 platform/Makefile: More attempts to fix for Windows native build. 2017-07-06 20:17:56 -06:00
Jeff
175610de48 Windows build fixes: Backslash as a delimiter causes problems in pattern subsitutions 2017-07-06 14:27:16 -06:00
Gregory Nutt
c8ae5f1674 platform/mikroe-stm32f4: Update for some coding standard issues. 2017-06-14 12:01:13 -06:00
Gregory Nutt
b08ea68a33 Move prototype from nuttx/include/nuttx/arch.h to apps/include/platform/cxxinitialize.h 2017-05-13 16:53:33 -06:00
Gregory Nutt
041d0d2c68 apps/platform: Fix an error in dependency generation introduced with last changes 2017-05-13 12:36:25 -06:00
Gregory Nutt
7a21692496 apps/platform: Create gnu/ subdirectory that contains the one and only GNU C++ initialization function. Remove all other C++ initialization functions. 2017-05-13 12:06:01 -06:00
Juha Niskanen
cf866aa6fb Add platform files for nucleo-l452re and nucleo-l496zg 2017-05-08 09:19:28 +03:00
Gregory Nutt
3b959bdf4e Clicker2-STM32: Correct name of platform directory 2017-03-22 11:00:49 -06:00
Gregory Nutt
dff912dc7c Clicker-STM32: Add platform directory w/ C++ support 2017-03-22 10:51:38 -06:00
Alan Carvalho de Assis
602e7fe9b1 Add c++ platform/bambino-200e with C++ initialization 2017-03-08 16:34:39 -06:00
raiden00pl
eda07c730d Add platform files for nucleo-f334r8 2017-02-26 10:58:42 +01:00
Gregory Nutt
56397f59fc Add platform support for the Olimex STM32 P407 2016-12-21 10:55:56 -06:00
Gregory Nutt
8805ef1f72 platform/esp32-core: Fix some naming that prenvented building the C++ support. 2016-11-14 13:46:38 -06:00
Gregory Nutt
0b810c5339 Add platform support for the ESP32 core v2 board 2016-10-31 15:31:53 -06:00
Gregory Nutt
7f59a3f69e apps/platform: Add support for STM32L476-MDK 2016-10-06 07:18:36 -06:00
Gregory Nutt
28c397b3ce Add the dirlinks target to some Makefiles. This plugs some wholes open by last chicken-and-egg build fix 2016-07-28 12:00:03 -06:00
Gregory Nutt
a15bd864f5 Move include/nuttx/configdata.h to include/nuttx/mtd/configdata.h 2016-07-21 13:34:19 -06:00
Sebastien Lorquet
2cbad44f1d This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h" 2016-07-11 10:11:18 -06:00
Mateusz Szafoni
e8172f8399 Add platform files for Olimex STM32 E407 2016-06-27 13:43:39 +02:00
Gregory Nutt
c470872dae apps/platform/Kconfig: Fix an inclusion error. Was including /platform/mikroe-stm32f4/Kconfig. Should include through the symbolic link /platform/board/Kconfig 2016-06-23 09:35:04 -06:00
Gregory Nutt
5098539063 Add _ to front of remaining debug macros 2016-06-16 12:12:34 -06:00
Gregory Nutt
c0a4e00cc9 apps/platform: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 14:10:13 -06:00
Gregory Nutt
586b0aa7e0 Change names of *dbg() * *err() 2016-06-11 15:51:27 -06:00
Gregory Nutt
f4bae25e32 Rename *lldbg to *llerr 2016-06-11 14:55:13 -06:00
Gregory Nutt
468bdcf8e6 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:13:39 -06:00
Gregory Nutt
344c92e2a4 Replace all occurrences of vdbg with vinfo 2016-06-11 11:55:38 -06:00
Gregory Nutt
56e75e9db8 Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO 2016-06-11 11:50:38 -06:00
Sebastien Lorquet
bfff5e7179 Add empty preconfig rules to 'leaf' makefiles 2016-06-02 16:24:30 +02:00
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