Commit Graph

592 Commits

Author SHA1 Message Date
wgz-code
3735f221e0 Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into prepare_for_master 2022-03-17 09:35:08 +08:00
wgz-code
1c73eca6e3 remove sx127x.h in app_match_nuttx/nuttx/include/nuttx/wireless/lpwan 2022-03-17 09:13:04 +08:00
xuedongliang
9ffd8fcbbb 1.feat(Ubiquitous/RT_Thread): port micropython on RT-Thread for aiit-board 2.Ubiquitous/RT_Thread/: add bsp of stm32h743_openmv_h7plus from Tian_Chunyu
it is OK
2022-03-16 09:30:55 +08:00
xuedongliang
f5d90cf6b8 fix Ubiquitous/XiZi/board/ok1052-c compile error from Liu_WeiChao
it is OK
2022-03-16 09:29:42 +08:00
xuedongliang
9ae8beaed2 fix a bug of message queue for XiZi,the message queue id is not deleted in the end from Wang_Weigen
it is OK
2022-03-16 09:29:01 +08:00
xuedongliang
96fcdabe42 fix Ubiquitous/XiZi/board/ README.md description from Liu_Weichao
it is OK
2022-03-16 09:28:21 +08:00
Wang_Weigen
fac1c35d38 add extuart port config for rtt 2022-03-15 16:05:51 +08:00
Wang_Weigen
7ebc769017 add pin config for riscv64 board 2022-03-15 16:04:51 +08:00
wgz-code
e69319a1bb add sx127x_demo/sx127x_demo.c to app_match_nuttx 2022-03-15 14:57:13 +08:00
Liu_Weichao
d2c247f4e0 delete useless section in lds and fix brief error 2022-03-15 14:37:46 +08:00
chunyexixiaoyu
041435971b it's verified.
1.uart is ok
2.sdram is ok.
2022-03-15 14:10:22 +08:00
Liu_Weichao
57c22182c2 fead support Ubiquitous/XiZi/board/xidatong bsp 2022-03-15 11:18:55 +08:00
Liu_Weichao
31697c14f2 fix Ubiquitous/XiZi/board/ok1052-c compile error 2022-03-15 11:08:52 +08:00
wgz-code
35ab6fcf8f change LoraDataFormat to SX127xDataFormat for sx127x on nuttx 2022-03-15 09:40:55 +08:00
Wang_Weigen
cb8da02a88 modify default config for aiit-riscv64-board 2022-03-15 09:24:10 +08:00
wgz-code
76a080b130 add LoraDataFormat for sx127x on nuttx 2022-03-14 18:22:11 +08:00
wgz-code
73c8ee0422 add LoraDataFormat for sx127x on nuttx 2022-03-14 18:11:43 +08:00
Wang_Weigen
fa790d8b03 add submodule for aiit-riscv64-board 2022-03-14 17:38:47 +08:00
Wang_Weigen
24ab7f81cc Merge branch 'develop' of https://git.trustie.net/wwg666/xiuos into develop 2022-03-14 17:30:21 +08:00
Wang_Weigen
d528464e90 add aiit-riscv64-board for rt-thread 2022-03-14 17:30:12 +08:00
WentaoWong
33a7e0deda Ubiquitous/RT_Thread/: add bsp of stm32h743_openmv_h7plus 2022-03-14 14:58:33 +08:00
wgz-code
35f1cc5d88 fix bug aiit-arm32-board support sx127x on nuttx 2022-03-14 14:29:44 +08:00
chunyexixiaoyu
0f2714d0ff it's verified,but it's only supported by using rt-thread 2022-03-11 15:03:12 +08:00
Wang_Weigen
cf7b906007 Merge branch 'develop' of https://git.trustie.net/wwg666/xiuos into develop 2022-03-11 15:00:02 +08:00
Wang_Weigen
67f09231ea fix a bug of message queue for XiZi,the message queue id is not deleted in the end 2022-03-11 14:52:33 +08:00
yangtuo250
f83f073fa0 feat(Ubiquitous/RT_Thread): port micropython on RT-Thread for aiit-board 2022-03-11 14:24:56 +08:00
Liu_Weichao
fe4019668a fix table error in README.md 2022-03-11 13:43:45 +08:00
xuedongliang
73d10380ea support OK1052-C ADC SPI I2C RTC codes ; support PLC control framework from Wang_linyu 2022-03-11 13:38:00 +08:00
Liu_Weichao
29b8834088 modify XiZi DIR description in README.md 2022-03-11 11:26:22 +08:00
Liu_Weichao
16eaea4973 fix Ubiquitous/XiZi/board/ README.md description 2022-03-11 11:15:17 +08:00
wgz-code
acd1cebad3 set USART1 as SERIAL_CONSOLE for aiit-arm32-board on nuttx 2022-03-11 09:49:45 +08:00
wgz-code
32e1e2fec0 aiit-arm32-board support sx127x on nuttx 2022-03-10 19:51:41 +08:00
wlyu
52bf15ecac Merge branch '0309' of https://gitlink.org.cn/wlyu/xiuos into 0309 2022-03-09 17:50:28 +08:00
wlyu
58390d6ee4 1. optimize plc relative codes
2. fixed ShowChannel exception
3. optimize RTC codes
4. compatible memory lds with USB
2022-03-09 17:47:53 +08:00
wlyu
b789588fa2 optimize plc relative codes 2022-03-09 16:51:47 +08:00
wlyu
f69edc63ba support rtc SPI I2C eeprom ADC 2022-03-09 16:32:50 +08:00
wlyu
30ab8676f1 merge codes 2022-03-09 16:06:27 +08:00
xuedongliang
07ba66611d feat add sensor device support for sensor framework from Liu_weichao
it is OK
2022-03-09 09:37:19 +08:00
xuedongliang
898135194f feat support nuvoton-m2354 bsp for Ubiquitous/XiZi kernel from Liu_Weichao
it is OK
2022-03-09 09:36:37 +08:00
xuedongliang
5ab2afe54e add embedded database lib (flashdb)
it is OK
2022-03-09 09:35:53 +08:00
xuedongliang
3782798520 move aiit-arm32-board and aiit-riscv64-board to aiit_board、update readme file、and support fft on aiit-riscv64-board for nuttx from Wang_guozhu
it is OK
2022-03-09 09:34:54 +08:00
chunyexixiaoyu
4ffba50c6a verified,it's OK
the PR has beed verified,but there are still some problems, which are explained here:
1.many header files (*math.h)in the Xizi and CMSIS are currently coupled, so cmSIS is not supported in Xizi
2.the lcd driver is not supported in xizi and nuttx
3.the OV2640 driver is not supported in xizi and nuttx.
2022-03-08 16:50:35 +08:00
Liu_Weichao
c6b5d051a3 feat add co2_g8s for sensor framework 2022-03-08 16:39:21 +08:00
Liu_Weichao
68f92a45ed feat add altitude_bmp180 for sensor framework 2022-03-08 16:26:30 +08:00
Liu_Weichao
6be4d4b5ca feat add winddirection_qs_fx and windspeed_qs_fs for sensor framework 2022-03-08 16:15:38 +08:00
Liu_Weichao
2db01c89dd feat support nuvoton-m2354 bsp for Ubiquitous/XiZi kernel 2022-03-08 15:32:51 +08:00
wgz-code
4a805adf42 set CONFIG_ADD_NUTTX_FETURES=y on attiboards for nuttx os 2022-03-08 14:49:11 +08:00
wgz-code
1599bb5af7 set CONFIG_CLOCK_MONOTONIC=y on attiboard 2022-03-08 13:59:29 +08:00
WentaoWong
d9b539b51d APP_Framework/Applications/:add README of CMSIS-NN vegetable classify example 2022-03-07 09:44:43 +08:00
WentaoWong
06143fb284 APP_Framework/Applications/:add CMSIS-NN vegetable classify example 2022-03-07 09:42:07 +08:00