99 Commits

Author SHA1 Message Date
Huang Qi
73e18528f5 wamr: Add external module registration mechanism
Change-Id: I960b39c5d74972f6278accea753cdb508604a75d
2024-11-20 19:38:26 +08:00
Matheus Catarino
ffd97c1e43 Zig & D examples clean & refactor
dlang: use importC to get NuttX include
zig: leds_zig added
Change-Id: Ia814b720ea66b703845f792b4cbf035faf1f596b
2024-11-20 19:38:24 +08:00
zhangwenjian
f81c2f383d perf-tool:support record function
Change-Id: I025d023203f96006bd58787eee9e683acdd2971b
2024-11-20 19:38:23 +08:00
Matheus Catarino
2cc6cfd639 hello_swift added
required: swift 6 (embedded module)

Change-Id: I46829741ebb1330c3d2736cedb7ae76e32453840
2024-11-20 19:38:21 +08:00
buxiasen
8bc9cc40b3 testing/pm_smp: delay_yield ticks 1->2, avoid idle canot run one cycle
Change-Id: I795624e861c7e47ad4fa4cda32bd6227e117cffa
2024-11-20 19:38:18 +08:00
guoshichao
aa6d673b51 ostest/fpu.c: fix the greenhills compile warning
Change-Id: I503fac576f860ca87be261781479e141545d0bf3
2024-11-20 19:38:15 +08:00
makejian
762feefde9 testing/crypto: add ecdsa testing
Change-Id: Icd5bdaae7386481ce9d2e64d911e5c0cb17cc052
2024-11-20 19:38:13 +08:00
zhangchao53
23d194a517 porting fake function framework
Change-Id: I422a1d2bff25570934f0f0eea511739cf8956a2f
2024-11-20 19:38:11 +08:00
wangjianyu3
9538688c69 system/fastboot: Fix error that download_size always be zero
Change-Id: I52493d62d61f142302aded475058ac4045dc3551
2024-11-20 19:38:08 +08:00
Marco Casaroli
00f4f269e7 feat(nsh): input (stdin) redirection
This adds support for `<` to redirect input on nsh commands.

Change-Id: I916ec0c96c944b9558d4c9fc5f9e723a5234738d
2024-11-20 19:38:06 +08:00
ouyangxiangzhen
66e7cc3ba0 testing/ostest: Fix timing assertions in wdog_test
Change-Id: I75274ad6348cbc1927d23aa3c3afa396c3094895
2024-11-20 19:38:04 +08:00
chenrun1
1b64a7e771 ramspeed:Fix the mem leak caused by not releasing memory when the task exits under the -a option
Change-Id: I0b6167cc7578a026f5271a8d267d8a7ed1c6b255
2024-11-20 19:38:02 +08:00
buxiasen
4a32e75e92 nsh/ps: fix -heap cut more than 10MB
Change-Id: I1bc51a865d412c5b153ef6099bb3d5076e756611
2024-11-20 19:38:00 +08:00
chenrun1
c2176af6bd dhrystone:Ignore warnings. Warnings have no impact on the program itself.
Change-Id: I1f38dc9d084f83c514940d8296b645ba357cebaa
2024-11-20 19:37:58 +08:00
wangjianyu3
19b18f0c1a system/fastboot: Init total_imgsize to zero
Change-Id: I405b16d77bdad5693f1640bb6fa445f5aa5671e8
2024-11-20 19:37:56 +08:00
Ville Juven
eb73fb0760 ostest: Enable vfork test for BUILD_KERNEL
The test was disabled because of a bug in the NuttX kernel, which is now
fixed. Obviously depends on the fix.

Change-Id: Ie78498246bc4f4aa39cf4b240324a0d1ed3e38f1
2024-11-20 19:37:54 +08:00
ouyangxiangzhen
0a55e7d481 apps: Fix compilation error after nuttx/arch.h excluded
Change-Id: I81257d9749ffd784f3f4dc04b7671478e7597547
2024-11-20 19:37:52 +08:00
simbit18
3cc9ff6484 build.yml: Added jobs to speed up CI checks.
Divided jobs risc-v and xtensa to finish workflow under 2 hours.

Change-Id: I47a9972f48ca860a61654a42d18242adc10b4b93
2024-11-20 19:37:51 +08:00
guoshichao
11043e884f ostest/fpu.c: fix the greenhills compile warning
Change-Id: I9011ef15318f6444779cab05dab72d175909e7b2
2024-11-20 19:37:49 +08:00
simbit18
9efd430a84 build.yml: fix error: externally-managed-environment
Change-Id: Ib862d1ee4e522d30a134bf820e0e4a47579c3205
2024-11-20 19:37:48 +08:00
wangmingrong1
ad01a90c3a gcov.c: deal compile warming
Change-Id: I8d3fac5e81c8d4928dab6904544ea7f71af99399
2024-11-20 19:37:46 +08:00
YAMAMOTO Takashi
dd82ac38df toywasm: bump to v57.0.0
Change-Id: Ib013646591fbd99ecce44c0eda1e7650b5dcb0cb
2024-11-20 19:37:44 +08:00
wangjianyu3
f2f4e876f7 system/fastboot: Fix fd leak of fastboot_filedump_upload()
Change-Id: I19d8bffd24df7612e4e9f31ad62dd354149be100
2024-11-20 19:37:43 +08:00
simbit18
7c502cc231 build.yml: Updated the workflow to use version v4 of the actions/upload-artifact and actions/download-artifact
Sync the version of the macOS runner on GitHub with the version used in the nuttx repository.

runs-on: macos-12 -> runs-on: macos-13
Change-Id: I4b9c77378594908e50a8787df19a8513748cd37e
2024-11-20 19:37:41 +08:00
zhangchao53
1c3b4a1987 porting fake function framework to vela via cmake
Change-Id: Ic21829d5b38ae77278137749e6c1982d2bc1306e
2024-11-20 19:37:40 +08:00
YAMAMOTO Takashi
af1821020e wamr: add a few missing options to match the wamr repo counterpart
Change-Id: Ie96b0032f863fa5590e6a8b9aa2a554840e4f72b
2024-11-20 19:37:38 +08:00
anjiahao
26165aa6d8 coredump:fix build break
Change-Id: I8f8bf05018c51ed3e9edf2b3632802bf72cd1ebe
2024-11-20 19:37:36 +08:00
shizhenghui
942ece4eda apps/openh264: add Makefile
Change-Id: I3d3ece7ae33746b0fb790515886101313d3f9ba6
2024-11-20 19:37:34 +08:00
makejian
68c9fa54d1 mbedtls-alt: support cmac
Change-Id: Iac7d2c8a1ee6485384ab0823d5ae03c10b01cfdd
2024-11-20 19:37:32 +08:00
YAMAMOTO Takashi
5d196e1861 toywasm: bump to v54.0.0
Change-Id: Ifcf20ead4bd21b8041c29b3729a0c358c89cf16e
2024-11-20 19:37:30 +08:00
xucheng5
9d2e843ff2 apps: delete netpacket/can.h
Change-Id: I7d7e4143ff248df259fc05eddefe121fe45e0d6e
2024-11-20 19:37:29 +08:00
xuxin19
0cfe71b214 cmake:migrate apps CMakeLists for [canutils]
Change-Id: I474ef90eaf76154c945dd5981989d73179cba5cb
2024-11-20 19:33:09 +08:00
xuxin19
d12e167299 cmake:migrate apps CMakeLists for [audioutils benchmarks]
Change-Id: Icd656a1e27b2195f8f61b099dea85fbc509bc2fc
2024-11-20 19:33:09 +08:00
xuxin19
9069d25104 cmake:migrate apps CMakeLists for canutils
Change-Id: Ib8dbb26a3050c35196d277b76450096059e3436c
2024-11-20 19:33:08 +08:00
Xiang Xiao
d1abb5efc0 Replace all sprintf with snprintf
Change-Id: Ie9e1f1e1a946b53132f0e6374a3ef8ec3956c3ab
2024-11-20 19:31:20 +08:00
Xiang Xiao
3435e52db2 Replace all strcat with strlcat
Change-Id: Id67eab4bf36e4278c9819b2e1b17a4d6da7d4787
2024-11-20 19:31:20 +08:00
raiden00pl
0676705a30 telnetd/Kconfig: cosmetic change
With this change `# CONFIG_SYSTEM_TELNETD_PORT is not set` will not be present
in the generated `.config` file if telnetd is disabled.

Change-Id: Id3f5b0e8f0b48469f76ad741cc4e4eb84e4961cf
2024-11-20 19:31:18 +08:00
liuhongchao
cc5636da30 drivertest:support for circular screens
Change-Id: I9abad9753ab099bb99118010f5d9dec55c8a4fe7
2024-11-20 19:31:16 +08:00
wangchen
3a73991c0b nshlib/netcmds:modify the description of setting MTU
Change-Id: I10492359b8a163d95f90e963d77977fdd25a6dbe
2024-11-20 19:31:14 +08:00
zhangyiyang3
d5966888e7 Add deleting AIDL generated files into distclean
Change-Id: I7db4138a45930165b87475fde302e10a674b7653
2024-11-20 19:31:12 +08:00
Xiang Xiao
bafd55df86 Replace all sprintf with snprintf
Change-Id: I3f3667323f161c71bfebb3c6556be07694380178
2024-11-20 19:31:09 +08:00
chao an
6179da0553 net: fix compiler warning
Change-Id: Ic96d23d19da1bf9dccb49450cd88b242b631cce8
2024-11-20 19:30:09 +08:00
Xiang Xiao
eec24fc106 Fix Error: slcan.c:266:60: error: format specifies type 'unsigned long' but the argument has type 'canid_t' (aka 'unsigned int') [-Werror,-Wformat]
Change-Id: I3f805b6a337bc0563a1499e1f18a39b3f709340a
2024-11-20 19:28:51 +08:00
Xiang Xiao
0dbead5eab Fix Error: slcan.c:265:19: error: variable 'reccount' is uninitialized when used here [-Werror,-Wuninitialized]
Change-Id: I71a7e25010b794b27a5463e875b23d3dd3b62e40
2024-11-20 19:28:51 +08:00
Xiang Xiao
ea6ec607a9 Remove "| O_BINARY" or " |= O_BINARY" since O_BINARY is 0 now
Change-Id: I267559a85fae7068640c03ddf89cba531db1c82b
2024-11-20 19:26:47 +08:00
Alin Jerpelea
0219214d4a apps: graphics: lvgl: 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.

Change-Id: I7ed35e93bf004d597d01139eea89f19efb9caa00
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2024-11-20 19:25:14 +08:00
Xu Xingliang
12f186d1e1 lvgl: fix build warning.
Change-Id: I32f3335174cf8ef469f2054d004a2d7e61d8b80b
2024-11-20 19:25:13 +08:00
Alin Jerpelea
8cea9a6958 apps: examples: update license 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.

Change-Id: I9484b6f6dedbb22e25c93d11cba83db0fdd30398
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2024-11-20 19:25:11 +08:00
Peter Bee
4e9d909574 lv_porting/gpu: MVE accelerated recolor palette
Change-Id: I03f86b8e6d7c5d334c8a343ef21a0056001f2522
2024-11-20 19:25:08 +08:00
Xiang Xiao
8fd3620a8f system/libuv: Switch process.c to process_spawn.c
Change-Id: I67087274ab6adf9de59e566ad09cddbf62adb325
2024-11-20 19:25:03 +08:00