YAMAMOTO Takashi
|
35933d8131
|
examples: Replace hardcoded stack sizes to DEFAULT_TASK_STACKSIZE
Where the hardcoded values are less than 2048.
Using a bit more memory for examples should not be a critical problem.
|
2020-03-27 02:43:11 -05:00 |
|
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
|
e806097c70
|
Application.mk and main.c files: Change builtin's entry point from main to xxx_main by macro expansion. This change make the entry point fully compliant with POSIX/ANSI standard.
|
2019-10-06 06:14:56 -06:00 |
|
Xiang Xiao
|
cf0365ea92
|
Clean up Makefile under apps folder no functional changes.
|
2019-10-04 08:35:46 -06:00 |
|
anchao
|
b5cfd93444
|
apps/: Modification to build system: Unified application compilation rules
|
2018-09-03 09:29:56 -06:00 |
|
Gregory Nutt
|
a57610c2c4
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:47:26 -06:00 |
|
Gregory Nutt
|
411e053460
|
Review of last PR. Changes to make consistent with NuttX coding standard.
|
2017-07-28 09:14:47 -06:00 |
|
Giorgio Groß
|
5f73f290a1
|
Implement powermonitor example for ltc4151 current and voltage monitor
|
2017-07-28 15:26:11 +02:00 |
|