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
Bernard Xiong
6b980039b1
Merge pull request #4301 from thread-liu/master
...
[update] elf2uf2.exe
2021-02-04 14:21:37 +08:00
greedyhao
4b9e58cb1b
[bsp][bluetrum] add adc and rtc support
2021-02-04 13:51:55 +08:00
thread-liu
a5c91a07ef
[update] elf2uf2.exe
2021-02-04 11:13:30 +08:00
Bernard Xiong
e210bc7cb6
Merge pull request #4273 from greedyhao/bluetrum
...
[bsp][bluetrum] add pwm support
2021-02-03 10:53:16 +08:00
Bernard Xiong
58c3b2f523
Merge pull request #4289 from mysterywolf/stm32bsp
...
[stm32][bsp]更新BSP readme列表
2021-02-02 21:33:36 +08:00
thread-liu
00841bb0f5
[add] raspberry-pico elf2uf2.exe
2021-02-02 17:38:19 +08:00
cosmo
55ea496431
格式修正
2021-02-02 14:28:32 +08:00
cosmo
9c811b19ba
修复滤波设置问题,根据标志帧和扩展帧判别所需位移,根据滤波模式判别CAN_FxR2[3:0]设置。
2021-02-02 14:23:56 +08:00
cosmo
69a347fa7b
修复 应用层设置hdr = -1时,驱动层没有正确识别问题,默认按照滤波表顺序设置FilterBank
2021-02-02 14:10:57 +08:00
michael
97de1e7407
bsp:ls1b:rework uart driver and fix some bugs to make it work. tested on ls1b dev board which make by Loongson(GuangZhou)
2021-02-02 09:33:38 +08:00
Bernard Xiong
59f320783f
Merge pull request #4286 from Michael0066/ls1b-dev
...
ls1b: fix the count of GPIO IRQ
2021-02-02 07:00:46 +08:00
Bernard Xiong
b42a43cd00
Merge pull request #4265 from guojiawei314/master
...
修复在STM32的qspi驱动中,若定义BSP_QSPI_USING_SOFTCS开启软件cs引脚控制,则结构体成员pin大小写不一致的错误。
2021-02-02 05:46:08 +08:00
Bernard Xiong
f2a091e2ad
Merge pull request #4287 from OpenNuvoton/nuvoton
...
[bsp/nuvoton] Sync and update.
2021-02-02 05:44:51 +08:00
Bernard Xiong
bb35c5d627
Merge pull request #4242 from 0xcccccccccccc/patch-1
...
[BSP][LS2K][Bug fix]修正龙芯2K平台下SPI分频系数调节不正确的错误
2021-02-02 05:39:15 +08:00
Meco Man
b63b7e46c5
[stm32][bsp]更新BSP readme列表
2021-02-01 12:44:05 +08:00
Wayne Lin
9a37920a69
Add SPI NAND's bootloader and its booting parameters.
2021-02-01 10:44:02 +08:00
Wayne Lin
dfbeb9e88c
Sync Nuvoton porting.
...
1. NUC980 platform: USBH, INPUTCAPTURE, SPINAND.
2. Correct enter-quad-mode routine in board_dec.c.
3. Use RT_ASSERT to catch system-call-exceptions.
2021-02-01 10:35:44 +08:00
michael
4de8848a8c
bsp:ls2k: make uart init more flexible
2021-01-31 23:03:16 +08:00
michael
d874ab1109
mips:gs232:LS1C300 have 5 group INTC cells but LS1B have 4 group INTC cells
2021-01-31 21:56:30 +08:00
Bernard Xiong
ef8b984fa1
Merge pull request #4282 from Michael0066/ls2k-dev
...
bsp:ls2k:make set console device more flexible
2021-01-31 13:35:24 +08:00
Bernard Xiong
cf497f0c18
Merge pull request #4285 from hyhkjiy/feature/nrf5x
...
Feature/nrf5x
2021-01-31 13:31:20 +08:00
Bernard Xiong
8801de442b
Merge pull request #4274 from xys20071111/master
...
Update bsp/allwinner_tina/rtconfig.py
2021-01-31 13:30:28 +08:00
hyhkjiy
50fe26e19c
[UPD]nrf52840 compatible with gcc compilation
2021-01-31 10:03:56 +08:00
hyhkjiy
81c26ecf5d
[UPD]nrf52832 compatible with gcc compilation
2021-01-31 10:01:10 +08:00
michael
752238dbe8
bsp:ls2k:make set console device more flexible
2021-01-30 19:47:13 +08:00
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
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
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
guojiawei314
ffc3da61fe
修复在STM32的qspi驱动中,若定义BSP_QSPI_USING_SOFTCS开启软件cs引脚控制,则结构体成员pin大小写不一致的错误。统一为pin。
2021-01-28 21:06:46 +08:00
guozhanxin
6d36d384c2
add raspberry-pico bsp
2021-01-28 19:59:59 +08:00
Tom Xue
ffb2b5a210
Update rtconfig.py
...
将 print 改成 python3 的
2021-01-28 18:40:52 +08:00
greedyhao
801aa4747b
[bsp][bluetrum] add pwm support
2021-01-28 17:06:09 +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
greedyhao
c339386c07
[bsp][stm32] fix PWMN_CMD_DISABLE config
2021-01-27 15:03:55 +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
greedyhao
8e592b9f91
[bsp][bluetrum] update link.lds
2021-01-26 16:06:21 +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
guojiawei314
735f0c33d6
修复在STM32的qspi驱动中,若定义BSP_QSPI_USING_SOFTCS开启软件cs引脚控制,则结构体成员pin大小写不一致的错误。
2021-01-25 23:25:16 +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
greedyhao
71bf7993f2
[bsp][bluetrum] change the name of the sd register enum
2021-01-22 16:08:14 +08:00
greedyhao
eb46de9669
[bsp]bluetrum] update kconfig
2021-01-21 17:24:28 +08:00
greedyhao
f7565c4467
[bsp][bluetrum] update copyright
2021-01-21 16:08:06 +08:00
greedyhao
13708b9cda
[bsp][bluetrum] delet romfs.c
2021-01-21 16:07:49 +08:00
Bernard Xiong
3066291337
Merge pull request #4253 from thread-liu/master
...
[update] stm32mp1 uart dma sample.
2021-01-21 12:45:38 +08:00
Bernard Xiong
7ed63ef52b
Merge pull request #4250 from Trisuborn/master
...
为stm32的PWM驱动添加对STM32H7的支持、添加互补PWM功能的支持,补全pwm_get命令等
2021-01-21 11:58:52 +08:00
thread-liu
c8ac5c748a
[update] return value judgment.
2021-01-21 09:46:35 +08:00
Trisuborn
68e5c6f511
Logical error
2021-01-21 06:37:42 +08:00
Trisuborn
55402e19db
优化互补PWM输出功能的实现逻辑,兼容原本API,增加互补PWM使能/失能命令
2021-01-20 23:47:18 +08:00
greedyhao
52f547f56a
[bsp][bluetrum] add cpp support
2021-01-20 19:28:35 +08:00
greedyhao
7d0155eeaa
[bsp][bluetrum] add sdio support
2021-01-20 19:28:26 +08:00
thread-liu
f691db99b5
[update] uart dma sample.
2021-01-20 15:31:38 +08:00
bernard
9f4ce7ee6f
!113 添加armclang支持
...
Merge pull request !113 from shuobatian/gitee_master
2021-01-20 13:50:59 +08:00
Trisuborn
63239801d9
修改无意义代码
2021-01-20 11:24:00 +08:00
Trisuborn
aed3cc162f
为stm32的PWM驱动添加对STM32H7的支持、添加互补PWM功能的支持,补全pwm_get命令
2021-01-19 17:14:32 +08:00
Zhaoxing Li
bda4b68a80
[bsp][stm32] Add HAL_TIM_Base_Init
2021-01-19 14:02:31 +08:00
bernard
60c695073f
!117 Bug Fixed #bsp/hc32f4a0 sram size & I2C gpio init
...
Merge pull request !117 from chengy4/gitee_master
2021-01-18 21:32:48 +08:00
chengy4
20cf905c96
delete space line
2021-01-18 17:14:55 +08:00
chengy4
431ddb90f5
1.modify SRAM_SIZE
...
2.modify I2C gpio init
2021-01-18 15:55:33 +08:00
马浩然
902fe8bd5e
Update drv_spi.c
...
Bug Fixed : clock division cannot been adjusted as expected due to wrong register configuration.
2021-01-17 23:33:48 +08:00
Meco Man
48b942d38d
[.gitignore] 将dist文件夹滤掉
2021-01-17 20:46:52 +08:00
Bernard Xiong
a18714b04a
Merge pull request #4236 from Jedcheen/master
...
fix imxrt uart2 wrong configure
2021-01-17 16:14:35 +08:00
Bernard Xiong
2d71a33248
Merge pull request #4238 from mysterywolf/master
...
[stm32][bsp][bluepill] update readme and update cubemx project
2021-01-17 15:54:53 +08:00
Meco Man
c2cd5ef7ce
update
2021-01-17 14:04:28 +08:00
Bernard Xiong
f2bfd34618
Merge pull request #4233 from xiaofengvskuye/master
...
修复NRF52840启用SPI驱动后编译错误问题
2021-01-15 14:14:29 +08:00
Meco Man
1915c4027a
update
2021-01-14 23:47:49 +08:00
Meco Man
e93cbcb371
update
2021-01-14 14:06:35 +08:00
Meco Man
7fe68aca57
update
2021-01-14 14:05:37 +08:00
Meco Man
f8af4b6d68
update
2021-01-14 13:22:45 +08:00
Meco Man
dfedf1ab92
update readme
2021-01-14 00:04:16 +08:00
Meco Man
c19183a647
update cubemx
2021-01-13 23:14:22 +08:00
Meco Man
f2444c3090
update keil5 project template
2021-01-13 22:55:49 +08:00
shuobatian
b546e25f9f
armcc 链接参数
2021-01-13 21:59:02 +08:00
shuobatian
ed28e65b7e
防止字符转义
2021-01-13 21:55:25 +08:00
shuobatian
7018a5c297
修改armclang编译参数,debug优化等级-O1
2021-01-13 21:47:40 +08:00
Bernard Xiong
d8a3ad5431
Merge pull request #4235 from balanceTWK/master_0113
...
[stm32][stm32f103-blue-pill] add USB device support.
2021-01-13 20:19:08 +08:00
Bernard Xiong
d8e7f5cf1d
Merge pull request #4237 from mysterywolf/bspupdate
...
[readme] update
2021-01-13 19:23:50 +08:00
tangweikang
01b43fcb8c
[stm32][stm32f103-blue-pill] add USB device support.
2021-01-13 11:34:45 +08:00
Jedcheen
9fb1520d0e
fix imxrt uart2 wrong configure
2021-01-13 11:31:03 +08:00
xiaofengvskuye
9271f66273
修复NRF52840启用SPI驱动后编译错误问题
2021-01-12 16:16:28 +08:00
shuobatian
94b5d009d1
不使用microlib
2021-01-11 22:36:30 +08:00
shuobatian
791527caca
add armclang support
2021-01-11 20:07:12 +08:00
chenjiafan
8ed36da17f
[add]added on-board LCD support for for Bear-Pi
2021-01-10 22:25:08 +08:00
chenjiafan
e05e6c0402
[update]modify Bear-Pi BSP configuration error
2021-01-10 22:24:37 +08:00
Meco Man
660b9fb627
update
2021-01-08 11:20:46 +08:00
Meco Man
0e70ef4001
update 401
2021-01-08 11:18:47 +08:00
WBI\nxf44444
2e15ec26ba
modify drv_sdio.c
2021-01-06 16:16:04 +08:00
Bernard Xiong
84f19b84c5
Merge pull request #4223 from iysheng/master
...
[bsp][gd32103c-eval] Add gd32103c-eval bsp [src/kservice.c] 更新打印提示時間信息
2021-01-05 09:24:26 +08:00
Bernard Xiong
821229f896
Update SConscript
2021-01-05 09:12:04 +08:00
Bernard Xiong
33ec49fcc1
Merge pull request #4165 from Hxinrong/rt_mutex_takeBranch
...
add error checks of rt_mutex_take()
2021-01-05 08:57:12 +08:00
Xinrong Han
3f1407827d
add error checks of rt_mutex_take()
2021-01-04 17:08:56 +08:00
WBI\nxf44444
77fd2c4342
add license info header&remove the unnecessary code.
2021-01-04 15:22:50 +08:00
iysheng
01adbab9b7
[bsp][gd32103c-eval] Add gd32103c-eval bsp
2021-01-04 14:22:38 +08:00
linyiyang
c20f528f53
修改python 空格和tab混用的问题
2020-12-31 13:08:48 +08:00
linyiyang
5ad52608a4
修改python 空格和tab混用的问题;
2020-12-31 10:51:09 +08:00
bernard
53f5d0fa89
Merge remote-tracking branch 'gitee/gitee_master'
2020-12-31 10:17:00 +08:00
bernard
f8d7f34728
[BSP] Add license info and code cleaup for vexpress-a9 BSP
2020-12-31 09:48:36 +08:00
Bernard Xiong
a129257624
Merge pull request #4024 from charlown/master
...
fix rx gpio_mode_set param in drv_usart.c
2020-12-31 08:37:11 +08:00
chenjiafan
3c9d5d7af2
[add]add Bear-Pi BSP
2020-12-30 20:16:05 +08:00
Bernard Xiong
a207f22150
Merge pull request #4206 from greedyhao/bluetrum
...
[bsp][bluetrum] update link.lds
2020-12-30 20:02:41 +08:00
greedyhao
7741df50ab
[bsp][bluetrum] update link.lds
2020-12-30 17:43:23 +08:00
Bernard Xiong
4529e9a741
Merge pull request #4198 from mysterywolf/gettick
...
[bug] add function rt_tick_get_millisecond() and fix bug #4012
2020-12-30 17:20:28 +08:00
Meco Man
63cd26b0d1
update
2020-12-30 16:32:20 +08:00
Bernard Xiong
32cf867837
Merge pull request #4134 from Hxinrong/rt_event_recvBranch
...
add error checks of function rt_event_recv()
2020-12-30 13:44:41 +08:00
Bernard Xiong
a9a004f5b4
Merge pull request #4111 from eYoung8475/master
...
[bsp][gd32450z-eval]fixed spi driver bug
2020-12-30 09:57:11 +08:00
Bernard Xiong
b2a6dbadf4
Merge pull request #4135 from balanceTWK/master_hal_delay
...
[BSP][STM32] update void HAL_Delay(__IO uint32_t Delay)
2020-12-30 08:09:49 +08:00
Bernard Xiong
ce034e6762
Merge pull request #4202 from OpenNuvoton/nuvoton
...
[Nuvoton] Support NUC980 ARM9 platform.
2020-12-29 20:16:19 +08:00
Bernard Xiong
858295fb0d
Merge pull request #4201 from bigmagic123/ls2k_add_sata
...
Ls2k add sata
2020-12-29 20:10:51 +08:00
Wayne Lin
c9892a82be
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into nuvoton
2020-12-29 19:36:00 +08:00
Wayne Lin
1c4328e5a9
Update NUC980 and M480
...
1. Add 980 drv_usbd.
2. EMAC - move MDC CLK divider before EMAC initialization.
3. Correct NUC980 and M480 CAN RX_MSG_ID_INDEX definition.
4. add USBD cdc demo - vcom_echo.
5. mnt - add mount_table definition.
2020-12-29 19:35:43 +08:00
bigmagic
ce2cafdf41
fix readme file
2020-12-29 18:54:25 +08:00
bigmagic
606ffc5e70
add ls2k lwext4 pkgs support
2020-12-29 18:54:18 +08:00
bigmagic
68689c7c43
add ls2k sata ssd driver
2020-12-29 18:54:12 +08:00
Meco Man
c2e15e003c
add function rt_hw_1ms_tick_get()
2020-12-29 00:08:24 +08:00
yangjie
dc09f3760f
更新 stm32 工程,nxp 工程
2020-12-28 15:02:17 +08:00
yangjie
eeaf1fcc50
resolve Conflicts
...
bsp/nrf52832/board/Sconscript
bsp/nrf52832/startups/Sconscript
bsp/raspberry-pi/raspi4-32/driver/SConscript
2020-12-28 12:02:31 +08:00
chengy4
cceba7ca86
1.add LICENSE
...
2.update README.md(add contact)
2020-12-28 09:52:57 +08:00
Bernard Xiong
eb4e4e04b9
Merge pull request #4191 from thread-liu/main
...
[ST32MP1] add modifier __no_init for IAR
2020-12-27 01:11:35 +08:00
Wayne Lin
0cfe292157
Update nuvoton RTT porting.
...
1. Fix porting driver.
2. Add NAU8822 audio codec driver.
3. Add NUC980 I2S porting driver.
2020-12-25 18:39:12 +08:00
Wayne Lin
89c1c3f271
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into nuvoton
2020-12-25 18:30:22 +08:00
greedyhao
08aa4e5462
[bluetrum] update link.lds
2020-12-25 17:23:26 +08:00
greedyhao
216285a2c3
[bluetrum] fix context switch error
2020-12-25 17:19:58 +08:00
chengy4
c5461139f1
add hc32f4a0
2020-12-25 14:33:03 +08:00
thread-liu
534239b8c1
[update] add keyword __no_init to disable IAR from initializing specified memory.
2020-12-25 09:47:47 +08:00
Bernard Xiong
9a59737b5f
Merge pull request #4148 from WKJay/master
...
[FIX] fix build problem in drv_crypto.c
2020-12-23 19:25:44 +08:00
DUXin-ece
9626515787
修正stm32f746-disco和FPU相关的flag错误
2020-12-23 14:50:47 +08:00
ZhaoJiasheng
ad41afbc65
Fix bsp/k210/driver/drv_gpio.c error
2020-12-22 17:33:49 +08:00
Huaqi Fang
e765c36bbb
bsp/nuclei: Fix scons --run=upload command output message not match issue
...
Although the program elf is uploaded successfully, the upload message is
still "Remote communication error.“, but actually upload works.
After fix, it will be "[Inferior 1 (Remote target) detached]"
By the way, I also checked latest nuclei-sdk 0.3.0 release with latest
rt-thread source code
Signed-off-by: Huaqi Fang <578567190@qq.com>
2020-12-21 16:56:22 +08:00
Wayne Lin
8d90cfadf0
Update nuvoton porting.
...
1. Make up sources and bugfix.
2. Add nu_gpio_pin_get.
3. Add PM operator in USB host driver.
4. Support NUC980 stage 1 and add nk-980iot board.
2020-12-21 14:57:09 +08:00
yangjie
ef62febf1f
[SConscript]update group name
2020-12-19 16:49:11 +08:00
bernard
c924330469
Merge remote-tracking branch 'gitee/gitee_master'
2020-12-19 15:13:36 +08:00
greedyhao
35fca3583b
Create ilg.gnumcueclipse.managedbuild.cross.riscv.prefs
2020-12-19 11:23:03 +08:00
greedyhao
67bf5cea1f
[bluetrum] add sound and romfs support
2020-12-19 10:45:03 +08:00
greedyhao
a9d7e7021e
[bluetrum] update studio config files
2020-12-19 10:29:49 +08:00
Bernard Xiong
2c964b5bd4
Merge pull request #4174 from thread-liu/master
...
[update] stm32mp1 mdk link script file
2020-12-18 19:30:03 +08:00
thread-liu
0b5c69ef69
[update] stm32mp1 heap address.
2020-12-17 11:55:53 +08:00
Bernard Xiong
59d964aec6
Merge pull request #4168 from KyleChenjh/master
...
add dac config for stmf4
2020-12-17 11:14:16 +08:00
thread-liu
f549c79269
[update] stm32mp1 mdk link script file.
2020-12-17 10:27:51 +08:00
刘泓研
2398376d45
update bsp/essemi/es32f369x/README.md.
2020-12-16 19:48:25 +08:00
刘泓研
037f3d5320
update bsp/essemi/es32f0654/README.md.
2020-12-16 19:47:20 +08:00
刘泓研
b55e3b7f01
update bsp/essemi/es32f0334/README.md.
2020-12-16 19:45:12 +08:00
刘泓研
3fe3620ee6
update bsp/essemi/es32f0334/README.md.
2020-12-16 19:40:23 +08:00
刘泓研
6bb5d8693d
update bsp/essemi/es32f0334/README.md.
2020-12-16 19:39:20 +08:00
刘泓研
d3290b28f9
update bsp/essemi/es32f0334/README.md.
2020-12-16 19:37:57 +08:00
wangyq2018
6e8875580c
readme.md的图片显示。
2020-12-16 19:32:40 +08:00
wangyq2018
afa023b7e8
图片路径修改。
2020-12-16 17:42:07 +08:00
wangyq2018
d9387959cd
add driver example
2020-12-16 16:31:01 +08:00
wangyq2018
a51e137c91
update libraries
2020-12-16 16:21:53 +08:00
Bernard Xiong
1de6d86fb9
Merge pull request #4143 from greedyhao/bluetrum
...
[bsp][bluetrum] add a new board support
2020-12-16 10:12:19 +08:00
greedyhao
84553b01e5
[bluetrum] add the rt-thread studio support
2020-12-15 23:43:45 +08:00
greedyhao
54c880e979
[bluetrum] edit .lds
...
Expand the COMM section
2020-12-15 23:43:04 +08:00
chenjh
352f599367
add dac config for stmf4
2020-12-15 17:58:12 +08:00
Han Xinrong
db4b3ff125
modify code style
2020-12-15 11:37:23 +08:00
Bernard Xiong
22c0dff505
Merge pull request #4162 from mysterywolf/l496
...
【English readme】 [stm32][L496] add english readme
2020-12-15 10:50:18 +08:00
Bernard Xiong
8bebf2cab5
Merge pull request #4157 from mysterywolf/l053
...
【English readme】 [stm32][L053] add english readme
2020-12-15 10:49:55 +08:00
Bernard Xiong
8b2cc69230
Merge pull request #4161 from mysterywolf/l476
...
【English readme】 [stm32][L476] add english readme
2020-12-15 10:49:44 +08:00
Bernard Xiong
61d055bd70
Merge pull request #4160 from mysterywolf/l452
...
【English readme】 [stm32][L452] add english readme
2020-12-15 10:49:37 +08:00
Bernard Xiong
c19c040ce4
Merge pull request #4159 from mysterywolf/l432
...
【English readme】 [stm32][L433] add english readme
2020-12-15 10:49:26 +08:00
Bernard Xiong
5e77380dd3
Merge pull request #4158 from mysterywolf/l412
...
【English readme】 [stm32][L412] add english readme
2020-12-15 10:48:37 +08:00
Bernard Xiong
7b1fe805cd
Merge pull request #4156 from mysterywolf/L010
...
【English readme】 [stm32][L010] add english readme
2020-12-15 10:48:28 +08:00
Bernard Xiong
5d49ca8ac6
Merge pull request #4155 from mysterywolf/h743
...
【English readme】 [stm32][h743] add english readme
2020-12-15 10:48:17 +08:00
Bernard Xiong
5458f3415e
Merge pull request #4152 from mysterywolf/g071
...
【English readme】 [stm32][g071] add english readme
2020-12-15 10:47:01 +08:00
Bernard Xiong
0f9d1ac282
Merge pull request #4153 from mysterywolf/g431
...
【English readme】 [stm32][g431] add english readme
2020-12-15 09:05:20 +08:00
Bernard Xiong
ea46dbeb30
Merge pull request #4151 from mysterywolf/g070
...
【English readme】 [stm32][g070] add english readme
2020-12-15 09:04:08 +08:00
mysterywolf
4133e502a5
【English readme】 [stm32][L496] add english readme
2020-12-14 17:15:21 +08:00
mysterywolf
d53a4b806b
【English readme】 [stm32][L476] add english readme
2020-12-14 17:08:57 +08:00
mysterywolf
1f0d448b9d
【English readme】 [stm32][L452] add english readme
2020-12-14 17:03:04 +08:00
mysterywolf
dbe8471eda
【English readme】 [stm32][L433] add english readme
2020-12-14 16:51:19 +08:00
mysterywolf
cfd6e7fc18
【English readme】 [stm32][L412] add english readme
2020-12-14 16:42:45 +08:00
mysterywolf
fe7ffa4c9d
【English readme】 [stm32][L053] add english readme
2020-12-14 16:36:03 +08:00
mysterywolf
6824c9722d
【English readme】 [stm32][L010] add english readme
2020-12-14 16:26:55 +08:00
mysterywolf
58d3a8fc8b
【English readme】 [stm32][h743] add english readme
2020-12-14 16:18:33 +08:00
mysterywolf
db6a8c8eec
【English readme】 update
2020-12-14 16:13:39 +08:00
mysterywolf
5e325c8e08
【English readme】 [stm32][g431] add english readme
2020-12-14 16:04:27 +08:00
mysterywolf
803bc07a68
【English readme】 [stm32][g071] add english readme
2020-12-14 15:56:48 +08:00
mysterywolf
fa51aaaf25
【English readme】 [stm32][g070] add english readme
2020-12-14 15:49:10 +08:00
Han Xinrong
a1fe7b1ddf
modify the error check of rt_event_recv()
2020-12-13 19:11:04 +08:00
greedyhao
ec060312b7
[bluetrum] add --dist
2020-12-11 18:33:09 +08:00
thread-liu
3ab2d4fb1f
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into step4-ev1
2020-12-11 18:08:56 +08:00
Bernard Xiong
42088b010a
Merge pull request #4108 from 0xcccccccccccc/rtt-ls2k
...
[bsp][loongson] 更新龙芯2K1000平台上的SPI驱动和UART驱动
2020-12-11 17:57:11 +08:00
greedyhao
51bba95ef8
[bluetrum] add default RTT_ROOT
2020-12-11 15:10:13 +08:00
greedyhao
1d660babe4
[bluetrum] disable finish echo
2020-12-11 15:08:33 +08:00
WKJay
a85193fc75
[FIX] fix build problem in drv_crypto.c
2020-12-11 14:58:20 +08:00
0xcccccccccccc
90560e87c5
- Copyright information added.
2020-12-11 00:45:58 +08:00
greedyhao
0f9485c633
[bluetrum] fix hal_printf
2020-12-10 22:07:49 +08:00
greedyhao
f76d495e73
[bluetrum] modify copyright information
2020-12-10 17:13:11 +08:00
greedyhao
c5a672d1b1
Update ab32vg1_hal_uart.c
2020-12-10 15:28:27 +08:00
thread-liu
a06f1fa627
[add] dma test case.
2020-12-10 14:52:04 +08:00
greedyhao
f91374c09a
[bluetrum] fix image display problem
2020-12-10 11:18:15 +08:00
greedyhao
07235e288b
Update README.md
2020-12-10 11:10:31 +08:00
greedyhao
40ef822979
[bsp][bluetrum] add a new board support
2020-12-10 11:02:26 +08:00
Han Xinrong
3bb8edf4c1
error check of rt_event_recv()
...
add error check
2020-12-09 22:24:01 +08:00
tangweikang
f91089b578
[BSP][STM32] update void HAL_Delay(__IO uint32_t Delay)
2020-12-08 14:36:38 +08:00
0xcccccccccccc
edc4028944
- Remove duplicated line feeds and unnecessary annotations.
...
- Maintainers information is now corrected.
- Withdraw the modification on EXEC_PATH of the gcc toolchain.
2020-12-08 10:13:52 +08:00
0xcccccccccccc
e6b5feae7c
Merge branch 'rtt-ls2k' of https://github.com/0xcccccccccccc/rt-thread into rtt-ls2k
2020-12-07 20:47:27 +08:00
0xcccccccccccc
5d32b5d2d2
- fix indentations.
2020-12-07 20:40:43 +08:00
Wang-Huachen
1af5b72a99
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2020-12-07 09:44:37 +08:00
Bernard Xiong
cc9374f052
Merge pull request #4058 from thread-liu/liukang
...
[add] dcmi and ov2640 driver.
2020-12-07 00:11:12 +08:00
Bernard Xiong
64e9cd9d3a
Merge pull request #4098 from balanceTWK/master_stm32
...
[bsp][stm32][libraries] Remove #include <rtthread.h>
2020-12-05 14:57:42 +08:00
thread-liu
5de6c0defc
[add] timer test case.
2020-12-05 14:33:12 +08:00
thread-liu
3ecf12b5b2
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into step4-ev1
...
# Conflicts:
# bsp/stm32/libraries/STM32MPxx_HAL/SConscript
2020-12-05 14:12:54 +08:00
thread-liu
f9e34b4df6
[add] rs485 driver
2020-12-05 13:38:53 +08:00
thread-liu
8880e751f2
[add] low power and lptim driver.
2020-12-05 11:54:17 +08:00
thread-liu
6d8dbb6756
[add] RNG, CRC, HASH, CRYP driver.
2020-12-05 11:34:30 +08:00
thread-liu
fd20299507
[add] exti test case.
2020-12-05 11:20:38 +08:00
thread-liu
ba7865d3f5
[add] spi loopback test case.
2020-12-05 11:19:57 +08:00
thread-liu
edd3fd2174
[add] wwdg driver.
2020-12-05 10:16:06 +08:00
thread-liu
73539c6bc0
[add] dfsdm driver.
2020-12-05 09:43:32 +08:00
thread-liu
b71d496b83
[add] spdifrx driver.
2020-12-05 09:32:35 +08:00
thread-liu
dbd67507d9
[add] qspi_flash driver.
2020-12-05 09:09:28 +08:00
thread-liu
5d7efb3c5f
[add] fdcan driver.
2020-12-04 17:57:54 +08:00
thread-liu
10da8d4e44
[add] dcmi and ov5640 driver.
2020-12-04 17:48:42 +08:00
thread-liu
d97530e0ff
Merge branch 'master' into step4
2020-12-03 09:09:00 +08:00
linyiyang
183f9be898
[bsp][gd32450z-eval]fixed spi driver bug
2020-12-03 08:48:07 +08:00
Bernard Xiong
df3d4b7bc9
Merge pull request #4037 from KyleChenjh/master
...
add dac driver for stm32l4
2020-12-03 08:41:41 +08:00
Bernard Xiong
9d60727058
Merge pull request #4109 from bigmagic123/fix_raspi4
...
Fix raspi4
2020-12-03 08:10:37 +08:00
Bernard Xiong
3c361e6ead
Merge pull request #4101 from guohp1128/master
...
#define ADC_NAME adc updated to header file.
2020-12-03 08:01:30 +08:00
Bernard Xiong
078b9a7b76
Merge pull request #4104 from eYoung8475/master
...
[bsp][allwinner_tina]fixed uart1 gpio rx/tx pin;
2020-12-02 23:40:11 +08:00
Bernard Xiong
926a06d347
Merge pull request #4089 from thread-liu/step4-ev1
...
[add] complicated dirvers for STM32MP157A-EV1 board
2020-12-02 23:39:29 +08:00
Bernard Xiong
dae7f1af9b
Merge pull request #4091 from RT-Thread/BernardXiong-patch-thead
...
[BSP] Update README.md for thread-smart
2020-12-02 23:35:15 +08:00
thread-liu
c5612fd2e1
[add] sai and wm8994 codec driver.
2020-12-02 17:29:04 +08:00
thread-liu
840af38dac
[add] sdmmc (sd_card and emmc) driver.
2020-12-02 17:10:39 +08:00
bigmagic
20de8e215a
update readme.md
2020-12-02 10:29:38 +08:00
bigmagic
091089f16d
add dma ch7 driver
2020-12-02 10:09:27 +08:00
bigmagic
ef1c7f2088
update bluetooth driver
2020-12-02 10:06:59 +08:00
马浩然
0fc2211c77
Update drv_uart.c
...
fix indentataions
2020-12-01 16:52:31 +08:00
yangjie11
ba83ddc3c4
[SConscript] change libcpu to LIBARCH,and correcte letter case
2020-11-30 15:52:43 +08:00
0xcccccccccccc
0fc2b13b45
- SPI is now supported on ls2k1000 platform.
...
- Multi-Port & Adjustable Buadrate of UART controller feature added.
2020-11-30 14:57:21 +08:00
0xcccccccccccc
11132bcb64
- SPI support for ls2k1000 is now avaliable
2020-11-30 14:46:52 +08:00
Wang-Huachen
7258328923
bsp:
...
add support to zynqmp-r5 core and zynqmp-r5-axu4ev board
2020-11-30 13:13:08 +08:00
ZHU Hao
99a0664240
comment error
2020-11-30 11:51:59 +08:00
ZHU Hao
fd955a5c84
Fixed spelling errors in drv_sdio.c
...
rthw_sd_delect -> rthw_sd_detect
2020-11-30 10:52:00 +08:00
linyiyang
e561dd77bc
[bsp][allwinner_tina]fixed uart1 gpio rx/tx pin;
2020-11-30 09:07:33 +08:00
bigmagic
2d1457e2cb
add download firmware
2020-11-29 20:28:39 +08:00
bigmagic
466ca3bf9a
add bluetooth driver
2020-11-29 17:31:51 +08:00
guohp1128
e4964f6692
#define ADC_NAME adc updated to header file.
2020-11-29 11:13:44 +08:00
bigmagic
bda0d303af
add raspi4 driver
2020-11-28 18:27:24 +08:00
BalanceTWK
7de66cd38c
[bsp][stm32][libraries] Remove #include <rtthread.h>
2020-11-28 12:51:56 +08:00
Bernard Xiong
fba1d75485
Merge pull request #4017 from eYoung8475/master
...
[bsp][allwinner_tina]fixed spi driver bug
2020-11-27 22:57:45 +08:00
bigmagic
5bcf84edcb
add raspi4 lcd driver
2020-11-27 14:30:25 +08:00
bigmagic
f8c8bc1c41
add raspi4 dsi and xpt2046 touch driver
2020-11-27 13:44:56 +08:00
thread-liu
3767a08901
[add] GBE dirver.
2020-11-27 08:52:45 +08:00
David Lin
95c76c6202
Update vbus_hw.h
2020-11-26 23:41:20 +08:00
David Lin
dc64aa41b6
Update vbus_hw.h
2020-11-26 23:34:12 +08:00
Bernard Xiong
26c8018625
Merge pull request #4073 from balanceTWK/thead-smart
...
[bsp/thead-smart] select ARCH_RISCV32 and ARCH_RISCV_FPU_S
2020-11-26 22:18:52 +08:00
Bernard Xiong
c5ccd82a72
[BSP] Update README.md for thread-smart
2020-11-26 22:17:49 +08:00
liuduanfei
9aabf2613e
change `rt_sem_delete` to `rt_sem_detach`
...
`_lcd.lcd_lock` should be detach with rt_sem_detach.
2020-11-26 17:00:49 +08:00
thread-liu
916bcc141f
[update] openamp.
2020-11-26 15:12:23 +08:00
thread-liu
73391c60fb
[add] crc, rng, hash and cryp driver for smt32mp1.
2020-11-26 14:31:08 +08:00
RT-Thread
631220eb22
!69 解决bsp/tm4c129在gcc开发环境下无法startup问题
...
Merge pull request !69 from 上大人孔乙己/fix/tm4c129-startup
2020-11-26 13:44:45 +08:00
bigmagic
1ddfe4a8a7
fixed spi driver
2020-11-26 11:30:29 +08:00
bigmagic
3206d018f1
fix sdio driver
2020-11-26 11:23:09 +08:00
bigmagic
1641caa378
fixed rpi4 eth driver
2020-11-26 11:20:13 +08:00
Conley
afbfe8dee1
[FIX] 解决tm4c129 gcc 环境下startup的bug
2020-11-25 15:51:55 +00:00
Bernard Xiong
921f98788e
Merge pull request #4074 from DavidLin1577/patch-19
...
[bsp/driver]Update drv_can.h
2020-11-25 16:47:06 +08:00
Bernard Xiong
d402e074b7
Merge pull request #4050 from DavidLin1577/patch-14
...
[bsp/drivers]Update vbus_hw.h
2020-11-25 16:44:37 +08:00
Bernard Xiong
7bdb23ee34
Merge pull request #4085 from supperthomas/nordic_delete
...
[bsp/nrf52832] delete bsp/nrf52832, please refers to bsp/nrf5x/nrf52832 instead
2020-11-25 16:26:05 +08:00
Bernard Xiong
94559ae13a
Merge pull request #4080 from xckhmf/master
...
[bsp/nrf5x]support for i2c
2020-11-25 16:23:55 +08:00
Bernard Xiong
72cd063282
Merge pull request #4069 from guohp1128/master
...
updata nordic adc drv
2020-11-25 14:37:45 +08:00
supperthomas
1cf9b238a8
[bsp/nrf52832] delete the bsp of nrf52832 ref to bsp/nrfx
2020-11-25 00:19:22 +08:00
Bernard Xiong
58e9e022a7
Merge pull request #4077 from xuzhuoyi/stm32f429-disco
...
[bsp][stm32] Fix stm32f429-st-disco compilation errors
2020-11-24 23:38:43 +08:00
Bernard Xiong
d97a44526c
Merge pull request #4015 from whj4674672/fix
...
[fix] fix sdio non-aligned access problem
2020-11-24 23:30:20 +08:00
Bernard Xiong
93959e3298
Merge pull request #4060 from mysterywolf/f413
...
【English Readme】[stm32f413 nucleo] add English version readme
2020-11-24 23:27:15 +08:00
Bernard Xiong
c478f62533
Merge pull request #4063 from mysterywolf/f446
...
【English Readme】[stm32f446 nucleo] add English version readme
2020-11-24 23:26:29 +08:00
Bernard Xiong
29f68cd093
Merge pull request #4056 from mysterywolf/f401
...
【English readme】 [stm32f401-nucleo] fixed some unreasonable sentences.
2020-11-24 23:26:17 +08:00
Bernard Xiong
d5c45b9f02
Merge pull request #4059 from mysterywolf/f412
...
【English Readme】stm32f412 nucleo add English version readme
2020-11-24 23:26:04 +08:00
Bernard Xiong
2a97d9d9ab
Merge pull request #4064 from mysterywolf/f767
...
【English readme】[stm32f767 nucleo] add English version readme
2020-11-24 23:25:43 +08:00
Meco Man
8cab22a0e0
Update README.md
2020-11-24 22:31:50 +08:00
thread-liu
87e677e353
[add] audio driver for stm32mp1-dk1
2020-11-24 14:59:28 +08:00
Conley
e74519f5c1
[FIX] 解决tm4c129 gcc 环境下startup的bug
2020-11-24 02:46:50 +00:00
Meco Man
70c59e4ca7
Update README.md
2020-11-24 04:04:25 +08:00
Meco Man
9a969b4cd3
Update README.md
2020-11-24 04:01:35 +08:00
Meco Man
8359d5d0e7
Update README.md
2020-11-24 03:58:15 +08:00
Maofeng
3923a13780
[bsp/nrf5x]support for i2c
2020-11-24 00:49:27 +08:00
xuzhuoyi
ab508beeb7
[bsp][stm32] Fix stm32f429-st-disco compilation errors
2020-11-23 18:17:28 +08:00
David Lin
ef08c04224
Update drv_can.h
2020-11-23 15:18:03 +08:00
BalanceTWK
4bfe55a0a1
[bsp/thead-smart] select ARCH_RISCV32 and ARCH_RISCV_FPU_S
2020-11-23 12:55:06 +08:00
guozhanxin
a22decb71b
【优化】在代码中移除 rt_system_object_init/rt_system_tick_init 的调用。
2020-11-23 11:39:38 +08:00
thread-liu
2f5bfddde3
[add] sdio driver for stm32mp1-dk1.
2020-11-23 09:57:11 +08:00
guohp1128
4d6c606469
updata nordic adc drv
2020-11-23 00:13:36 +08:00
charlown
f3151795bc
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2020-11-22 14:47:45 +08:00
mysterywolf
75f0698bd3
【English readme】[stm32f767 nucleo] add English version readme
2020-11-21 21:47:32 +08:00
mysterywolf
21f713ab92
【English Readme】[stm32f446 nucleo] add English version readme
2020-11-21 18:08:01 +08:00
mysterywolf
ff7c2a12ea
delete private file
2020-11-21 17:57:43 +08:00
mysterywolf
bc2ed1fc81
【English Readme】[stm32f413 nucleo] add English version readme
2020-11-21 17:54:43 +08:00
mysterywolf
39540fe0c0
【English Readme】stm32f412 nucleo add English version readme
2020-11-21 17:46:19 +08:00
thread-liu
2fa563f164
[add] dcmi and ov2640 driver.
2020-11-21 17:24:37 +08:00
mysterywolf
b0e6d81c03
【English readme】 fixed some unreasonable sentences.
2020-11-21 16:49:23 +08:00
tangweikang
62654ea9ed
[K210] update Kconfig : select ARCH_RISCV_FPU_S
2020-11-21 14:28:45 +08:00
yangjie11
bec364385c
[SConscript]rename group name
2020-11-21 14:25:22 +08:00
tangweikang
732382c676
[K210] update compile parameters and startup_gcc.S
2020-11-21 13:47:58 +08:00
David Lin
33098b9294
Update vbus_hw.h
...
Added define __VBUS_HW_H__
2020-11-20 21:44:25 +08:00
yangjie11
91261e25b9
[SConscript]rename group name
2020-11-20 13:38:11 +08:00
Bernard Xiong
9dc0bbb814
Merge remote-tracking branch 'gitee/gitee_master'
2020-11-20 08:18:38 +08:00
chenjh
3fa1f523df
add dac driver for stm32l4
2020-11-18 23:05:18 +08:00
thread-liu
a0f6579167
[update] add GBE dirver for stm32mp1dk1
2020-11-18 15:01:54 +08:00
Bernard Xiong
2ef3c9d861
Merge pull request #3329 from Hehesheng/master
...
fixed drv_gpio bug
2020-11-18 08:11:26 +08:00
Bernard Xiong
886ce43403
Merge pull request #3661 from whik/whik_sf2
...
add support for Microsemi SmartFusion2 family FPGA
2020-11-18 08:09:54 +08:00
Bernard Xiong
c2252f63fe
Merge pull request #4003 from mysterywolf/pr4
...
[bsp][stm32][bluepill] add USART2
2020-11-18 08:08:24 +08:00
WBI\nxf44444
361a2aa587
audio_kconfig
2020-11-17 12:49:27 +08:00
WBI\nxf44444
d5d627f59b
audio_kconfig
2020-11-17 11:53:18 +08:00
WBI\nxf44444
073e2f7800
audio_kconfig
2020-11-17 11:50:15 +08:00
WBI\nxf44444
bfdbcd30f4
audio_kconfig
2020-11-17 11:26:28 +08:00
WBI\nxf44444
8087a90118
audio_kconfig
2020-11-17 11:09:46 +08:00
Maofeng
7c783d4e98
[bsp/nrf5x]update .config&rtconfig.h
2020-11-15 22:10:59 +08:00
Maofeng
ffd34fd369
[bsp/nrf5x]support for uarte1
2020-11-15 18:46:28 +08:00
charlown
52081b3767
fix rx gpio_mode_set param in drv_usart.c
...
Signed-off-by: charlown <charlown@163.com>
2020-11-14 13:22:45 +08:00
whik
2d71df58dd
Modify the script suffix .s to .S
2020-11-13 22:48:02 +08:00
Bernard Xiong
065488e746
Merge pull request #3956 from xfwangqiang/gcc-fix
...
[Components]&&[BSP][imxrt]add ethernet configuration for imxrt1064-nxp-evk
2020-11-13 07:10:16 +08:00
Bernard Xiong
c5656fbefb
Merge pull request #4020 from mysterywolf/doc-f411
...
【English readme】[bsp][stm32][f411] add English version readme
2020-11-13 07:08:26 +08:00
Bernard Xiong
95aa5e4468
Merge pull request #4011 from mysterywolf/doc-f091
...
【English readme】[bsp][stm32][f091] update readme
2020-11-13 07:07:34 +08:00
Bernard Xiong
62a37c0ed7
Merge pull request #4010 from mysterywolf/doc-f072
...
【English readme】[bsp][stm32][f072-nucleo] add English version readme
2020-11-13 07:05:33 +08:00
Bernard Xiong
36df6183bb
Merge pull request #4007 from mysterywolf/bluepill
...
【English readme】[bsp][stm32][bluepill] update readme
2020-11-13 07:04:59 +08:00
Bernard Xiong
7114004fbf
Merge pull request #4013 from mysterywolf/stm32_doc_cn
...
[readme]更新stm32文档的过时链接以及不符合文件名的标题
2020-11-13 07:04:23 +08:00
Meco Man
877d35a905
Update README.md
2020-11-12 18:02:25 +08:00
mysterywolf
c09466f3e7
update
2020-11-12 17:55:10 +08:00
Bernard Xiong
b5390d4fc9
Merge pull request #4022 from luhuadong/develop
...
[bsp][stm32] fixed Kconfig multi-line strings warning
2020-11-12 10:37:44 +08:00
Bernard Xiong
0e5669ed96
Merge pull request #4002 from luhuadong/patch1
...
[bsp][stm32][driver] remove extra brackets
2020-11-12 08:41:36 +08:00
luhuadong
430828f74e
[bsp][stm32] fixed Kconfig multi-line strings warning
2020-11-12 00:01:26 +08:00
mysterywolf
2c8784f206
【Enlish readme】[bsp][stm32][f411] add English version readme
2020-11-11 12:26:39 +08:00
linyiyang
d005a0717b
[bsp][allwinner_tina]fixed spi driver bug
2020-11-10 13:47:01 +08:00
Bernard Xiong
feefae348c
Merge pull request #4005 from eYoung8475/master
...
[bsp][stm32][stm32h743-atk-apollo]Modify LTDC GPIO speed
2020-11-10 12:07:04 +08:00
wanghaijing
287e3c5582
[fix] fix sdio non-aligned access problem
2020-11-09 18:21:56 +08:00
mysterywolf
d184de906f
[readme]更新stm32文档的过时链接以及不符合文件名称的标题
2020-11-08 10:29:07 +08:00
mysterywolf
4d41e54f8d
【English readme】[bsp][stm32][f091] update readme
2020-11-08 04:06:07 +08:00
mysterywolf
a2c9c85b8f
[update]
2020-11-07 15:23:59 +08:00
mysterywolf
e5c0ec3b3b
[update]
2020-11-07 15:22:45 +08:00
mysterywolf
32a1ac1c97
【Enlish readme】[bsp][stm32][f072-nucleo] add English version readme
2020-11-07 15:12:40 +08:00
Bernard Xiong
40479b8303
Merge pull request #4004 from mysterywolf/doc-stm32f410
...
[English readme][bsp][stm32][f410 nucleo] add English readme
2020-11-07 14:40:37 +08:00
Bernard Xiong
b6c803b2a7
Merge pull request #4009 from mysterywolf/nucleo-144
...
[English readme][bsp][stm32] add nucleo-144 doc
2020-11-07 14:40:01 +08:00
mysterywolf
e71a3f7b4c
[update] readme.md
2020-11-07 14:00:54 +08:00
mysterywolf
97b820e48d
Signed-off-by: mysterywolf <920369182@qq.com>
2020-11-07 11:36:30 +08:00
mysterywolf
bc9218d78f
[update]
2020-11-06 15:40:15 +08:00
mysterywolf
3cd678c13e
[update]
2020-11-06 15:38:20 +08:00
mysterywolf
c70777d8b3
[English readme][bsp][stm32] add nucleo-144 doc
2020-11-05 21:26:34 +08:00
mysterywolf
a917f2a29a
update
2020-11-05 20:24:54 +08:00
Bernard Xiong
a3b027719f
Merge pull request #4008 from xckhmf/master
...
[bsp/nrf5x]fixed spi driver bugs
2020-11-05 17:34:45 +08:00
Bernard Xiong
2a349ff17f
Merge pull request #4000 from bigmagic123/add_raspi4_eth_driver
...
Add raspi4 eth driver
2020-11-03 13:38:03 +08:00
Bernard Xiong
724b413431
Merge pull request #3914 from luhuadong/develop
...
[bsp][stm32] add usart3 driver init for stm32l4r5-nucleo
2020-11-03 10:53:29 +08:00
bigmagic
b506a3a2c8
remove unnecessary define
2020-11-03 08:58:05 +08:00
Maofeng
ce9132ca53
[bsp/nrf5x]fixed spi driver bugs
2020-11-02 23:46:57 +08:00
mysterywolf
aa6356f899
[bsp][stm32][bluepill] update readme
2020-11-02 18:25:43 +08:00
linyiyang
fb21e50c9e
[bsp][stm32][stm32h743-atk-apollo]Modify LTDC GPIO speed
2020-11-02 16:46:36 +08:00
luhuadong
be94c0db20
[bsp][stm32][driver] remove extra brackets
2020-10-31 16:07:52 +08:00
bigmagic
2fcdb0c09c
add copyright file header with Apache License
2020-10-30 18:57:49 +08:00
bigmagic
21b4b79a44
update readme
2020-10-30 18:22:03 +08:00
bigmagic
63a0634cea
add raspi4 ethernet driver
2020-10-30 18:21:51 +08:00
mysterywolf
2b322eecc4
[bsp][stm32][bluepill] add USART2
2020-10-30 12:47:24 +08:00
mysterywolf
7d0b834199
[bsp][stm32][docs] add document: stm32 nucleo64 bsp introduction
2020-10-29 16:29:18 +08:00
mysterywolf
739bf5fea6
[bsp][stm32][bluepill] update readme
2020-10-29 12:10:21 +08:00
Bernard Xiong
a5590816e3
Merge pull request #3992 from chenyingchun0312/master
...
[bsp/nrf52x] support putting characters to ble host and getting chara…
2020-10-29 09:37:17 +08:00
Bernard Xiong
d854416dd7
Merge pull request #3988 from bigmagic123/add_raspi4_watchdog
...
Add raspi4 watchdog&hdmi&sdio driver
2020-10-29 09:14:09 +08:00
Bernard Xiong
06eafe3928
Merge pull request #3979 from Dozingfiretruck/master
...
修复ADC异常
2020-10-28 19:49:00 +08:00
Bernard Xiong
f399aa6f93
Merge pull request #3991 from balanceTWK/stm_iar
...
[stm32] scons --target=iar/mdk
2020-10-28 19:13:39 +08:00
Bernard Xiong
6a3c57519b
Merge pull request #3990 from thread-liu/develop
...
[update] openamp driver and add rs485 driver
2020-10-28 18:56:17 +08:00
tangweikang
311d924299
[bsp][stm32] update stm32 mdk project
2020-10-28 14:42:18 +08:00
tangweikang
eabf1cfb4a
[bsp][stm32] update stm32l053-st-nucleo project.
2020-10-28 11:57:12 +08:00
tangweikang
2a193a0ce3
[bsp][stm32] update stm32l010-st-nucleo project.
2020-10-28 11:52:58 +08:00
tangweikang
64282eaef6
[bsp][stm32] update stm32/stm32l4r5-st-nucleo project
2020-10-28 11:40:09 +08:00
chenyingchun0312
ac5fb52ef7
[bsp/nrf52x] support putting characters to ble host and getting characters from
...
ble host via rtthread finsh console
Signed-off-by: chenyingchun0312 <chenyingchun0312@163.com>
2020-10-27 22:42:12 +08:00
bigmagic
c85946b0e1
update readme
2020-10-27 19:12:05 +08:00
bigmagic
74812c0f2d
add raspi4 sdio driver
2020-10-27 18:26:56 +08:00
tangweikang
05fc423ed2
[stm32] scons --target=iar
2020-10-27 17:36:47 +08:00
bigmagic
8cf83694ae
add actled biling
2020-10-27 13:18:24 +08:00
bigmagic
3532ad3e3a
add hdmi menuconfig
2020-10-27 12:58:37 +08:00
bigmagic
c97f33d11d
add raspi4 hdmi driver
2020-10-27 12:46:50 +08:00
thread-liu
d2d6fc47af
[update] openamp and rs485 driver
2020-10-27 11:44:52 +08:00
Dozingfiretruck
ec3e26ba28
修复linux下编译失败
2020-10-26 16:52:19 +08:00
WBI\nxf44444
c0c1b54ad8
add copyright
2020-10-26 16:37:37 +08:00
WBI\nxf44444
3a6b776e6d
add audio
2020-10-26 15:51:03 +08:00
WBI\nxf44444
b982de3971
Merge remote-tracking branch 'upstream/master'
2020-10-26 15:02:42 +08:00
WBI\nxf44444
102976e89f
note
2020-10-26 14:58:46 +08:00
bigmagic
67b6177de7
code format
2020-10-26 14:00:19 +08:00
bigmagic
7043451e41
add raspi4 watchdog driver
2020-10-26 13:53:26 +08:00
Bernard Xiong
f48c1d8ba8
Merge pull request #3984 from mysterywolf/pr4
...
[bsp][stm32][bluepill] support RTC
2020-10-25 15:29:37 +08:00
Bernard Xiong
0633951f23
Merge pull request #3965 from GFWisshit/sparc-v8
...
Add support for architecture sparc-v8 and soc bm3803.
2020-10-25 12:29:16 +08:00
mysterywolf
951ed9e218
[bsp][stm32][bluepill] support RTC
2020-10-25 09:54:59 +08:00
mysterywolf
0cacc10600
[bsp] [stm32] [bluepill] 更新英文文档,为下周二的英文视频做准备
2020-10-24 18:42:21 +08:00
GFWisshit
c3040add4a
添加了README.md
2020-10-24 18:01:18 +08:00
打盹的消防车
7e011d0f18
Update rtconfig.h
2020-10-24 14:46:19 +08:00
打盹的消防车
14275bb29a
Update .config
2020-10-24 14:45:10 +08:00
thread-liu
5f911c6dc2
[update] mp1 drivers and add rs485 driver.
2020-10-24 11:59:21 +08:00
打盹的消防车
69ded5d22c
Update .config
2020-10-23 19:25:46 +08:00
Dozingfiretruck
d79df8c329
修复ADC异常
2020-10-23 18:15:59 +08:00
GFWisshit
ad917d9010
修改了license header,修改了sconscipt,修改了board.c指针的强制转换类型,interrupt.c添加了新的函数。
2020-10-21 15:09:33 +08:00
Bernard Xiong
84b206533a
Merge pull request #3966 from mysterywolf/master
...
add stm32f103-blue-pill BSP
2020-10-21 14:42:14 +08:00
Bernard Xiong
14ef00e982
Merge pull request #3970 from supperthomas/supperthomas
...
[bsp/nrf5x]: add the readme
2020-10-21 14:15:46 +08:00
mysterywolf
ba63b34c58
更新 STM32 BSP wiki说明
2020-10-21 02:55:44 +08:00
mysterywolf
2077aecd13
Update readme
2020-10-21 02:45:59 +08:00
GFWisshit
c1f4d6c691
修改license header,修改driver目录下的SConscript。
2020-10-20 17:32:26 +08:00
supperthomas
84de81bed8
add nrf52832 readme
2020-10-17 22:03:46 +08:00
supperthomas
d3e511e4b1
[bsp/nrf5x] rebuild the readme and doc
2020-10-17 20:46:34 +08:00
mysterywolf
1e54d51086
Update Readme
2020-10-16 16:39:21 +08:00
GFWisshit
7f330c7b79
Add support for architecture sparc-v8 and soc bm3803.
2020-10-16 11:40:00 +08:00
mysterywolf
ab6182aac6
add stm32f103-blue-pill BSP
2020-10-16 11:31:17 +08:00
Dozingfiretruck
af1e92e661
stm32wb
2020-10-14 15:03:33 +08:00
WangQiang
10fb49318c
修改了一些文件头的copyright信息和Change Log
2020-10-14 10:27:17 +08:00
luhuadong
7b38aed845
[bsp][stm32] supplement some other files with STM32CubeMX
2020-10-13 22:26:57 +08:00
thread-liu
01bdb2c86e
[update] Dynamic change console
2020-10-13 15:11:37 +08:00
WangQiang
2b5ec59a19
修改了README文件
2020-10-12 19:40:17 +08:00
WangQiang
d911dc9267
1. 去掉了多余的测试打印信息
...
2. 恢复了1052的BSP的初始配置
2020-10-12 19:17:01 +08:00
WangQiang
3b07c8d593
修改了imxrt1052-nxp-evk的BSP的以太网相关配置,用于适配PHY模型
2020-10-12 19:17:00 +08:00
WangQiang
502378cf93
1. 抽象了PHY的设备模型,在components中增加了PHY设备的相关代码以及KCONFIG配置和SConscript脚本
...
2. 在IMXRT的Libraries中增加了peripherals目录,用于具体型号的设备驱动相关的代码的实现,不应与MCU的平台相关,实现PHY的设备对象中的相关接口。
3. 修改了BSP中的Sconstruct文件,增加了peripherals目录的构建
4. 修改了KEIL环境的SCT文件,用于实现以太网功能
2020-10-12 19:17:00 +08:00
WangQiang
d6ff0fc0c3
增加了imxrt1064-nxp-evk的BSP的以太网功能
2020-10-12 19:16:59 +08:00
Kismet Liu
896caa3285
[bsp] fix mm32 iar icf bugs
2020-10-10 17:24:33 +08:00
aozima
05777266b9
Merge remote-tracking branch 'remotes/gitee/master' into gitee_master
2020-10-09 15:17:27 +08:00
thread-liu
8edb7c316a
[add] stm32h7 adc and dac driver.
2020-10-09 10:24:08 +08:00
chenyingchun0312
0051092c81
sync nrf52840 some config files to nrf52832
2020-09-28 17:27:05 +08:00
thread-liu
076e33aa03
[update] stm32mp1 pin-index
2020-09-27 14:29:36 +08:00
Bernard Xiong
8ffe242228
Merge pull request #3926 from geniusgogo/master
...
[stm32/gpio]Optimized the pin-index algorithm
2020-09-24 08:06:40 +08:00
Bernard Xiong
d8f35fc951
Merge pull request #3911 from chenyingchun0312/master
...
add rtc device driver for nrf52x
2020-09-24 08:04:07 +08:00
Bernard Xiong
cc8de794c4
Merge pull request #3927 from thread-liu/stm32mp157a-dk1
...
[add] openamp for stm32mp157-dk1
2020-09-24 08:03:27 +08:00
chenyingchun0312
c5b0a848dc
support RTC0, RTC1, RTC2 select
2020-09-23 23:32:47 +08:00
Bernard Xiong
f98a0f88af
Merge pull request #3928 from thread-liu/stm32mp157a-ev1
...
[add] openamp for stm32mp157a-ev1
2020-09-23 20:17:34 +08:00
thread-liu
7cfb6919b3
[add] openamp for stm32mp157a-ev1
2020-09-23 15:52:00 +08:00
thread-liu
30b3eeac0f
[update] ci test.
2020-09-23 15:48:18 +08:00
thread-liu
e9864bb0b8
[add] openamp for stm32mp157-dk1
2020-09-23 13:42:28 +08:00
Bernard Xiong
d92fbba3c1
Merge pull request #3919 from wormsX/T-head_Smart-v1.0.0
...
add t-head smart-evb bsp, and risc-v cpu e906
2020-09-22 22:03:26 +08:00
chenyingchun0312
797ce29ae0
Merge remote-tracking branch 'upstream/master'
2020-09-22 17:10:48 +08:00
Bernard Xiong
8302a72243
Merge pull request #3913 from Michael0066/master
...
MIPS:fix the RT_EXCEPTION_MAX value
2020-09-19 22:11:30 +08:00
xieyangrun
7305712ef2
[stm32/gpio]Optimized the pin-index algorithm
2020-09-18 18:33:13 +08:00
michael
ab78ea1de1
bsp:ls2k:improved implement of shutdown and reboot command
2020-09-17 20:22:51 +08:00
michael
623bf0abc9
bsp:ls2k:unify code format
2020-09-17 10:39:45 +08:00
Bernard Xiong
37b1174eff
Merge pull request #3920 from wangyq2018/es32f369x
...
[bsp] add new driver & iar support.
2020-09-17 07:59:19 +08:00
Bernard Xiong
a5ab12c964
Merge pull request #3905 from supperthomas/supperthomas
...
[bsp_nrf5x] rebuild the menuconfig and ble stack config
2020-09-17 07:52:39 +08:00
supperthomas
c47d9f13f2
fix the template
2020-09-16 22:32:38 +08:00
wangyq2018
6bd76cc554
[bsp] add new driver & iar support.
2020-09-16 15:15:00 +08:00
Bernard Xiong
0908df39e7
Merge pull request #3901 from bigmagic123/raspi_add_mbox
...
Raspi add mbox
2020-09-15 16:59:50 +08:00
Bernard Xiong
ac9de9e289
Fix typo
2020-09-15 13:54:09 +08:00
michael
93bcc2e0d2
unify code format
2020-09-15 11:34:29 +08:00
michael
dd36771801
bsp:ls2k:add reboot and power command
2020-09-15 11:25:37 +08:00
michael
b86d608d63
bsp:ls2k: add reboot and shutdown support
2020-09-15 11:20:15 +08:00
bigmagic
abe9da6088
gmac address variable
2020-09-14 15:14:10 +08:00
bigmagic
28ef6216fe
remove unnecessary code
2020-09-14 14:27:57 +08:00
bigmagic
5cd3a1f45c
Correction of clerical errors
2020-09-14 14:25:38 +08:00
luhuadong
49e4a87c07
[bsp][stm32] add usart3 driver init for stm32l4r5-nucleo
2020-09-14 14:15:57 +08:00
chenyingchun0312
02a609e33f
add rtc device driver for nrf52x
...
Signed-off-by: chenyingchun0312 <chenyingchun0312@163.com>
2020-09-14 01:09:07 +08:00
supperthomas
912d9cda37
[bsp/nrf5x] fix the kconfig
2020-09-12 22:09:23 +08:00
supperthomas
e7351c6f49
[bsp/nrf5x] fix the template
2020-09-12 21:00:28 +08:00
supperthomas
5cc9f45a3e
[bsp/nrf5x]:add nimble and fix kconfig
2020-09-12 17:20:22 +08:00
bigamgic
627dc2a898
rename function
2020-09-11 16:55:10 +08:00
bigamgic
65fa8c92ca
raspberry pi bsp update readme
2020-09-11 16:39:54 +08:00
bigamgic
b31fe0a578
add raspi4 mbox driver
2020-09-11 16:28:14 +08:00
Bernard Xiong
de0bb6f96c
Merge pull request #3883 from bigmagic123/ls2k_add_gmac
...
Ls2k add gmac
2020-09-11 13:33:16 +08:00
Bernard Xiong
ac751db670
Merge pull request #3888 from mysterywolf/master
...
[add] [libc] libc新增getline/getdelim函数(posix.1-2008)
2020-09-11 13:20:50 +08:00
Bernard Xiong
36cb4349a6
Merge pull request #3897 from yangjie11/yj_dev1
...
[components][driver/pin.c]pin 框架增加 rt_pin_get
2020-09-11 12:57:59 +08:00
bigmagic
a97b0a0d39
code format
2020-09-11 11:44:49 +08:00
yangjie
38b3a3445e
[bsp][driver] 初始化 BSP 中的 rt_pin_ops
2020-09-11 11:16:42 +08:00
chenzx
60287b69fd
add t-head smart-evb bsp, and risc-v cpu e906
2020-09-11 10:18:24 +08:00
Bernard Xiong
6ebab25768
Merge pull request #3864 from luhuadong/develop
...
[bsp][stm32] support ethernet device for stm32f769-disco
2020-09-11 08:52:57 +08:00
Cathy Li
c73d0a7466
Update BSP README with EN Version.
2020-09-09 18:22:26 +08:00
mysterywolf
b9b15f89a0
[bsp][efm32] 增加RT_LIBC_USING_TIME
2020-09-08 16:42:58 +08:00
mysterywolf
4305a678a3
修改common文件夹的sconscript 并 取消并恢复上一个commit的提交内容
2020-09-08 16:29:47 +08:00
mysterywolf
4e58b995df
[bsp] 修改bsp/lpc408x默认配置文件,使能libc
2020-09-08 15:25:37 +08:00
Bernard Xiong
16c7ba0b77
Merge pull request #3891 from thread-liu/stm32mp157a-dk1
...
[update] stm32mp1-dk1 bsp drivers
2020-09-08 12:08:15 +08:00
thread-liu
abab8b0365
[update] delete extra code.
2020-09-08 09:36:59 +08:00
thread-liu
7c6de68e83
[update] delete rt-thread header file.
2020-09-07 11:59:58 +08:00
Bernard Xiong
8247336afd
Merge pull request #3882 from thread-liu/mp1-ev1
...
[update] stm32mp1-ev1 bsp drivers
2020-09-06 16:50:43 +08:00
Bernard Xiong
ee45d0af2a
Merge pull request #3858 from zyf-in-github/stm32l4_can
...
[bsp][stm32]add can support for stm32l4
2020-09-06 15:51:45 +08:00
Bernard Xiong
6916af16ca
Merge pull request #3836 from BernardXiong/rm_x1000_bsp
...
[BSP] remove x1000 bsp for license issue
2020-09-06 10:22:26 +08:00
bigmagic
39224e4888
fixed loongson bsp compile flags
2020-09-05 10:28:03 +08:00
thread-liu
c83c8b490a
[update] format code.
2020-09-05 09:24:25 +08:00
thread-liu
8662bb7013
[add] <rtthread.h> header
2020-09-04 13:55:26 +08:00
bigmagic
c66314a8b6
fixed loongson bsp build on windows
2020-09-04 11:57:35 +08:00
thread-liu
5dea3cdc27
[update] stm32mp1-ev1 bsp drivers
2020-09-04 10:52:23 +08:00
bigmagic
e5a70d532b
modify ls2k bsp readme
2020-09-04 10:50:02 +08:00
thread-liu
2507c6459a
[update] format
2020-09-04 10:39:18 +08:00
thread-liu
cd5c57b614
[update] stm32mp157a-dk1 bsp
2020-09-04 10:24:58 +08:00
bigmagic
e0aa079e52
LwIP on 64 bit processor
2020-09-04 10:23:31 +08:00
bigmagic
88314868dd
add ls2k gmac driver
2020-09-04 10:16:34 +08:00
Bernard Xiong
cf622e5177
Merge pull request #3874 from sheltonyu/developer
...
[bsp/at32] add link detecting thread for ethernet driver
2020-09-04 09:37:43 +08:00
Bernard Xiong
bd6171b6ac
Merge pull request #3853 from xfwangqiang/gcc-fix
...
[BSP][imxrt]fixed ethernet driver bug for imxrt
2020-09-04 09:34:55 +08:00
Bernard Xiong
cf442c2c2e
Merge pull request #3876 from xfwangqiang/dev
...
[BSP][IMXRT]fixed SConstruct file spell error in imxrt1064-nxp-evk
2020-09-04 08:48:20 +08:00
Bernard Xiong
21c42e6c7f
Merge pull request #3875 from ChenxuanZhao/develop
...
[bsp/stm32] Add C++ Support
2020-09-04 08:48:03 +08:00
Bernard Xiong
b0418f6cbf
Merge pull request #3878 from supperthomas/supperthomas
...
[bsp/nrf5x]add the sample of softdevice config
2020-09-04 08:47:11 +08:00
Bernard Xiong
5c1fd3ed39
Merge pull request #3868 from nuclei-community/dev_hbird_eval
...
[bsp/nuclei] Add BSP support for Nuclei HummingBird FPGA Evaluation Board
2020-09-04 08:33:03 +08:00
Chenxuan Zhao
1ca8a956cc
[bsp/stm32] Add C++ Support
2020-09-04 07:59:37 +08:00
supperthomas
421dea8fdb
[bsp/nrf5x] add the sample of softdevice config
2020-09-03 20:53:06 +08:00
WangQiang
8da824c51b
fixed SConstruct file spell error in imxrt1064-nxp-evk
2020-09-03 15:59:33 +08:00
sheltonyu
68df79e8ed
[bsp/at32] add link detecting thread for ethernet driver
2020-09-03 15:15:14 +08:00
Chenxuan Zhao
53e4b9d515
Add C++ Support
2020-09-03 14:59:18 +08:00
Huaqi Fang
a64f36f198
bsp/nuclei: Fix issues mentioned in PR #3868
...
Signed-off-by: Huaqi Fang <578567190@qq.com>
2020-09-02 11:10:54 +08:00
Bernard Xiong
82ac7d1eea
Merge pull request #3865 from chenyingchun0312/master
...
Add some config for nrf52832
2020-09-02 08:40:27 +08:00
Huaqi Fang
bc3471e8fa
bsp/nuclei: Add more information in hbird_eval doc
...
Signed-off-by: Huaqi Fang <578567190@qq.com>
2020-09-01 09:17:33 +08:00
Huaqi Fang
1d6c11fb0f
bsp/nuclei: Add new bsp entry doc in README.md
...
Signed-off-by: Huaqi Fang <578567190@qq.com>
2020-09-01 08:54:18 +08:00
Huaqi Fang
25709dca1c
bsp/nuclei: Add initial bsp support for Nuclei HummingBird SoC
...
Signed-off-by: Huaqi Fang <578567190@qq.com>
2020-09-01 08:47:21 +08:00
chenyingchun0312
10a9c12175
add ADC, WDT, PWM to Kconfig
2020-08-31 21:32:11 +08:00
luhuadong
8a23803362
[bsp][stm32] support ethernet device for stm32f769-disco
2020-08-31 15:52:15 +08:00
Bernard Xiong
d272c9aaf7
Merge pull request #3856 from SummerLife/master_710
...
[stm32][bsp] fix stm32f769-st-disco bsp scons --dist function
2020-08-31 08:55:07 +08:00
chenyingchun0312
696e4c5513
disable NRFX_QSPI_ENABLED for nrf52832
...
Signed-off-by: chenyingchun0312 <chenyingchun0312@163.com>
2020-08-30 17:22:08 +08:00
thread-liu
c77e9991ea
[update] delete extra null string.
2020-08-28 13:47:49 +08:00
zhuyunfan
6dd5af4fa6
[bsp][stm32]add can support for stm32l4
2020-08-28 12:30:33 +08:00
thread-liu
fbc307529e
[update] error Structural member variables
2020-08-28 11:56:33 +08:00
SummerGift
a1877017f7
[stm32][bsp] f7 series bsp templates
2020-08-28 09:38:55 +08:00
SummerGift
1b8244c735
[stm32][bsp] fix stm32f769-st-disco bsp scons --dist function
2020-08-28 09:32:09 +08:00