supperthomas
|
bcc318811c
|
[bsp/max32660] add the scons --dist
|
2021-03-05 22:09:55 +08:00 |
yangjie
|
da43448fab
|
[bsp][samrtfusion2]add C99 support and update project files
|
2021-03-04 13:51:39 +08:00 |
Bernard Xiong
|
4a40ba9535
|
Merge pull request #4407 from hyhkjiy/feature/nrf5x
[ADD]vscode support for nrf52832
|
2021-03-03 16:22:27 +08:00 |
Bernard Xiong
|
d718f64dfc
|
Merge pull request #4409 from DavidLin1577/patch-9
[bsp] Mini optimized the fh_mmc.c
|
2021-03-03 08:56:33 +08:00 |
David Lin
|
a6c04dbf18
|
[bsp] Mini optimized the fh_mmc.c
Deleted the un-reach code line 'break;'
|
2021-03-02 16:16:36 +08:00 |
Howard Su
|
b22b7cbdfe
|
Cleanup Interrupt for F1S
Use structure to handle the registers access, which simplified the logic
|
2021-03-02 14:00:26 +08:00 |
hyhkjiy
|
d42e66cb0d
|
[ADD]vscode support for nrf52832
|
2021-03-02 13:47:40 +08:00 |
thread-liu
|
53dea16e5c
|
[update] sdio wifi.
|
2021-03-01 15:57:10 +08:00 |
Bernard Xiong
|
893e5ad27c
|
Merge pull request #4403 from mysterywolf/removeminisystem
[bsp][stm32] 移除mini system BSP
|
2021-03-01 15:01:43 +08:00 |
Meco Man
|
68782205ed
|
[bsp][stm32] 移除mini system BSP
|
2021-03-01 05:52:48 +08:00 |
Bernard Xiong
|
a716126f28
|
Merge pull request #4389 from mysterywolf/sdcard
[bug][bsp][stm32][pandora] cannot use fatfs in the main thread at starting up
|
2021-02-28 22:09:55 +08:00 |
Bernard Xiong
|
b087b2d9b0
|
Merge pull request #4394 from supperthomas/ci_test
[bsp/max32660] 添加GCC编译环境和去掉Keil的microlib选项
|
2021-02-28 20:24:59 +08:00 |
Bernard Xiong
|
307671e2c4
|
Merge pull request #4392 from Jackistang/master
[bsp/max32660] add the driver of i2c
|
2021-02-28 20:19:29 +08:00 |
Meco Man
|
9da70b7e76
|
删除多余空格
|
2021-02-27 14:53:00 +08:00 |
jackis
|
8c7dd0353a
|
Keep the project file as it is, remove test code
|
2021-02-27 09:53:37 +08:00 |
Bernard Xiong
|
2bf53d315d
|
Merge pull request #4369 from mysterywolf/removeminilibc
[libc]移除minilibc 并将其职能并入newlibc中
|
2021-02-27 09:12:45 +08:00 |
supperthomas
|
db61c0d377
|
[bsp/max32660] remove the microlib about keil
|
2021-02-27 00:15:53 +08:00 |
supperthomas
|
bc133b83a7
|
[bsp/max32660] add the gcc and vscode environment
|
2021-02-26 23:35:08 +08:00 |
Bernard Xiong
|
ff469fee30
|
Merge pull request #4360 from haocg9310/stm32DAC
fix stm32 drv_dac.c some bugs
|
2021-02-26 23:14:48 +08:00 |
jackis
|
2b9d265364
|
[bsp/max32660] modify readme.md
|
2021-02-26 17:41:56 +08:00 |
jackis
|
c0c353e7c3
|
[bsp/max32660] close i2c
|
2021-02-26 17:38:53 +08:00 |
jackis
|
d306e39a55
|
[bsp/max32660] add the driver of i2c
|
2021-02-26 17:32:33 +08:00 |
Meco Man
|
c271332dd8
|
[bug][bsp][stm32][pandora] fix a bug that cannot use fatfs in the main thread at starting up
|
2021-02-26 10:23:01 +08:00 |
Bernard Xiong
|
8afee3092a
|
Merge pull request #4382 from Sunwancn/stm32-usart-8bits-parity
[drv_usart.c]修复stm32串口开启奇偶校验时字长设置错误
|
2021-02-26 00:10:14 +08:00 |
Sunwancn
|
e22f72293e
|
[drv_usart.c]修复stm32串口开启奇偶校验时字长设置错误
|
2021-02-24 21:11:27 +08:00 |
Bernard Xiong
|
d1ba6ff32e
|
Merge pull request #4373 from LeeChunHei/bsp_fix
imxrt bsp 修復
|
2021-02-24 16:46:05 +08:00 |
Bernard Xiong
|
b7a71b8552
|
Merge pull request #4371 from mysterywolf/fixold
[libc] 去除RT_USING_NOLIBC 历史遗留
|
2021-02-24 16:45:29 +08:00 |
LeeChunHei
|
b4cbfca550
|
change to use SConscript to enable clear bss in startup.s
|
2021-02-24 12:04:08 +08:00 |
guozhanxin
|
05ce4e67c3
|
[bsp][raspberry-pico] Fixed failure to start without connecting to UART
|
2021-02-24 11:04:35 +08:00 |
Bernard Xiong
|
c0331c5838
|
Merge pull request #4375 from mysterywolf/pin
[bsp][stm32][qspi]修复拼写错误
|
2021-02-23 18:59:40 +08:00 |
Meco Man
|
361f838567
|
修复拼写错误
|
2021-02-23 12:50:41 +08:00 |
LeeChunHei
|
8ef1fa192a
|
fix no clear bss with gcc and the wrong logic in SConscript
|
2021-02-23 11:45:27 +08:00 |
Meco Man
|
8f7bbfa011
|
remove RT_USING_NOLIBC
|
2021-02-23 11:27:12 +08:00 |
Meco Man
|
f9ad7f1b8c
|
remove efm32 files
|
2021-02-23 10:41:07 +08:00 |
Meco Man
|
9220447060
|
update
|
2021-02-23 10:28:13 +08:00 |
Bernard Xiong
|
4426af03f8
|
Revert "添加imxrt的pulse encoder和usb host驅動"
|
2021-02-23 09:44:27 +08:00 |
Bernard Xiong
|
d9c3459e11
|
Merge pull request #4295 from LeeChunHei/test_branch
添加imxrt的pulse encoder和usb host驅動
|
2021-02-23 09:41:27 +08:00 |
Bernard Xiong
|
6d3847b6bd
|
Merge pull request #4335 from LeeChunHei/qtimer_port
爲RT1052移植QTMR的PWM
|
2021-02-23 09:41:03 +08:00 |
Bernard Xiong
|
5a53b08fb9
|
Merge pull request #4336 from LeeChunHei/spi_test
對imxrt的SPI傳輸改用非阻塞API
|
2021-02-23 09:40:17 +08:00 |
Meco Man
|
b2d3317c6a
|
remove minilibc
|
2021-02-23 03:21:16 +08:00 |
LeeChunHei
|
6f0b8a5b78
|
change the wrong syntax
|
2021-02-22 22:26:00 +08:00 |
LeeChunHei
|
4c32843d73
|
add minus sign for all RT_ERROR code
|
2021-02-22 22:23:10 +08:00 |
LeeChunHei
|
a40bf3b11d
|
adding option for using blocking spi transfer
|
2021-02-22 22:17:07 +08:00 |
haocg
|
79ec88953f
|
DAC little bug
|
2021-02-20 16:27:21 +08:00 |
Bernard Xiong
|
3b003937e8
|
Merge pull request #4352 from DavidLin1577/patch-7
Mini optimized the spi_flash_init.c
|
2021-02-20 12:19:11 +08:00 |
Bernard Xiong
|
2eaff5b829
|
Merge pull request #4353 from DavidLin1577/patch-8
Fixed the return value bug in sdcard_port.c
|
2021-02-20 12:19:01 +08:00 |
Bernard Xiong
|
68e676575e
|
Merge pull request #4357 from sheltonyu/developer
[bsp/at32] update for project default configuration
|
2021-02-20 12:14:35 +08:00 |
Bernard Xiong
|
3b459e8297
|
Merge pull request #4356 from BernardXiong/master
[bsp][x86] update x86 with Kconfig and newlib toolchains.
|
2021-02-20 12:13:48 +08:00 |
Bernard Xiong
|
b204651517
|
Merge pull request #4333 from mysterywolf/pthread
[pthread][libc][time] 修改pthread与libc的时间函数若干问题
|
2021-02-20 12:12:56 +08:00 |
sheltonyu
|
b950244d32
|
[bsp/at32] update for project default configuration
|
2021-02-20 10:03:12 +08:00 |