Commit Graph

  • 712386e787 Changing js-root. bug/duktape-crash-ctrl-c Sergiotarxz 2024-11-16 15:54:40 +01:00
  • 5dbc2a9eb6 Adding app to reproduce error. Sergiotarxz 2024-11-16 15:36:57 +01:00
  • 0090cef718 lvgl: upgrade to release/v9.2.1 Neo Xu 2024-09-20 11:54:30 +08:00
  • a2e76247fb resetcause:restore to factory, factory to factory_inquiry wanggang26 2023-11-09 22:44:07 +08:00
  • e0989d950f pmconfig:fix coverity scan issue which is unsigned_compare dulibo1 2024-03-11 18:27:37 +08:00
  • 7893712622 drivertest:add include file depended by cmocka dulibo1 2023-12-04 20:55:03 +08:00
  • 893ac88f97 batterydump:move to system dir dulibo1 2023-11-07 09:53:22 +08:00
  • 8e938957c2 gpio:add example for wakeup gpio type dulibo1 2023-11-08 11:14:54 +08:00
  • 734baae5a2 test case update follow the regualtor framework dulibo1 2023-10-13 16:54:42 +08:00
  • bbba2448cd nsh_syscmds/rpmsg: include <nuttx/rpmsg/rpmsg.h> to fix compile error Bowen Wang 2024-10-11 11:07:15 +08:00
  • 82fb1a4511 nsh_syscmds.c: upadate rpmsg ping help Yongrong Wang 2024-07-22 20:02:24 +08:00
  • 9aedfdd4f7 gcov.c: deal compile warming wangmingrong1 2024-07-16 14:59:34 +08:00
  • 2b11886c9a system: adjust gcov configuration name yinshengkai 2024-04-08 15:42:18 +08:00
  • 833b36cddc system/gcov: supports generating device-side code coverage yinshengkai 2024-03-27 21:24:24 +08:00
  • 0ed4ca1767 noteprintf: fix compile warnings Neo Xu 2024-10-11 15:15:20 +08:00
  • a7011eb6f6 examples: fix noteprint compile error yinshengkai 2024-10-08 19:58:24 +08:00
  • 42f2b444a2 Revert "lvgl: upgrade to release/v9.2.1" Alin Jerpelea 2024-10-10 09:45:44 +02:00
  • aed7d2b8a9 fsutils/mkmbr/mkmbr.c: fix null pointer access when not all device space is defined in mbr Windrow14 2024-10-09 13:29:38 +08:00
  • 57dd7fd03f lvgl: upgrade to release/v9.2.1 Neo Xu 2024-09-20 11:54:30 +08:00
  • 656d335e05 canutils/libobd2: replace field ch_unused with ch_tcf Alin Jerpelea 2024-10-09 16:14:45 +02:00
  • f2d3423f3b example/can: replace field ch_unused with ch_tcf xucheng5 2024-06-19 16:06:14 +08:00
  • de7bbc1b25 uorb/flush: support flush operation dongjiuzhu1 2024-04-02 20:15:10 +08:00
  • 84e7a1d409 system/uORB: return subscibe latency/interval dongjiuzhu1 2024-05-09 12:29:52 +08:00
  • 9d7e023e65 system/uorb: add O_DIRECT to access sensor as wachers dongjiuzhu1 2024-06-15 17:46:12 +08:00
  • 2ae831f40d system/uORB: using lib_sprintf to output va_format and printf normal info in aosp adb shell dongjiuzhu1 2024-06-15 16:38:00 +08:00
  • f0db02740b system/uorb: fix compile warning dongjiuzhu1 2024-06-05 16:36:38 +08:00
  • 2933182cf6 system/uorb: fix compile warning dongjiuzhu1 2024-06-04 14:54:00 +08:00
  • 83fc4e2aba system/uorb: fix memory leak report by coverity dongjiuzhu1 2024-04-21 15:04:31 +08:00
  • d076b9815e system/uorb: support build in aosp dongjiuzhu1 2024-04-03 17:50:07 +08:00
  • fe5acd6570 apps/uorb: change nuttx/list to posix queue dongjiuzhu1 2024-04-03 20:35:37 +08:00
  • 729e1cad6e uorb:Added 6dof motion and gesture related types. For details,see: https://developer.android.com/reference/android/hardware/SensorEvent#values likun17 2024-08-05 11:51:53 +08:00
  • 9ca75e2977 uORB: Add topic information acquisition and setting interface. likun17 2024-04-01 19:21:58 +08:00
  • f86baa76fc net: Remove IFF_DOWN flag to compatible with Linux/*BSD Xiang Xiao 2024-10-06 15:22:19 +08:00
  • ac11e3cba9 Adapt the new header file path of va_format. likun17 2024-05-31 14:25:20 +08:00
  • b4d794cbd5 Makefile:complete missing DEPPATH xuxin19 2023-12-08 16:37:05 +08:00
  • f81a094283 nshlib: add support for pkill command Michal Lenc 2024-09-17 17:06:03 +02:00
  • 767c8ea6ce uorb: enable O_CLOEXEC explicit wanggang26 2023-10-27 16:33:34 +08:00
  • bae15dfd58 nshlib: enable O_CLOEXEC explicit to avoid potential fd leak wanggang26 2023-10-25 20:44:15 +08:00
  • f27e755ad7 github/workflows: add PR size labeler raiden00pl 2024-09-22 16:55:30 +02:00
  • 864371cc10 nshlib:enable O_CLOEXEC expliciti to avoid potential fd leak wanggang26 2023-10-30 18:10:52 +08:00
  • 3144c14947 listener.c: Support data saving to csv file. likun17 2023-11-28 20:11:10 +08:00
  • b428af2cad uORB: Add formatted string ("o_format") parameters and remove callback log ("cb") printing. likun17 2023-11-24 19:52:21 +08:00
  • 296a6b3cac gas.c:Adapt to uORB new macro definition content. likun17 2024-09-20 14:05:41 +08:00
  • 21f5bc9b70 testing/ramtest: Fix not updated CMake file Alan Carvalho de Assis 2024-09-19 17:45:40 -03:00
  • b1c4e39205 examples/gps: Add default case for switch-warning of vendor extended sentence wangjianyu3 2024-09-19 18:49:31 +08:00
  • abdcb33f14 uORB/uORB; using array to save path for sensor_reginfo_s dongjiuzhu1 2024-06-28 10:32:08 +08:00
  • 9a1a8d3ca3 mbedtls/psa: provides PSA method for using hardware random driver makejian 2024-08-28 20:41:54 +08:00
  • 96b220659d apps/mbedtls-alt: support cmac makejian 2024-07-09 21:08:55 +08:00
  • d3942fa1b0 module build:replace BUILD_LOADABLE with MODULES xuxin19 2024-03-19 17:37:09 +08:00
  • d1fc46d978 tools/mksymtab.sh: Support symbol name overriding wangjianyu3 2024-04-25 19:55:32 +08:00
  • 7f7ff8c7d4 tools/mksymtab.sh: Support adding additional symbols that are not in undefined list wangjianyu3 2024-03-27 11:04:45 +08:00
  • da83fa8ab2 tools/mksymtab.sh: Check sed expression wangjianyu3 2024-03-29 20:30:43 +08:00
  • ddaec5f188 apps/tools/mksymtab.sh:When generating symbols, exclude symbols that dynamic modules in bin/ call each other. anjiahao 2024-03-22 16:03:35 +08:00
  • c0d8a07042 lvgl/Makefile: support multiple options for LV_OPTLEVEL pengyiqiang 2024-09-12 15:56:11 +08:00
  • eee2a2ef6b lvgl: add customize compilation optimization level config pengyiqiang 2024-09-06 18:05:56 +08:00
  • aaf4e9d480 nshlib: Support "-f" option for command "rm" wangjianyu3 2024-03-04 14:47:30 +08:00
  • d94aa77e19 uORB/sensor: Add GNSS Geofence, Measurement & Clock. wangjianyu3 2024-07-12 10:44:32 +08:00
  • ad2514fc6f examples/gps: Fix switch error wangjianyu3 2024-07-02 18:14:02 +08:00
  • 8764f502d5 testing/sensortest: Rename GPS to GNSS wangjianyu3 2024-07-02 16:26:08 +08:00
  • 2f280f4dc8 uORB/sensor: Rename GPS to GNSS wangjianyu3 2024-07-02 16:24:37 +08:00
  • 027ded4d4e sensor:Add sensor gas log output. likun17 2023-12-01 14:27:36 +08:00
  • d0e15a7450 uorb:Adapt to new macro definition content. likun17 2023-11-26 14:25:58 +08:00
  • dae4d7572f module/sotest: Try devminor of romdisk wangjianyu3 2024-06-21 20:12:27 +08:00
  • 758ed55722 examples/sotest: Fix warning of unused variable 'devname' wangjianyu3 2024-03-06 22:30:46 +08:00
  • 74b05468d6 module/sotest: Fix depends of SOTEST_BUILTINFS wangjianyu3 2024-06-21 19:17:48 +08:00
  • 140647cf8c Minor code style fixes Huang Qi 2024-09-14 21:28:41 +08:00
  • b5f8520d36 system/adb: Set threashold of syslog device to "1" for polling wangjianyu3 2024-02-29 19:42:08 +08:00
  • ef95bd8d29 pthread_cleanup: move clenup down to tls ligd 2024-09-03 16:15:04 +08:00
  • 0c734ca62b ppp: Reformat to match nuttx coding style Leandro Zungri 2024-09-13 19:00:22 -07:00
  • 800b93de9f ppp: Fix wrong lcp_state handling on peer reconnection Leandro Zungri 2024-09-13 09:48:15 -07:00
  • f96461c385 cmake:refine libyuv CMakeLists xuxin19 2024-07-12 14:47:20 +08:00
  • 683f25af15 cmake:support romfs prog for SIM CMake build xuxin19 2024-07-12 16:36:10 +08:00
  • cfe229c67f cmake:bugfix fix mbedtls missing source and depend issue xuxin19 2024-06-14 15:29:21 +08:00
  • d4becc8e46 cmake:bugfix export uORB headers fix compile error xuxin19 2024-05-01 18:07:40 +08:00
  • 0fdab21fd9 cmake:sync LIBUV_HANDLE_BACKTRACE fix build break xuxin19 2024-04-29 14:49:13 +08:00
  • 9b8d8d0c4f cmake:fix testing cxx_main suffix error xuxin19 2024-04-12 19:27:08 +08:00
  • 3a2b74d701 cmake:port benchmarks to CMake build for testing xuxin19 2024-03-28 15:40:20 +08:00
  • 3fe177825a cmake:export tinycrypt headers xuxin19 2023-11-13 19:14:50 +08:00
  • 7c94d13be4 kasantest: Add performance testing for Kasan, including pile insertion testing and algorithm testing wangmingrong1 2024-09-06 15:56:36 +08:00
  • f2c21b11d8 kasantest: Add a test set for global variable out of bounds detection wangmingrong1 2024-09-06 11:14:28 +08:00
  • 277c968b6a kasantest: Add the ability to run a single program wangmingrong1 2024-09-05 16:28:05 +08:00
  • 797fd04796 kasantest: Fix errors running on 64 bit wangmingrong1 2024-09-05 15:57:31 +08:00
  • 85ad50c39e testing: refactor kasan test yinshengkai 2024-04-22 18:44:20 +08:00
  • 7cd9919a46 testing/crypto: add rsa testcase makejian 2024-08-07 21:58:52 +08:00
  • b1f2e63a6b testing/crypto: Add test cases for Diffie-Hellman algorithm makejian 2024-09-06 14:05:29 +08:00
  • ce58e85aa6 testing/crypto: add ecdsa testing makejian 2024-07-24 21:46:07 +08:00
  • b53ee36d47 testing/crypto: add aes-128-cmac testcase makejian 2024-07-10 21:22:22 +08:00
  • 6db82199a6 testing/crypto: add crc32 testcases makejian 2024-07-02 14:01:23 +08:00
  • 524caec5a0 nxcodec: Modify the logic of judging the correctness of the incoming pixformat yangsen5 2024-09-02 21:12:37 +08:00
  • dad9b5afa3 drivertest: Modify output format Shoukui Zhang 2024-05-14 16:02:17 +08:00
  • ed5ca1c512 i2c slave: add i2c slave test code yuyun1 2024-03-27 19:48:37 +08:00
  • 3d8dc5dce5 cmake:implement CMake build for NuttX Lua interpreter xuxin19 2024-07-31 12:08:02 +08:00
  • 1f51bfe64d apps/ipforward: fix ci check failure meijian 2024-09-12 11:12:43 +08:00
  • e25f89d2d6 app/netstatistics: Add net statistics api for user meijian 2024-09-06 15:22:35 +08:00
  • 7bf20f1a89 [wireless] add set/get pmksa api for fast-auth meijian 2023-11-29 20:12:54 +08:00
  • cf7491a1fe [wireless][wapi] add powersave cmd of wapi for Low-power modules meijian 2023-11-16 14:29:13 +08:00
  • c5541bfb56 [wireless][wapi] add extend api for private needs meijian 2023-11-01 21:13:13 +08:00
  • 002e31c56d apps/dhcpd: fix dhcpd set dip error meijian 2024-09-02 14:04:49 +08:00
  • 6b1062a64e system/fastboot: Fix Out-of-bounds Write wangjianyu3 2024-08-13 10:11:49 +08:00
  • caa47f282e system/fastboot: Fix that total_chunks of sparse_header maybe error wangjianyu3 2024-08-05 16:33:55 +08:00