59 Commits

Author SHA1 Message Date
wanggang26
ce240482f3 ofloader: add open flash loader support [1/2]
Change-Id: Ic4d3af19b511f2629004b477f8b8702336aef6e1
2024-11-20 19:32:38 +08:00
dongjiuzhu1
aeb253eb11 system/uorb: Support frequency less than 1hz
Change-Id: I8143f812c88e65c4994d4076cad6c67b80baa7e1
2024-11-20 19:32:37 +08:00
wanggang26
0fd5871176 nshlib: add negative number logical judgement support for test and [ command
Change-Id: Ifc97007f396137da455165003353b68857c0fd05
2024-11-20 19:32:34 +08:00
Junbo Zheng
f4812d9436 apps/nshlib: add the missing FAR macro for all source files
Change-Id: I0c6271728d0adc9b01cafa31f9b318ec80ecbf00
2024-11-20 19:28:39 +08:00
Fotis Panagiotopoulos
feddb87cd6 Fixed compiler warnings. 2024-11-20 19:28:39 +08:00
baggio63446333
3227fec8e7 nshlib: Change ELF priority and stack size based on builtin list
When an application is used as a loadable ELF module, the priority and
stack size of the application task is always fixed at the default values.

This commit changes to get the priority and stack size of the application
from the bulitin list. If it is not on the list, it still works as before.

Change-Id: I4dbe3ad30476703eaaacb10aa8853f1b2c68fc89
2024-11-20 19:28:39 +08:00
raiden00pl
81d64d5e44 examples/foc: separate control thread configuration from general args
Change-Id: I1ac9785899c938408b5c112db515a6934b86749e
2024-11-20 19:28:37 +08:00
Peter Bee
d11d8ce316 lv_gpu_decoder: fix potential oob read
Change-Id: I4ab06c99aef3b017d16d59482378feba3de16388
2024-11-20 19:28:36 +08:00
Junbo Zheng
a9db483d08 README.md: Update NuttX Porting Guide Online links
Change-Id: I0eed7ce63fd3cfb67b679770c3df3d54aae5a00c
2024-11-20 19:28:33 +08:00
wanghaiyun
ee5ec3c294 [cdp] Completed the integration with devtools dump memory function
Change-Id: I488e5abda599dfbb9fcd9249372f70e5a87faf4a
2024-11-20 19:28:32 +08:00
Petro Karashchenko
7b4147f13d include/canutils/lely: fix file path in comment header
Change-Id: Iced7a5fa3e54f44bc38457e83216627d48de90e1
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2024-11-20 19:28:29 +08:00
liangchaozhong
402f6a8a12 usrsock:aggregrate more data into single recf_from response
Change-Id: I404c6e8d72a5532ff4976965ec6c925a0a787367
2024-11-20 19:28:27 +08:00
田昕
1d21c12399 dhcpc:fix xid error clear bug.
Change-Id: I2af5eb2d3c6f7c9c5df9993cfb1a1bb4462a6b32
2024-11-20 19:28:25 +08:00
Petro Karashchenko
b1655774e2 ostest/prioinherit: fix priority inheritance test when compiled without optimisation
When application is compiled without optimisation the stack usage
is higher. 1K stack of adversary task is getting overflowed and that
leads to crash. Set stack size to CONFIG_DEFAULT_TASK_STACKSIZE for
adversary task

Change-Id: I912fb1df1d8a1e01213ecbd181bfe6b16e78c637
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2024-11-20 19:28:23 +08:00
pedrobertoleti
fa7400c26e Fixed unused variable and improved Kconfig for TCP IPC Client & Server
Change-Id: If84ae6d1ea0591b08bc99fa55cc97bd921d9a63a
2024-11-20 19:28:21 +08:00
zhanghongyu
ddaa6e3be8 dhcpc: codechecker issuse fix
Change-Id: I80aa17ccdaab9890bae19409b812c972b8b203ec
2024-11-20 19:28:20 +08:00
Xiang Xiao
1b2203ee8f Remove the unnecessary cast for main_t, NULL and argv
Change-Id: Iff43e95cb1530927e36e675e814550015780379e
2024-11-20 19:28:18 +08:00
Xiang Xiao
3de168ad1e Fix the minor style issue
Change-Id: Ic243fbe9a63ed9438a56c707a664d988056b7f2c
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
574fc65703 Fix the minor style issue
Change-Id: Ie5947e9ab084a21865c7a7abc9e2b745567dc964
2024-11-20 19:28:10 +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
chao an
c0ba329582 apps/Application: create binary dir before archive
Change-Id: I548b6ef2f7da6e5dccbd21ad2adbbc903b6a4152
2024-11-20 19:28:08 +08:00
Fotis Panagiotopoulos
d896437d9e Fixes in DHCPc.
Change-Id: I21227aae4e8e41c6af4a757ee78a55e733d523e7
2024-11-20 19:28:06 +08:00
haopengxiang
0e2146f108 gps/bream: add cn0 data provided by bream[3]
Change-Id: I88e58350b469e0420f58b49bd027a9b810e12e44
2024-11-20 19:28:05 +08:00
chao an
dca08b930f netutls/dhcpc: treat EINTR as normal errno
Change-Id: I2227c67f8975ca9dd61260c85d7ea857f9c361a7
2024-11-20 19:27:59 +08:00
chao an
f90ad4aac8 netutls/dhcpc: treat EINTR as the normal errno
Change-Id: I08216099b6085d8e1c26797fd29f6555d6f28ec3
2024-11-20 19:27:58 +08:00
Junbo Zheng
7f9e735c57 apps/nshlib: add the missing FAR macro for all source files
Change-Id: I31cb5adf322492218daf942a11180f2dd35779f7
2024-11-20 19:27:56 +08:00
Junbo Zheng
6b617239ff apps/nshlib: add uptime command support
Change-Id: I2c2ad2b3ca83d9c44c040a0eff223916a45cbb04
2024-11-20 19:27:56 +08:00
nietingting
f1b17d0e5f ltp: draft, fix build fail with "argument too long" issue on 20.04
Change-Id: Ib3a38c5a3cb5f24b685f81b45d2261f9b958a030
2024-11-20 19:27:54 +08:00
yinshengkai
af4f8150d1 quickjs: add qjs tool configuration item
Change-Id: I2659b035635961edc9a4c288b898f83cc0894867
2024-11-20 19:27:52 +08:00
Peter Bee
e935954836 lv_porting/gpu: fix 16bpp
Change-Id: Ia869d4c42aae60627c516cd53b3ade65f045148d
2024-11-20 19:27:49 +08:00
Huang Qi
4c27218ee5 gpusutils/minmea: Fix build break by wrong unpack path
Change-Id: I5eb5e875364bcff564dc2a048b30fc933b881aed
2024-11-20 19:27:47 +08:00
Huang Qi
db4cdfa212 Don't download tarballs if a local git repo found
Change-Id: I8af15971d73a0df5558331bf7595ba6fb8ef78e0
2024-11-20 19:27:45 +08:00
Fotis Panagiotopoulos
3422383039 Fixed compiler warnings. 2024-11-20 19:27:42 +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
cac0e9a85c nshlib: update licenses to Apache
Gregory Nutt is has submitted the SGA

Uros Platise has submitted the ICLA

as a result we can migrate the licenses to Apache.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2024-11-20 19:22:46 +08:00
Subhra Sankha Sarkar
b3a7f42a4c Fixing coding style issues for rest of nshlib directory - except for the false +ve nsh_timcmds.c 2024-11-20 19:21:32 +08:00