Xiang Xiao
01a8bd1ee9
Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),)
...
Change-Id: I1465cc39583c82e2a84cad32b8035a99b9eef8fe
2024-11-20 19:28:16 +08:00
Xiang Xiao
d5dc246b40
Fix the coding style issue
...
Change-Id: If13190ef6421cc50375579dbedd462273c392a1e
2024-11-20 19:28:15 +08:00
Xiang Xiao
f62f59526d
nshlib: Reuse nsh_session logic in nsh_telnetmain
...
Change-Id: I5d07205929e7f97fc4d8b9015e6302a209975e56
2024-11-20 19:28:13 +08:00
chao an
e7142c1a53
apps/application: genarate staging library before copy
...
Change-Id: Ia74124909f6bdb564982f56b8f7b3ec17d89746a
2024-11-20 19:28:12 +08:00
Xiang Xiao
6167eefe33
Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),)
...
Change-Id: I6db45ce30a794a3dc285e2a33f1656657c1abcf7
2024-11-20 19:28:10 +08:00
Xiang Xiao
e4cf63877e
Merge commit 'ca70e585b105b94ae74b104b65975d2b58ae7b0b' into dev
...
Change-Id: Ib21e4b71abe3b57942059ca410606ddef59288d2
2024-11-20 19:23:18 +08:00
wangxuedong
cde2f9b78e
Add lvx_msgbox in Kconfig.
...
Change-Id: I1ce52b1e76c1804429ed6583872b0b328f524d38
2024-11-20 19:23:16 +08:00
ligd
3cc3844141
system/critmon: add thread run time support
...
Change-Id: I19c16be6c1adec9c89b6944f444f21f43accfbf2
2024-11-20 19:23:13 +08:00
songnannan
c2ad3ed62a
fix(sensortest): move set_interval and batch before activate.
...
Change-Id: I10c74a80acf32456117db561a64b78d7b1fdae91
2024-11-20 19:23:11 +08:00
ligd
b085035d8f
examples/watchdog: add depends on CONFIG_WATCHDOG
...
Change-Id: Ic7554418650ebf5943f30fd90475f5ebe799189c
2024-11-20 19:23:08 +08:00
pengyiqiang
5c25068e6c
lvgl: lv_ffmpeg support dynamic picture decoding.
...
Change-Id: I9a6f4d8cfb19f6fab90074fe3acacfa4941a8e8a
2024-11-20 19:23:05 +08:00
Peter Bee
742bfa6c9d
apps/system: fix command history behavior (2)
...
Change-Id: Ib68d1c702428d6c0744dc32a227b9352f682d0c2
2024-11-20 19:23:03 +08:00
pengyiqiang
5fd1689122
examples: Update lvgldemo to lvgl v8.
...
Change-Id: I4f10f0801222fca8d998dfe67ade81978af6cf1f
2024-11-20 19:23:00 +08:00
ligd
a37132d58f
system/critmon: add critmon program for critmon once
...
Change-Id: Ic0fc038f8d9b05fc051314721a0fb1ff559c0c08
2024-11-20 19:22:58 +08:00
lishaoen
db2d8ed871
lv_porting for lvgl v8 (rebase on dev)
...
Change-Id: I8333736a45489336bbd25db5f29c9279524267d1
2024-11-20 19:22:55 +08:00
Alin Jerpelea
ff5c4da65f
include: fix relative path CI error
...
error: Path relative to repository other than nuttx must begin with the root directory
Change-Id: I57f996f5a3dd852c963cdd5be673d76f7b7049a4
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com >
2024-11-20 19:22:52 +08:00
Xiang Xiao
cfc54e46d2
nshlib: Ignore the unkonwn option in nsh_session
...
Change-Id: I2d0483b6a96696c5658c3975b92421c05414fcdb
2024-11-20 19:22:49 +08:00
Alin Jerpelea
5d7a022e49
Makefiles: Gregory Nutt: update licenses to Apache
...
Gregory Nutt is the copyright holder for those files and he has submitted the
SGA as a result we can migrate the licenses to Apache.
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com >
2024-11-20 19:22:43 +08:00
Xiang Xiao
403b4a0178
In all Make.defs files, append CONFIGURED_APPS with the consistent ifeq/ifneq.
2019-10-17 11:42:49 -06:00
Xiang Xiao
7808eb62d2
apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path.
2019-10-17 11:33:59 -06:00
Gregory Nutt
e9edfd064f
apps/nshlib: Add support for NSH local variables if CONFIG_NSH_VARS are set. These are like environment variables but are local to NSH. The importance of this is that these variables are *not* inherited when NSH creates a new task. The new command 'export' was added. In this case, the NSH variable will be promoted to an environment variable and will then be inherited by any tasks executed by NSH.
2018-10-01 13:30:25 -06:00
anchao
b5cfd93444
apps/: Modification to build system: Unified application compilation rules
2018-09-03 09:29:56 -06:00
patacongo
feec38f264
Fixes to apps/*/Make.defs files needed for auto-configuration build
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5027 42af7a65-404d-4744-a932-0658087f49c3
2012-08-14 15:45:53 +00:00
patacongo
3766aebbb4
Developing a new way to handle application configurations
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4609 42af7a65-404d-4744-a932-0658087f49c3
2012-04-14 20:01:08 +00:00