Commit Graph

10733 Commits

Author SHA1 Message Date
Bernard Xiong 45963a16b0
Merge pull request #4266 from mysterywolf/bluepill
[stm32][bluepill] add the function of MDK simulator & update MDK5 project template
2021-01-30 09:23:14 +08:00
Bernard Xiong 40feb74557
Merge pull request #4276 from Guozhanxin/raspberry-pico
[bsp][raspberry-pico]add gpio drivers
2021-01-30 05:37:21 +08:00
Bernard Xiong 85845abb68
Merge pull request #4277 from Forest-Rain/master
add support stm32wl and bsp/stm32wl55jc-st-nucleo(recommit)
2021-01-29 17:33:55 +08:00
Bernard Xiong c4d16d706e
Merge pull request #4243 from zhouji92/master
[fix] 修复使用lwip 2.1.2作为协议栈,并使能dhcp server选项时,编译报错问题。
2021-01-29 14:21:33 +08:00
forest-rain aa285845f2 add support stm32wl and bsp/stm32wl55jc-st-nucleo(recommit)
update STM32WLxx_HAL to released v1.0.0
2021-01-29 10:28:18 +08:00
Meco Man d79efd3794 update 2021-01-29 10:01:04 +08:00
guozhanxin 7be2267c58 [bsp][raspberry-pico]Add to ci 2021-01-28 22:28:28 +08:00
guozhanxin 871ba08ae6 [bsp][raspberry-pico]update file header 2021-01-28 22:24:27 +08:00
guozhanxin 76331797cd [bsp][raspberry-pico]add gpio drivers 2021-01-28 22:17:05 +08:00
Bernard Xiong 8b0d2bd323
Merge pull request #4263 from thread-liu/master
[PWM] Fix the pwm clock frequency doubling problem.
2021-01-28 21:12:55 +08:00
Bernard Xiong e3604553c7
Merge pull request #4275 from Guozhanxin/raspberry-pico1
add raspberry-pico bsp
2021-01-28 21:05:21 +08:00
guozhanxin 6d36d384c2 add raspberry-pico bsp 2021-01-28 19:59:59 +08:00
Bernard Xiong fdb270c6f4
Merge pull request #4268 from greedyhao/bluetrum
[bsp][bluetrum] add i2c, wdt and hwtimer support
2021-01-28 13:11:45 +08:00
Meco Man 5cf677e452 update readme 2021-01-28 11:42:09 +08:00
Meco Man 1fa29abaf6 add RTC and PC13 2021-01-28 11:40:20 +08:00
Bernard Xiong 9c03cc91f2
Merge pull request #4271 from margguo/feature/update_rt_studio_py
Feature/update rt studio py
2021-01-27 20:36:39 +08:00
yaxing.chen f826aef9de reset version to 1 2021-01-27 15:56:23 +08:00
yaxing.chen 9dbbae70e9 add rt_studio.py version infomation 2021-01-27 15:54:37 +08:00
greedyhao cd15ffedfe [bsp][bluetrum] update link.lds 2021-01-27 14:37:57 +08:00
Bernard Xiong 03ebd19a74
Merge pull request #4269 from margguo/feature/use_studio_project_file_template
Feature/use studio project file template
2021-01-26 23:23:30 +08:00
Bernard Xiong 93ae141dd3
Merge pull request #4267 from OpenNuvoton/rtt_dfs_uffs_issue
Append RT_WEAK for overriding various ECC layout.
2021-01-26 22:47:26 +08:00
yaxing.chen 25147060dd format code 2021-01-26 19:35:30 +08:00
yaxing.chen 822e825c8f use template.cproject if it exists 2021-01-26 19:24:37 +08:00
Wayne Lin 44e9a48f1d Enlarge ECC/DATA layout array size. 2021-01-26 17:04:47 +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
greedyhao 8e592b9f91 [bsp][bluetrum] update link.lds 2021-01-26 16:06:21 +08:00
Wayne Lin 998e370ae1 Append RT_WEAK to override various ECC layout. 2021-01-26 10:44:00 +08:00
Meco Man 4f1c96de30 change linker scripts to 128K ROM 2021-01-26 06:28:39 +08:00
Meco Man f439bb4f22 update 2021-01-26 06:07:32 +08:00
Meco Man 7ac8b468d7 update 2021-01-26 05:46:57 +08:00
Meco Man 44ea5e54db update 2021-01-26 05:20:00 +08:00
Meco Man d21337c4be add simulator function 2021-01-26 05:19:10 +08:00
Meco Man 2c055a2cc6 update readme 2021-01-26 05:02:05 +08:00
Meco Man a6cd8087a0 update reamde 2021-01-26 00:19:10 +08:00
Bernard Xiong 02a2670f98
Merge pull request #4264 from margguo/fixbug/keep_makefile_targets
fixbug:keep makefile.targets while it has existed
2021-01-25 16:22:19 +08:00
yaxing.chen c38e2bc6ec update uvprojx file path to abspath 2021-01-25 11:42:10 +08:00
yaxing.chen a77e99f7c2 fixbug:keep makefile.targets while it has existed 2021-01-25 11:33:00 +08:00
Bernard Xiong 46a2e685a2
Merge pull request #4258 from Lawlieta/chenyong
[utilities][ulog] fix ulog backend color log length calculation error
2021-01-24 07:44:22 +08:00
thread-liu 552c55681e [PWM] Fix the timer clock frequency doubling problem. 2021-01-23 11:54:23 +08:00
Bernard Xiong e81f1a0eec
Merge pull request #4255 from greedyhao/bluetrum
[bsp][bluetrum] add sdio support
2021-01-22 19:59:27 +08:00
Bernard Xiong 2f7c5f06a9
Merge pull request #3950 from PYGC/dev
[bsp] fix mm32 iar icf bugs
2021-01-22 18:36:10 +08:00
Bernard Xiong f9c5007cae
Merge pull request #3271 from fmkong/sensor_irq_disable
[drivers/sensor]disable irq only when the sensor and module sensors a…
2021-01-22 18:35:21 +08:00
Bernard Xiong b36aeb46a6
Merge pull request #4226 from redocCheng/master
解决添加RT_USING_MTD_NOR编译报错的问题
2021-01-22 18:24:04 +08:00
greedyhao 71bf7993f2 [bsp][bluetrum] change the name of the sd register enum 2021-01-22 16:08:14 +08:00
redoc a04bb0be3a
删除换行 2021-01-22 13:45:41 +08:00
redoc d0743d6090
1、【删除】多余语句 2021-01-22 13:44:15 +08:00