Oopenvela-robotexamples/memory_pressure: fix daemon loop condition
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
adc: fix the compilation error adc_main.c: In function 'main': 14:41:30 adc_main.c:310:22: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 310 | printf("adc_main: read size=%ld is not a multiple of " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 311 | "sample size=%d, Ignoring\n", 312 | (long)nbytes, sizeof(struct adc_msg_s)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int adc_main.c:311:36: note: format string is defined here 311 | "sample size=%d, Ignoring\n", | ~^ | | | int | %ld Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
driver test: add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
Merge branch 'master' into vela apache/nuttx-apps commit id: c5c18a29973802b196e77adf3fd3e6742a269d83 Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
driver test: add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
Added demo for BLE Summary --------------------------------------------------------------------------------------------------------- Created a minimal demo application for Bluetooth. It works by displaying some data over Bluetooth and the user can connect to the device running it on NuttX and read this data. This can work in 2 scenarios: a real scenario, in which data from the BME680 (temperature, humidity, etc..) is used and the user will be able to read it. The second scenario involves displaying some dummy data (hardcoded values) for testing purposes. This application can serve as an example for users implementing more complex applications using Bluetooth on NuttX. Testing --------------------------------------------------------------------------------------------------------- I used the ESP32-Sparrow (which includes the BME680 sensor) and the ESP32-devkitc boards for testing. The Bluetooth stack starts by default with advertising when it initializes, however I noticed that enabling advertising in the stack does not work (at least on ESP32). However, when scanning is also enabled, the device starts advertising. Therefore, in our application, during the BLE services initialization part, I also enable scanning as a temporary workaround in order to make sure the device advertises and the user can see it and connect to it. | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
fix the compilation error caused by CONFIG_DISABLE_SIGNALS The commit 'add support for CONFIG_DISABLE_SIGNALS' led to: undefined reference to signal' undefined reference to sigaction' Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
fix compile error Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
examples/camera: fix compile error. camera_bkgd.c: In function 'nximage_initialize': camera_bkgd.c:226:3: error: unknown type name 'pthread_t' 226 | pthread_t thread; | ^~~~~~~~~ Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
examples/capture: support monitor edge change by signal Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
fix the compilation error caused by CONFIG_DISABLE_SIGNALS The commit 'add support for CONFIG_DISABLE_SIGNALS' led to: undefined reference to signal' undefined reference to sigaction' Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
Fix Error: configdata_main.c:402:14: error: variable 'iteration' set but not used [-Werror,-Wunused-but-set-variable] Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
dhcpd: Increase dhcpd_stop's dependency on CONFIG_SCHED_WAITPID dhcpd_stop is not supported when CONFIG_SCHED_WAITPID is not enabled Signed-off-by: zhangshuai39 <zhangshuai39@xiaomi.com> | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
examples/elf: add support for CONFIG_DISABLE_SIGNALS make the example elf can work with SIGNAL disabled Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
examples/fb: change the log message to avoid misunderstanding To make VTF easier to understand which test is done. Signed-off-by: xuxingliang <xuxingliang@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
foc : remove enter/leave_critical_section. Remove enter/leave_critical_section, and up_irq_save to clarify code logic and improve multi-core performance. Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
system/readline: correct the readline(3) prototype dependson:3540672 3540707 3540712 3540700 3540708 3540713 3540930 Reference: https://man.openbsd.org/readline.3 Signed-off-by: chao an <anchao@xiaomi.com> | 2 个月前 | |
Revert "fix progname do not match issue" This reverts commit c230321cae07966837141e5c84600da53b3b6227. | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
gpio: example gpio add poll case for irq Signed-off-by: yezhonghui <yezhonghui@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
cmake(feat):add cmake apps_symtab generate this patch allow hello world and ostest build with m in flat mode Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
driver test: add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
sched: fix the compile error error: implicit declaration of function 'sched_lock' error: implicit declaration of function 'sched_unlock' Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
Kconfig: add depends - EXAMPLES_IGMP depends on NET_IGMP - EXAMPLES_DHCPD depends on NETUTILS_DHCPD Signed-off-by: wushenhui <wushenhui@xiaomi.com> | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
apps: examples: add pci uio ivshmem example Signed-off-by: songjunfan <songjunfan@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
apps/examples:Add keyboard example Signed-off-by: liuhongchao <liuhongchao@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
Merge branch 'master' into vela apache/nuttx-apps commit id: c5c18a29973802b196e77adf3fd3e6742a269d83 Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
benchmarks/rt-tests: Add CONFIG_PIPE dependency and fix compilation issues. This commit added the required CONFIG_PIPE dependency and fix the compilation issues. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com> | 2 个月前 | |
lvgldemo: add poll for mouse Signed-off-by: liuhongchao <liuhongchao@xiaomi.com> | 2 个月前 | |
examples: use deinit to free all resources. Signed-off-by: HongChao6 <liuhongchao_00@126.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
examples/memory_pressure: fix daemon loop condition Fix inverted loop condition: while (g_exit) should be while (!g_exit), causing the daemon to exit immediately instead of running. Signed-off-by: fangpeina <fangpeina@xiaomi.com> | 2 个月前 | |
netlib/setroute: fix dhcpd stack-overflow when calls netlib_set_dripv4addr with debug info-level Signed-off-by: meijian <meijian@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
libc/elf: rename modlib to libelf Renaming "modlib" to "libelf" is more in line with the implementation content, which makes it easier for individual developers to understand the capabilities of this module. CONFIG_LIBC_MODLIB -> CONFIG_LIBC_ELF Signed-off-by: chao an <anchao.archer@bytedance.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
examples/mqttc: add option to use MBED TLS for connections Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
drivertest: Modify output format before: slave size 4slave poll read 0 1 2 3 master write 0 1 2 3 now: read size = 4 slave poll read 0 1 2 3 master write 0 1 2 3 Signed-off-by: Shoukui Zhang <zhangshoukui@xiaomi.com> | 2 个月前 | |
enable SOCK_CLOEXEC explicit leaking here means fork/vfork will duplicate fd without O_CLOEXEC flag to the child process. Signed-off-by: wanggang26 <wanggang26@xiaomi.com> | 2 个月前 | |
net/pkt: add frame_type parameter for netpkt The netpkt tool can specify the frame_type for sending and receiving message Signed-off-by: gaohedong <gaohedong@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
cmake(bugfix):add INCLUDE_DIRECTORIES for nimble /github/workspace/sources/apps/examples/nimble/nimble_main.c:40:10: fatal error: nimble/nimble_npl.h: No such file or directory 40 | #include "nimble/nimble_npl.h" | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
examples: fix sched_note_printf API change Signed-off-by: xuxingliang <xuxingliang@xiaomi.com> | 2 个月前 | |
Remove @ tag from all comments and format the multiple line comments Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
system/readline: correct the readline(3) prototype dependson:3540672 3540707 3540712 3540700 3540708 3540713 3540930 Reference: https://man.openbsd.org/readline.3 Signed-off-by: chao an <anchao@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
system/ofloader: fix compile error. ofloader.c:78:11: error: implicit declaration of function 'close'; did you mean 'pclose'? [-Werror=implicit-function-declaration] 78 | close(devinfo[count].fd); | ^~~~~ | pclose ofloader.c:293:8: error: unknown type name 'pthread_addr_t' 293 | static pthread_addr_t fake_idle(pthread_addr_t arg) | ^~~~~~~~~~~~~~ Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
apps: Fix compilation error after nuttx/arch.h excluded. This patch fix compilation error after excluding nuttx/arch.h. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com> | 2 个月前 | |
wamr: Add external module registration mechanism This patch adds module registration mechanism for WAMR runtime. To register a module, these steps are required: 1. Include Module.mk in your module's Makefile 2. Define WAMR_MODULE_NAME as the module name 3. Implement bool wamr_module_WAMR_MODULE_NAME_register(void) function in your module's source file 4. Enable INTERPRETERS_WAMR_EXTERNAL_MODULE_REGISTRY in menuconfig Signed-off-by: Huang Qi <huangqi3@xiaomi.com> | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
examples/pipe: fix double close Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
enable SOCK_CLOEXEC explicit leaking here means fork/vfork will duplicate fd without O_CLOEXEC flag to the child process. Signed-off-by: wanggang26 <wanggang26@xiaomi.com> | 2 个月前 | |
apps/examples/popen: Modify kconfig file This test depends on !DISABLE_POSIX_TIMERS. arm-none-eabi/bin/ld: apps/examples/popen/libapps_popen.a(popen_main.c.obj): in function popen_main': apps/examples/popen/popen_main.c:62:(.text.popen_main+0x1c): undefined reference to timer_create' Signed-off-by: yukangzhi <yukangzhi@xiaomi.com> | 2 个月前 | |
posix_spawn: Move dependencies to Kconfig posix_spawn depends on these configurations: - !BINFMT_DISABLE - !DISABLE_MOUNTPOINT - BOARDCTL - BOARDCTL_APP_SYMTAB - ELF - FS_ROMFS Check them in compile time may waste some time if the dependencies are not met, move them to Kconfig to avoid this. Signed-off-by: Huang Qi <huangqi3@xiaomi.com> | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
examples/pty_test: fix compile error. CC: mm_heap/mm_heapmember.c pty_test.c: In function 'pts_main': pty_test.c:244:3: error: unknown type name 'pthread_t' 244 | pthread_t si_thread; | ^~~~~~~~~ pty_test.c:245:3: error: unknown type name 'pthread_t' 245 | pthread_t so_thread; | ^~~~~~~~~ pty_test.c:378:9: warning: implicit declaration of function 'pthread_create'; did you mean 'timer_create'? [-Wimplicit-function-declaration] 378 | ret = pthread_create(&si_thread, NULL, | ^~~~~~~~~~~~~~ | timer_create pty_test.c:379:25: error: 'pthread_startroutine_t' undeclared (first use in this function) 379 | (pthread_startroutine_t)serial_in, | ^~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com> | 2 个月前 | |
fix compile error. pwfb_events.c:215:11: error: implicit declaration of function 'pthread_exit' [-Werror=implicit-function-declaration] 215 | pthread_exit(NULL); | ^~~~~~~~~~~~ Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com> | 2 个月前 | |
examples/pwlines: fix compile error CC: signal/sig_pselect.c pwlines_events.c: In function 'pwlines_listener': pwlines_events.c:161:11: warning: implicit declaration of function 'pthread_exit' [-Wimplicit-function-declaration] 161 | pthread_exit(NULL); | ^~~~~~~~~~~~ Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
examples/romfs:add EXAMPLES_ROMFS_RAMDEVNO Summary: add EXAMPLES_ROMFS_RAMDEVNO for custom initliaze ramdisk number Signed-off-by: chenrun1 <chenrun1@xiaomi.com> | 2 个月前 | |
examples/rpmsgchar: add rpmsgchar test demo User can use this example to test the rpmsg char device, and this demo can be compiled to Linux/Android too. Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com> | 2 个月前 | |
rpsock: Move rpsock_server and rpsock_client to vendor Because the lib it depends set proprietary: true. Signed-off-by: zhangbo56 <zhangbo56@xiaomi.com> Signed-off-by: zhangbo56 <zhangbo56@xiaomi.com> | 2 个月前 | |
apps/rust: makefile updates for unified library build system Replace individual Rust crate building with unified library approach through makefile modifications for better build performance and dependency management. * Updated Application.mk to include Rust.mk and add unified build targets * Modified top-level Makefile to integrate RUST_BUILD_UNIFIED in build process * Added RUST_CLEAN_UNIFIED call to Application.mk clean target * Updated Makefile distclean target to remove rust_unified_lib directory * Updated example Makefiles to use nuttx_add_rust registration function * Removed manual EXTRA_LIBS configurations from Rust example Make.defs files * Added .rdat registry files and rust_unified_lib to gitignore * Enhanced tools/Rust.mk with unified build system functions The unified system builds all registered Rust crates together through makefile integration, improving compilation efficiency and enabling better dependency management across the NuttX applications framework. Signed-off-by: Huang Qi <huangqi3@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
libc/elf: rename modlib to libelf Renaming "modlib" to "libelf" is more in line with the implementation content, which makes it easier for individual developers to understand the capabilities of this module. CONFIG_LIBC_MODLIB -> CONFIG_LIBC_ELF Signed-off-by: chao an <anchao.archer@bytedance.com> | 2 个月前 | |
apps/examples:Added a new SPI test case in C Signed-off-by: zhuanglin <zhuanglin@xiaomi.com> | 2 个月前 | |
examples/spislv_test: Added app that allows users to test SPI Slave comm This application continuously reads the file system of the spislv. Each received message will be written to the user in hexadecimal form, and the same received data will be sent back. In this way, the user can test if their spislv driver and hardware setup are working properly before proceeding further. On a master device, using the SPI tool, when sending the message: spi exch -x 4 deadbeef The slave device will output: Slave: 4 Bytes read Value in hex form from /dev/spislv2: de ad be ef Slave: Writing value back to /dev/spislv2 | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
Merge branch 'master' into vela apache/nuttx-apps commit id: c5c18a29973802b196e77adf3fd3e6742a269d83 Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
Merge branch 'master' into vela apache/nuttx-apps commit id: c5c18a29973802b196e77adf3fd3e6742a269d83 Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
enable SOCK_CLOEXEC explicit leaking here means fork/vfork will duplicate fd without O_CLOEXEC flag to the child process. Signed-off-by: wanggang26 <wanggang26@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
examples/thttpd: Remove TCB_FLAG_CANCEL stuff The flags are removed from kernel side | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
fix the compilation error caused by CONFIG_DISABLE_SIGNALS The commit 'add support for CONFIG_DISABLE_SIGNALS' led to: undefined reference to `sigaction' Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
fs: rename PSEUDOFS_SOFTLINKS to FS_LINKS Signed-off-by: zhengyu16 <zhengyu16@xiaomi.com> | 2 个月前 | |
apps/examples: fix compile error when struct touch_samples_s changed. Signed-off-by: rongyichang <rongyichang@xiaomi.com> | 2 个月前 | |
Replace strlen with sizeof for kconfig string Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
[apps]:Update CMAKEList.txt for UDP tests under CMAKE Signed-off-by: zhangkai25 <zhangkai25@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
fix compile errors Fix compile error for andorid.bp method. Signed-off-by: hongfengchen <hongfengchen@xiaomi.com> | 2 个月前 | |
apps:Add depends to different test cases Summary: 1.ftpd 2.unionfs 3.userfs 4.nxffs 5.smart Signed-off-by: chenrun1 <chenrun1@xiaomi.com> | 2 个月前 | |
Merge branch 'master' into vela apache/nuttx-apps commit id: c5c18a29973802b196e77adf3fd3e6742a269d83 Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
apps:Add depends to different test cases Summary: 1.ftpd 2.unionfs 3.userfs 4.nxffs 5.smart Signed-off-by: chenrun1 <chenrun1@xiaomi.com> | 2 个月前 | |
usrsocktest: fix TEST_ASSERT_EQUAL(*events & POLLIN, pfd.revents & POLLIN) fail This assertion should be removed because the POLLIN event is now only raised when there is data pending to be received. Previously, POLLIN was incorrectly set as soon as the connection was established, even when no data was available, which was not consistent with the expected behavior. Signed-off-by: guanyi3 <guanyi3@xiaomi.com> | 2 个月前 | |
enable SOCK_CLOEXEC explicit leaking here means fork/vfork will duplicate fd without O_CLOEXEC flag to the child process. Signed-off-by: wanggang26 <wanggang26@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
vsock_main.c: vsock parameter cid supports string type Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com> | 2 个月前 | |
examples: Add wamr_module This example demonstrates how to register a external module into WAMR runtime. Signed-off-by: Huang Qi <huangqi3@xiaomi.com> | 2 个月前 | |
apps/examples:Add support for multi instance to the watchdog Signed-off-by: zhuanglin <zhuanglin@xiaomi.com> | 2 个月前 | |
examples/watcher: fix compile error. watched.c:77:21: error: implicit declaration of function 'getpid' [-Werror=implicit-function-declaration] 77 | int watched_pid = getpid(); | ^~~~~~ cc1: all warnings being treated as errors make[2]: *** [/home/work/ssd1/workspace/Vela-Multi-Boards-dev-system-CI/apps/Application.mk:253: watched.c.home.work.ssd1.workspace.Vela-Multi-Boards-dev-system-CI.apps.examples.watched.o] Error 1 make[2]: Target 'all' not remade because of errors. make[1]: *** [Makefile:52: /home/work/ssd1/workspace/Vela-Multi-Boards-dev-system-CI/apps/examples/watched_all] Error 2 watcher_main.c: In function 'watcher_daemon': watcher_main.c:195:17: error: implicit declaration of function 'getpid' [-Werror=implicit-function-declaration] 195 | watcher_pid = getpid(); | ^~~~~~ watcher_main.c:218:7: error: implicit declaration of function 'pause' [-Werror=implicit-function-declaration] 218 | pause(); | ^~~~~ Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com> | 2 个月前 | |
examples/watcher: fix compile error. watched.c:77:21: error: implicit declaration of function 'getpid' [-Werror=implicit-function-declaration] 77 | int watched_pid = getpid(); | ^~~~~~ cc1: all warnings being treated as errors make[2]: *** [/home/work/ssd1/workspace/Vela-Multi-Boards-dev-system-CI/apps/Application.mk:253: watched.c.home.work.ssd1.workspace.Vela-Multi-Boards-dev-system-CI.apps.examples.watched.o] Error 1 make[2]: Target 'all' not remade because of errors. make[1]: *** [Makefile:52: /home/work/ssd1/workspace/Vela-Multi-Boards-dev-system-CI/apps/examples/watched_all] Error 2 watcher_main.c: In function 'watcher_daemon': watcher_main.c:195:17: error: implicit declaration of function 'getpid' [-Werror=implicit-function-declaration] 195 | watcher_pid = getpid(); | ^~~~~~ watcher_main.c:218:7: error: implicit declaration of function 'pause' [-Werror=implicit-function-declaration] 218 | pause(); | ^~~~~ Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
examples: Add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
driver test: add depends on Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com> | 2 个月前 | |
enable SOCK_CLOEXEC explicit leaking here means fork/vfork will duplicate fd without O_CLOEXEC flag to the child process. Signed-off-by: wanggang26 <wanggang26@xiaomi.com> | 2 个月前 | |
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
Remove extra whitespace from files (#43) * Remove multiple newlines at the end of file * Remove the white space from the end of line | 2 个月前 | |
Remove the const cast from the initialization of boardioc_symtab_s::symtab Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
nshlib: support c++ access nsh api N/A Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com> | 2 个月前 | |
nshlib: support c++ access nsh api N/A Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com> | 2 个月前 |