Commit Graph

473 Commits

Author SHA1 Message Date
wgzAIIT
b0b4ea61bb Re add submodule for nuttx 2022-06-10 14:55:47 +08:00
wgzAIIT
e67810a7f6 change submodule on nuttx 2022-06-10 14:45:45 +08:00
wlyu
a6f5a5f79d support wifi module for nuttx on xidatong 2022-06-10 13:47:05 +08:00
wlyu
e0a47613c3 support E18 zigbee for nuttx 2022-06-07 09:58:19 +08:00
wlyu
7be59f8417 fixed touchscreen x y wrong value and optimize codes 2022-06-02 19:00:51 +08:00
wlyu
7ea3b595c2 support lcd and touchscreen 2022-06-01 16:08:53 +08:00
wgzAIIT
04ec9ca069 test e220 lora with AdapterLoraTest 2022-05-18 13:36:39 +08:00
wgzAIIT
85374ebcd0 set CONFIG_NSH_FILEIOSIZE=32768 for usb and sdcard 2022-05-16 17:56:04 +08:00
wgzAIIT
36f4e3bfb8 sd card and usb delete romfs on xidatong 2022-05-16 14:28:04 +08:00
wgzAIIT
7056725c66 support hc08 on xidatong 2022-05-13 16:19:30 +08:00
wgzAIIT
36f5981036 ch438 on nuttx: If a port is checked, the port will be initialized. Otherwise, the interrupt of the port will be disabled. 2022-05-13 14:00:01 +08:00
wgzAIIT
43e8a941e2 change char to uint8_t on ch438 2022-05-12 17:57:20 +08:00
wgzAIIT
1334d0e4b2 Change the Chinese Notes to English notes in imxrt_ch438.h 2022-05-12 16:01:05 +08:00
wgzAIIT
b6407cb68b add CH438_EXTUART_BAUD to menuconfig 2022-05-12 13:39:27 +08:00
wgzAIIT
00e0a48ee7 add g_uart_selected array for ch438 2022-05-12 11:00:55 +08:00
wgzAIIT
52aa3c5abd use work_queue instead of pthread_create on ch438 to get Interrupt status 2022-05-11 18:14:41 +08:00
wgzAIIT
14a198fe5a Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into ch438 2022-05-11 14:43:07 +08:00
wgzAIIT
5873feb442 support e220 for xidatong on nuttx 2022-05-11 14:40:52 +08:00
wgzAIIT
88ef0ad96c change ch438 on nuttx 2022-05-11 10:33:02 +08:00
wgzAIIT
cfebd3357b change ch438 on nuttx 2022-05-11 09:01:53 +08:00
wgzAIIT
f106ac7c43 add loraopen to cmd 2022-05-10 17:54:07 +08:00
wgzAIIT
87910b03a4 add ch438_ioctl 2022-05-10 16:39:54 +08:00
wgzAIIT
68d30d3df2 add loransh 2022-05-10 13:26:17 +08:00
wgzAIIT
cd5686de2e change ch438 on nuttx 2022-05-10 11:31:59 +08:00
wgzAIIT
8d6e9532cf task_create to pthread_create on nuttx for ch438 2022-05-09 19:33:27 +08:00
wgzAIIT
ee132df28a change ch438 on nuttx 2022-05-09 17:29:49 +08:00
wgzAIIT
de273145c3 change ch438 on nuttx 2022-05-07 18:18:03 +08:00
wgzAIIT
64109b5120 add ImxrtCh438WriteData for ch438 on nuttx 2022-05-07 15:36:23 +08:00
wgzAIIT
2b40ba4d1a ch438 changge mutex and cond 2022-05-07 09:08:22 +08:00
xuedongliang
33e3b798b7 feat add watchdog on xidatong board from Liu_Weichao
it is OK
2022-05-06 16:56:58 +08:00
wgzAIIT
adec8e541c Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into ch438 2022-05-06 16:29:25 +08:00
Liu_Weichao
67666c1707 feat add watchdog on xidatong board 2022-05-06 15:58:01 +08:00
yl1185
cb134029d2 aiit_board/aiit-arm32-board/ add test jpg
1.complete bluetooth test
2022-05-06 15:10:46 +08:00
chunyexixiaoyu
3c69cb8d14 Ubiquitous/RT-Thread_Fusion_XiUOS/: add reboot function 2022-05-06 15:10:45 +08:00
chunyexixiaoyu
f3d7e7e3d4 Ubiquitous/RT-Thread_Fusion_XiUOS/: add romfs function 2022-05-06 15:10:44 +08:00
chunyexixiaoyu
c271cd16ea Ubiquitous/RT-Thread_Fusion_XiUOS/: solve the problem that output bin bigger than 550MB 2022-05-06 15:10:44 +08:00
wgzAIIT
30d4201b09 add loraopen to cmd 2022-05-06 12:06:34 +08:00
wgzAIIT
522b8848a2 move include files to imxrt_ch438.h on nuttx and change board_ch438_initialize 2022-05-06 10:18:22 +08:00
wgzAIIT
e007b5567d Register ch438 to character driver 2022-05-05 18:22:42 +08:00
wgzAIIT
d18eda5f26 Register ch438 to character driver 2022-05-05 16:08:15 +08:00
wgzAIIT
5aec4f1b1d Update imxrt_ch438.c 2022-04-30 07:09:36 +08:00
wgzAIIT
048c1d0ac4 ch438 read data by port_NUM 2022-04-29 17:58:11 +08:00
wgzAIIT
4c517d283c ch438 Replace sem_t with pthread_cond_t 2022-04-29 16:52:17 +08:00
wgzAIIT
465fe2354f delete defalut support CONFIG_FS_PROCFS 2022-04-29 14:01:54 +08:00
wgzAIIT
49eaf5fc10 support reboot on xidatong 2022-04-29 13:39:03 +08:00
Liu_Weichao
46291764d4 Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into xidatong 2022-04-29 11:02:42 +08:00
wgzAIIT
4d898f8210 enable CONFIG_IMXRT_GPIO3_0_15_IRQ on xidatong 2022-04-27 12:21:36 +08:00
wgzAIIT
26c3159b61 enable CONFIG_IMXRT_GPIO3_0_15_IRQ on xidatong 2022-04-27 12:15:27 +08:00
xuedongliang
fc100708c2 Modify the priority of main function Enable lwip(XiZi) receive timeout, send timeout, and socket forced shutdown from Zhang_caiqian
it is OK
2022-04-26 19:20:18 +08:00
wgzAIIT
e3cb9df9b6 change printf to syslog on ch438 2022-04-26 18:27:15 +08:00