4699 Commits

Author SHA1 Message Date
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
supperthomas
096253936f [bsp/max32660] add readme 2021-02-11 23:33:38 +08:00
supperthomas
c91971821e add the gcc complier 2021-02-11 20:50:05 +08:00
supperthomas
153b03f310 [bsp/max32660] add the keil project 2021-02-11 16:18:33 +08:00
supperthomas
864d1dd703 fix the project 2021-02-11 10:57:00 +08:00
supperthomas
abcac46fcf first console project 2021-02-11 04:51:35 +08:00
liruncong
6df5634b52 [bsp]SECTION=>RT_SECTION(与catch2中SECTION冲突) 2021-02-09 23:25:56 +08:00
sheltonyu
bb28784a0c 1.add can and on-chip-flash drivers 2.fixed c++ compiler error 2021-02-09 14:28:11 +08:00
Bernard Xiong
09024c25f0
Merge pull request #4321 from mysterywolf/blue
[stm32][bluepill] 增加英文参考资料
2021-02-08 20:35:43 +08:00
Meco Man
10e955638d [stm32][bluepill] 增加英文参考资料 2021-02-08 15:01:13 +08:00
David Lin
a76fde6ca4
[bsp] mini optimized the drv_xpt2046.c
error device name xpt2049 in pi4 , so  changed xpt2049 -> xpt2046.
2021-02-08 12:34:25 +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
Wayne Lin
1679a9c618 Remove IAR warnings. 2021-02-08 11:51:52 +08:00
David Lin
82586c5e02
mini optimize the i2c.c 2021-02-08 10:12:57 +08:00
Bernard Xiong
21ebf93e20
Merge pull request #4270 from greedyhao/stm32-pwm-fix
[bsp][stm32] fix PWMN_CMD_DISABLE config
2021-02-08 09:53:01 +08:00
Meco Man
86ebf17a23 localtim改为gmtime 2021-02-07 21:49:25 +08:00
Meco Man
f073911cd3 解决底层驱动格林威治时间与当地时间胡乱使用的问题 mktime函数改为timegm函数 2021-02-07 21:08:41 +08:00
supperthomas
0fe8fccfbd first version 2021-02-06 07:36:26 +08:00
Bernard Xiong
9787116870
Merge pull request #4272 from iysheng/master
[bsp][gd32103c-eval] Add hwtimer driver and modify adc driver with LOG_x function
2021-02-06 00:15:41 +08:00
Bernard Xiong
7fc236dddb
Merge pull request #4306 from mysterywolf/rtc
[libc][stm32-driver RTC] 修复RTC驱动以及libc time.c库若干问题
2021-02-05 20:23:24 +08:00
Wayne Lin
4fcb87a8aa Support M2354 platform.
1. Add NuMaker-M2354 BSP.
2. Fix SLCD library and modify its demo.
2021-02-05 18:52:13 +08:00
iysheng
e2d6f6aadd [bsp][gd32103c-eval] Modify adc driver with LOG_x function and deselect adc and hwtimer driver 2021-02-05 13:53:52 +08:00
Meco Man
c2fca3dffe 修复RTC驱动以及libc time.c库若干问题 2021-02-05 13:13:22 +08:00
iysheng
a281ee9874 code format 2021-02-05 11:46:44 +08:00
iysheng
2b50fbafe2 [bsp][gd32103c-eval] Add hwtimer driver 2021-02-05 11:45:05 +08:00