Commit Graph

74 Commits

Author SHA1 Message Date
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 5409ceed63 [bsp][bluetrum] Fixed RTC driver building errors 2021-08-08 16:32:56 +08:00
greedyhao 1e7290231e [bsp][bluetrum] Optimizing the uart driver 2021-08-08 16:31:00 +08:00
ZHU Hao a3db13b0a2
Update link.lds 2021-06-22 14:15:06 +08:00
ZHU Hao d0a9402583
Update drv_sound.c 2021-06-22 14:12:05 +08:00
greedyhao 7c259a05c2 [bsp][bluetrum] Compatible romfs 2021-06-21 21:07:58 +08:00
greedyhao 9d08e9fb12 [bsp][bluetrum] update link.lds 2021-06-21 21:01:05 +08:00
greedyhao 8c5fed62c1 [bsp][bluetrum] stream close 存在问题 2021-06-21 21:00:41 +08:00
leton-tian 4e66a20fbf
Update drv_rtc.c
将rt_int32_t改为time_t。
2021-06-10 22:23:06 +08:00
ZHU Hao 8da49ff984
Update startup.S 2021-05-14 11:59:30 +08:00
ZHU Hao 21beba7913
Update api_fmrx.h 2021-05-13 11:58:09 +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
YYF 58065b0565
Update drv_usart.c 2021-04-28 09:20:04 +08:00
yaoyufan e2d4a912be fix bluetrum uart1 and uart2 cannot recv data 2021-04-23 10:21:10 +08:00
ZHU Hao 368676a42f
[ab32vg1] update file format 2021-04-14 09:20:53 +08:00
greedyhao ada0570b47 [ab32vg1] add irda support 2021-04-13 10:28:47 +08:00
Meco Man f1d45a184a 优化main函数 2021-04-12 11:51:59 +08:00
greedyhao 849e7728db [ab32vg1] Enable RT_USING_LIBC 2021-04-09 17:41:28 +08:00
greedyhao 42dc1c9c3e [ab32vg1] rewrite drv_xx.c 2021-04-09 17:35:26 +08:00
Meco Man 8e1bbb06de [ab32] rt_rtc_control->ab32_rtc_control 2021-03-29 23:39:01 +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 011564e1eb [bsp][ab32vg1] Modify just set time when first power up 2021-03-23 09:54:54 +08:00
iysheng 074ca904a4 [bsp][ab32vg1] Fix sizeof(time_t) no match with this chip 2021-03-23 09:53:54 +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 60909301ed
Merge pull request #4443 from mysterywolf/readme
[ab32vg1] update readme
2021-03-15 09:24:43 +08:00
JiangYangJie 137bcdd5b4 add GET_PIN(PORTx,PIN)
Signed-off-by: JiangYangJie <JiangYangJie@126.com>
2021-03-14 18:47:54 +08:00
Meco Man ae75916e62 update 2021-03-12 18:08:37 +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
Meco Man 1a06e7ec27 [ab32] update readme 2021-03-11 15:19:36 +08:00
Meco Man 67e3282aec [ab32vg1] 增加看门狗溢出时间宏定义 2021-03-11 15:18:32 +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
Bernard Xiong 7d72bdf303
Merge pull request #4314 from mysterywolf/mktime1
[bug][localtime]解决底层驱动格林威治时间与当地时间混乱使用的问题
2021-02-15 09:26:52 +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
Meco Man f073911cd3 解决底层驱动格林威治时间与当地时间胡乱使用的问题 mktime函数改为timegm函数 2021-02-07 21:08:41 +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 cd15ffedfe [bsp][bluetrum] update link.lds 2021-01-27 14:37:57 +08:00
greedyhao 76dbf1936d [bsp][bluetrum] only keep uart driver open 2021-01-26 16:20:25 +08:00
greedyhao 0a5f6e8cdd [bsp][bluetrum] update README.md 2021-01-26 16:11:25 +08:00
greedyhao 16074235b9 [bsp][bluetrum] add hwtimer support 2021-01-26 16:09:35 +08:00
greedyhao bd07198444 [bsp][bluetrum] add wdt support 2021-01-26 16:09:09 +08:00
greedyhao c92b6e151e [bsp][bluetrum] add i2c support 2021-01-26 16:08:46 +08:00