Commit Graph

4510 Commits

Author SHA1 Message Date
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
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
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
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
Bernard Xiong 2da5d4a5d6 [bsp][x86] update x86 with Kconfig and newlib toolchains. 2021-02-19 23:55:17 +08:00
David Lin e39789ecd0
Update sdcard_port.c 2021-02-19 13:35:19 +08:00
David Lin 68e0d3a19d
Fixed the return value bug in sdcard_port.c
Fixed the return value bug in sdcard_port.c
2021-02-18 23:46:42 +08:00
David Lin 69b95ac979
Mini optimized the spi_flash_init.c
Delete the ";"
2021-02-18 23:32:23 +08:00
whsj2 0c2aef2c0b 完善SWM320 BSP 2021-02-18 13:29:12 +08:00
Bernard Xiong 6420c27791
Merge pull request #4294 from Michael0066/ls1b-dev
bsp:ls1b:rework uart driver and fix some bugs to make it work. tested on ls1b dev board
2021-02-18 10:26:22 +08:00
Bernard Xiong 17ee3d2c08
Merge pull request #4346 from supperthomas/ci_test
[bsp/nrf5x] add the FAQ about hardfault
2021-02-18 09:41:49 +08:00
supperthomas b19e71e18e fix the complier error 2021-02-18 06:33:45 +08:00
supperthomas 5c73b3e6e9 add the FAQ about hardfault 2021-02-18 06:23:53 +08:00
Bernard Xiong 7f7b52f9a6
Merge pull request #4325 from sheltonyu/developer
1.add can and on-chip-flash drivers 2.fixed c++ compiler error
2021-02-18 00:13:43 +08:00
Bernard Xiong 51c492881a
Merge pull request #4343 from supperthomas/max32660_spi
[bsp/max32660] add the driver of spi and gpio
2021-02-17 11:13:54 +08:00
supperthomas 74d1f9b803 add the project 2021-02-16 16:30:10 +08:00
supperthomas 933f5dd392 add README and fix the code 2021-02-16 16:27:54 +08:00
supperthomas 8ac935aeaf add the driver of gpio 2021-02-16 00:02:00 +08:00
supperthomas c0f8330811 fix the sample code 2021-02-15 14:21:41 +08:00
supperthomas 3e6b866956 fix the code sytle 2021-02-15 13:59:08 +08:00
supperthomas 6c7ae38938 [bsp/max32660] add the driver of spi 2021-02-15 13:55:52 +08:00
Bernard Xiong 7d72bdf303
Merge pull request #4314 from mysterywolf/mktime1
[bug][localtime]解决底层驱动格林威治时间与当地时间混乱使用的问题
2021-02-15 09:26:52 +08:00
LeeChunHei 7e5034c67d change to use non blocking api and use semaphore to sync the transfer 2021-02-14 12:15:20 +08:00
LeeChunHei b51c6339f0 finish testing 2021-02-13 18:50:58 +08:00
LeeChunHei fa5c8e1502 modifly to use multi usb(not tested) 2021-02-13 18:50:47 +08:00
LeeChunHei 75a4efc406 Add pulse encoder and usb host to imxrt (not tested) 2021-02-13 18:50:37 +08:00
LeeChunHei 7c151557c3 Add pulse encoder and usb host to imxrt (not tested) 2021-02-13 18:50:19 +08:00
LeeChunHei 18ff046e7f change to correct username 2021-02-13 18:42:51 +08:00
Bernard Xiong d1d2d3a210
Merge pull request #4317 from DavidLin1577/patch-3
[bsp]Fixed the stack overflow bug in i2c.c
2021-02-12 23:53:57 +08:00
Bernard Xiong eda10bb966
Merge pull request #4318 from DavidLin1577/patch-4
[bsp]Mini optimized the drv_sound.c
2021-02-12 23:07:50 +08:00
Bernard Xiong 122a1753d5
Merge pull request #4330 from liruncong/RT_SECTION
SECTION改为RT_SECTION
2021-02-12 13:02:31 +08:00
Bernard Xiong 12ce3bd4ff
Merge pull request #4332 from supperthomas/max32660
[bsp/maxim]add the bsp of max32660-evsys
2021-02-12 12:58:44 +08:00
Meco Man 40bb949cd5 update bsp zynq7000 2021-02-12 12:44:12 +08:00
Meco Man 55b31a7c00 update fh8620 这些BSP太老了!! 2021-02-12 12:34:29 +08:00
Meco Man 45867effd8 update bsp fh8620 zynq7000 2021-02-12 12:28:04 +08:00
Meco Man cc000b33cd update bsp ls1cdev 2021-02-12 12:24:59 +08:00
Meco Man 28e8e6da62 add void rt_hw_us_delay(rt_uint32_t us) for mini2440 2021-02-12 02:37:30 +08:00
supperthomas f818faec58 fix the code sytle 2021-02-12 00:28:44 +08:00