Commit Graph

2234 Commits

Author SHA1 Message Date
KouweiLee
9383a1e465 add board support for nxp.imx8mp and a rpmsg demo 2025-02-26 19:42:02 +08:00
xuedongliang
dca3e93959 Update XiZi_AIoT Kernel from tuyuyang
it is OK
2025-01-13 16:49:36 +08:00
xuedongliang
788988e105 related to issue #287 from wuzheng
it is OK
2025-01-13 16:48:50 +08:00
xuedongliang
47c091dfbc relate to issue #285 from wuzheng
it is OK
2025-01-13 16:48:14 +08:00
xuedongliang
3b133b4fe7 Minor optimization and bug-fix from qizhenglin
it is OK
2025-01-13 16:45:54 +08:00
TXuian
42b17738ee minor bug fix in sys_kill 2025-01-07 22:15:15 +08:00
TXuian
fd95d9a7de default board reset to imx6q 2025-01-07 17:46:43 +08:00
TXuian
9e9f00dbf7 Merge branch 'prepare_for_master_2' into push_to_prepare 2024-12-30 23:49:18 +08:00
Flower Black
3ef1f5570c Repair the out-of-bounds error of the semaphore. 2024-12-30 11:53:13 +08:00
Flower Black
5f47b92255 Find order faster in KBuddyPagesAlloc when using GCC. 2024-12-30 11:53:13 +08:00
Flower Black
157c622d1f Run QEMU with default config with just one-click. 2024-12-30 11:53:13 +08:00
Flower Black
726500bd77 Optimize .gitignore to get rid of annoying intermediate product commit reminders. 2024-12-30 11:53:13 +08:00
xuedongliang
ed934b5bae Add task capability in capability.c Add corresponding settings during system startup from Zhuruohai
it is OK
2024-12-30 09:36:42 +08:00
TXuian
6b636dfde0 minor fix 2024-12-24 16:48:52 +08:00
TXuian
74da96e1f1 centralize thread state transition 2024-12-24 16:10:53 +08:00
TXuian
d68abecdba Merge branch 'to_prepare' into push_to_prepare 2024-12-24 03:37:35 +08:00
TXuian
e0ff453726 Support Schedule node 2024-12-24 03:36:26 +08:00
TXuian
af1ceec308 Add schedule node 2024-12-24 02:28:20 +08:00
TXuian
21104f0f31 Merge branch 'prepare_for_master' into push_to_prepare 2024-12-24 01:08:01 +08:00
TXuian
ab531f720a little fix 2024-12-24 01:03:56 +08:00
TXuian
21304531a5 Add schedule node midway 2024-12-24 01:01:54 +08:00
TXuian
7639937678 little fix 2024-12-23 22:40:54 +08:00
TXuian
3d43cb9644 add ERROR_FREE sign, break task manager 2024-10-31 23:33:58 +08:00
TXuian
ce727442de Support mmap with customized attr. 2024-10-31 21:00:09 +08:00
TXuian
78cba2564e Fix bug when memory drain part 1 2024-10-31 15:40:46 +08:00
TXuian
3e1479bdf0 Valid 3 code version 2024-10-31 12:42:45 +08:00
wuzheng
6df7ccb7f6 fix problem for timer id leaky. 2024-10-30 07:22:25 +00:00
wuzheng
18e5483d57 fix problem for ptr legal check when x_realloc in ext-memory. 2024-10-30 07:15:04 +00:00
TXuian
7b6c93d391 add memory usage 2024-10-29 16:17:43 +08:00
zhuruohai
de438ed9a5 support task capability and fix a kconfig bug 2024-10-28 11:19:43 +08:00
wuzheng
7897a91a8a add capability interface into kernel 2024-10-15 02:08:44 +00:00
xuedongliang
49b20dfa6a Fix compilation errors for imxrt1176 from wuzheng
it is OK
2024-10-10 18:08:24 +08:00
xuedongliang
0fdf4f2ace AdapterLoraTest() is used to run a testcase for Lora, but it failed to work due to creating a thread with a wrong function, and this pull request fixed it
it is OK
2024-10-10 18:06:19 +08:00
xuedongliang
1c0edba5bd Support Inovance H3U-3232MT Modbus TCP connection
it is OK
2024-10-10 18:05:53 +08:00
WuZheng
22b980cc08 fix compliation errors for imxrt1176. 2024-09-26 06:35:27 +00:00
chen_zhengning
64b2117012 fix a bug that made AdapterLoraTest cannot work correctly. 2024-09-14 15:41:46 +08:00
tuyuyang
968d66e5a9 Support sleep 2024-08-25 23:29:34 +08:00
lr
6ae8b6e160 fix SYSTIMER for rk3568 at eth 2024-08-22 19:01:54 +08:00
wty
6bc856b7a6 merge branch 2024-08-12 10:56:45 +08:00
lr
4fc3391523 fix rk3568 nic rx normal 2024-08-08 21:41:27 +08:00
TLBF
16a31c6739 feat(APP_Framework/control_app): Inovance H3U-3232MT Modbus TCP App. 2024-08-06 10:33:47 +08:00
wty
98261fbe29 clean unuse code 2024-08-05 16:59:49 +08:00
tuyuyang
ece7cb6a7f fix memspace creation fail bug. 2024-08-01 00:13:44 +08:00
tuyuyang
8ff99f7d4d Merge remote-tracking branch 'tuyuyang/rk3568_dev' into rk3568_dev 2024-08-01 00:06:21 +08:00
tuyuyang
2f06ba5d94 improve simple_client test 2024-08-01 00:04:45 +08:00
wty
4c598c8fd9 add xizi smp 2024-07-29 15:41:37 +08:00
wty
e61c8909b7 add smp 2024-07-29 15:23:55 +08:00
xuedongliang
d664e2298e Koyo PLC ModBus TCP Master Mode from Liu_yongkai
it is OK
2024-07-29 11:12:16 +08:00
xuedongliang
02c82025c8 support amp
it is OK
2024-07-29 11:11:32 +08:00
xuedongliang
dbaffab140 Support O2 optimization; Support blocking task; Support better KPrintf from Tu_yuyang
it is OK
2024-07-29 11:10:51 +08:00