Yuqiang Wang
b3d59050b0
[kernel] Specification interrupt nested level variable declaration type ( #9568 )
2024-10-23 17:08:29 -04:00
Shicheng Chu
93f3cb30e4
[kernel] 将rt_thread结构体改为显式继承rt_object ( #7131 )
2023-04-04 09:06:27 -04:00
Meco Man
9bc68d26a4
format Kconfig and sconscript
2023-01-08 22:52:13 -05:00
Man, Jianting (Meco)
99bdf978d7
[rtdef] use lower-case to define attributes ( #6728 )
...
* [rtdef] rename RT_WEAK attribute as rt_weak
* [rtdef] rename RT_USED attribute as rt_used
* [rtdef] rename RT_SECTION attribute as rt_section
* [rtdef] rename ALIGN attribute as rt_align
* [legacy] add RT_USED ALIGN RT_SECTION RT_WEAK as legacy support
2022-12-11 13:12:03 -05:00
Man, Jianting (Meco)
bb1084556f
[console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题
...
* [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题
* format codes
* [libc] 整理格式
* refresh projects
2022-01-09 00:20:32 +08:00
Meco Man
ed09f38012
[libc] remove RT_USING_LIBC
2021-12-30 01:27:25 +08:00
greedyhao
8a85ff4ebe
[bsp/bluetrum] formatting code
2021-11-30 17:26:39 +08:00
greedyhao
26310fe254
[bsp/bluetrum] add flash support
2021-11-30 14:38:51 +08:00
Meco Man
df9a23c534
[mutex] use RT_IPC_FLAG_PRIO to replace RT_IPC_FLAG_FIFO
2021-11-17 15:57:15 -05:00
greedyhao
8e0c469d0c
[bluetrum] Remove unnecessary comments
2021-11-08 09:58:25 +08:00
greedyhao
6a975ff9ed
[bluetrum] fix formatting issues
2021-11-06 10:14:03 +08:00
greedyhao
bae4de3b1b
add ble support
2021-11-05 17:16:44 +08:00
Meco Man
30abf0ecb9
[bsp] remove empty rt_hw_us_delay
2021-10-28 16:27:31 -04:00
Meco Man
1997113fbc
FINSH_USING_BUILT_IN_COMMANDS改MSH_USING_BUILT_IN_COMMANDS
2021-08-28 16:48:08 -04:00
Meco Man
29828dc94f
[finsh] finsh组件可以选择是否包含内置命令
2021-08-25 19:48:15 -04:00
greedyhao
4b4ec3e789
[bsp][bluetrum] Adding RT_USING_CONSOLE judgment
2021-08-12 17:12:52 +08:00
greedyhao
e6afb03d14
[bsp][bluetrum] remove .a file
2021-08-12 17:06:26 +08:00
greedyhao
65cade5b7e
TAB converts to Spaces
2021-08-08 16:38:25 +08:00
greedyhao
1e7290231e
[bsp][bluetrum] Optimizing the uart driver
2021-08-08 16:31:00 +08:00
ZHU Hao
d0a9402583
Update drv_sound.c
2021-06-22 14:12:05 +08:00
greedyhao
8c5fed62c1
[bsp][bluetrum] stream close 存在问题
2021-06-21 21:00:41 +08:00
greedyhao
3e65ce5d03
[bluetrum] add fmrx support
2021-05-13 10:22:45 +08:00
greedyhao
74f6a0ba7d
[bluetrum] Fix the cache mechanism
2021-05-13 10:22:09 +08:00
greedyhao
ada0570b47
[ab32vg1] add irda support
2021-04-13 10:28:47 +08:00
greedyhao
42dc1c9c3e
[ab32vg1] rewrite drv_xx.c
2021-04-09 17:35:26 +08:00
iysheng
7f738d9f3a
[bsp][ab32vg1] Add alarm and 1 second interrupt support
2021-03-26 23:38:40 +08:00
iysheng
d8e906e6c8
[bsp][ab32vg1] Add env config to choose whether use internal clock
2021-03-23 13:50:25 +08:00
iysheng
a05801911e
[bsp][ab32vg1] Add support with uart2 and optimize serial port configuration with env tool
2021-03-18 13:49:01 +08:00
Bernard Xiong
5c4f92126d
Merge pull request #4444 from mysterywolf/wdg
...
[ab32vg1] 增加看门狗溢出时间宏定义
2021-03-12 08:09:00 +08:00
Meco Man
eb894e88f1
update
2021-03-11 18:22:41 +08:00
Meco Man
1b189ca7fb
update board.h
2021-03-11 18:20:09 +08:00
Bernard Xiong
0beaeeef45
Merge pull request #4440 from mysterywolf/hw_delay
...
[ab32vg1] 增加rt_hw_us_delay()函数防止报错
2021-03-11 14:47:31 +08:00
Meco Man
f18dfa0850
auto formatted
2021-03-11 13:26:54 +08:00
Meco Man
8dfe39b3ac
add void rt_hw_us_delay(rt_uint32_t us)
2021-03-11 13:24:28 +08:00
David Lin
79267212ef
[bsp]Mini optimized the drv_sound.c
...
1. "tx_fifo = rt_calloc(1, TX_FIFO_SIZE); " , so deleted the line "rt_memset(tx_fifo, 0, TX_FIFO_SIZE);"
2. " rx_fifo = rt_calloc(1, TX_FIFO_SIZE); " , so deleted the line "rt_memset(rx_fifo, 0, TX_FIFO_SIZE);"
2021-02-08 11:57:50 +08:00
greedyhao
4b9e58cb1b
[bsp][bluetrum] add adc and rtc support
2021-02-04 13:51:55 +08:00
greedyhao
801aa4747b
[bsp][bluetrum] add pwm support
2021-01-28 17:06:09 +08:00
greedyhao
76dbf1936d
[bsp][bluetrum] only keep uart driver open
2021-01-26 16:20:25 +08:00
greedyhao
eb46de9669
[bsp]bluetrum] update kconfig
2021-01-21 17:24:28 +08:00
greedyhao
7d0155eeaa
[bsp][bluetrum] add sdio support
2021-01-20 19:28:26 +08:00
greedyhao
67bf5cea1f
[bluetrum] add sound and romfs support
2020-12-19 10:45:03 +08:00
greedyhao
54c880e979
[bluetrum] edit .lds
...
Expand the COMM section
2020-12-15 23:43:04 +08:00
greedyhao
0f9485c633
[bluetrum] fix hal_printf
2020-12-10 22:07:49 +08:00
greedyhao
f76d495e73
[bluetrum] modify copyright information
2020-12-10 17:13:11 +08:00
greedyhao
f91374c09a
[bluetrum] fix image display problem
2020-12-10 11:18:15 +08:00
greedyhao
40ef822979
[bsp][bluetrum] add a new board support
2020-12-10 11:02:26 +08:00