Meco Man
96dd783f37
[cmsis] avoid conflict between cmsis5 and bsp cmsis
2022-05-09 22:54:36 +08:00
Wu Han
4171fcbb06
[bsp][stm32][drv_crypto] Enable RNG Clock
2022-05-09 11:13:01 +08:00
Meco Man
73236a825c
[stm32][spi] remove hardware NSS
2022-05-09 09:57:22 +08:00
Meco Man
e037b7684e
prepare to support squareline studio
2022-05-09 09:56:27 +08:00
Meco Man
907ee070dd
[imxrt1060] exchange On-chip Peripheral Drivers and Onboard Peripheral Drivers menu in Kconfig
2022-05-09 09:56:27 +08:00
liukangcc
b077e91cdf
[update] support command: scons --target=xmake
2022-05-09 09:39:22 +08:00
charlown
6495df717f
[gd32/libraries]: fix compile error in rtc: "pmu_backup_write_enable" was not found. ( #5906 )
2022-05-09 09:37:51 +08:00
陈迎春
f977f07ddf
[fix] fix dlmodule compile 'SEEK_END' undeclared eror ( #5909 )
2022-05-09 09:37:17 +08:00
Jamie
df3d16294c
Delete the bsp of hc32f4a0. ( #5907 )
...
* delete the bsp of hc32f4a0.
2022-05-09 09:32:30 +08:00
Jamie
28b551bfe3
Add the BSP of HC32 series. ( #5905 )
...
* Add the BSP of HC32 series.
2022-05-06 09:28:21 +08:00
Man, Jianting (Meco)
0e66f3f833
[arduino] update ( #5895 )
2022-05-01 12:24:35 +08:00
jianbojason
7692eb18b9
update README.md studio.gif, README_zh.md studiozh.gif ( #5875 )
...
Co-authored-by: jiangjianbo <jiangjianbo@rt-thread.com>
2022-04-30 21:02:48 +08:00
Man, Jianting (Meco)
1bdde74343
[kernel] update comments for rt_thread_suspend ( #5887 )
...
* [kernel] update comments for rt_thread_suspend
2022-04-29 14:46:28 +08:00
supperthomas
ee1e0a0df0
[bsp][esp][esp32c3] add the bsp of esp32c3 ( #5869 )
...
* add the ESP32_C3 first version
* add the blinky ok version
* fix the code
* format file
* add the readme
* fix the formate
* Update README.md
* Update main.c
* fix the readme
* fix rtconfig.h
* remove cpp config
2022-04-29 09:01:44 +08:00
Man, Jianting (Meco)
62d2403ebe
[kernel] beautify code ( #5890 )
2022-04-29 08:59:53 +08:00
Man, Jianting (Meco)
4a12bc2ad8
[kernel] rename _rt_scheduler_stack_check as _scheduler_stack_check ( #5889 )
2022-04-29 06:35:12 +08:00
Man, Jianting (Meco)
6295ec108e
[kernel] remove the register keyword ( #5888 )
2022-04-29 06:34:42 +08:00
BreederBai
c28b79b7d7
硬件驱动(VCOM):增加获取USB虚拟串口连接状态的接口 ( #5881 )
...
* 硬件驱动(VCOM):增加获取USB虚拟串口连接状态的接口
2022-04-28 20:30:51 +08:00
Meco Man
ec9629b5f0
更新文档 潘多拉增加spi2
2022-04-28 09:19:39 +08:00
breederbai
429e1cafe6
修复BUG:串口启用DMA接收后,动态修改串口波特率扰乱接收检索
...
在串口不关闭的情况下,更改波特率后,清空上次数据检索,导致更新写入检索错误,
串口无法读出正确的数据。真实数据的位置和检索值之间总有一定的距离,导致读取
数据的时候会有一定的延时。缓冲区大,延时越长
2022-04-27 21:59:06 +08:00
breederbai
326abec0e7
修复BUG:SDIO和UART6(TX)的DMA通道分配冲突
2022-04-27 21:54:28 +08:00
Wayne
7215a27038
[nuvoton] Update nuc980iot configuration ( #5882 )
...
* Disable TRNG function in default configuration.
Co-authored-by: Wayne Lin <wclin@nuvoton.com>
2022-04-27 21:53:50 +08:00
Kevin Liu
55c9827096
添加对Microchip SAML10系列支持 ( #5868 )
...
* Add SAML10 Cortex-M23 series support
1. Add SAML10 Cortex-M23 series support; 2. remove STDIO related code of same54 series, no need any more; 3. update rtconfig.py to support output bin & map file containing DEVICE PART info.
2022-04-27 09:24:56 +08:00
blta
d52ad69d6f
[BSP] judge the SPI instances before operating ( #5874 )
2022-04-26 13:26:28 +08:00
Tangyuxin
7f1157e0de
[drivers][serial] ioctl add F_SETFL cmd ( #5876 )
2022-04-26 13:13:51 +08:00
Sherman
7c99148f78
[bsp/renesas] update docs/RA系列BSP制作教程.md ( #5862 )
...
* [update] 添加 RA 系列 BSP 开发教程:
- 添加 RA 系列 BSP 开发教程
- 添加 ra6m4-iot PPP 上网
- 整理 驱动文件
* [bsp/renesas] update docs/RA系列BSP制作教程.md
* [restore] Restore to the latest version
2022-04-24 14:53:03 +08:00
wolfJane
d77125452b
为n32g45x添加硬件CRC支持 ( #5852 )
...
* 为n32g45x添加硬件CRC支持
基于stm32的驱动文件进行改造,目前modbus的crc16和mpeg2的crc32测试正常
2022-04-24 11:42:25 +08:00
Man, Jianting (Meco)
6ce4a87492
[fcntl] create new fcntl.h file for vs ( #5860 )
...
* [fcntl] create new fcntl.h file for vs
2022-04-24 10:52:57 +08:00
sheltonyu
7af43fdd4f
[bsp/at32] update at32f435_437 adc driver
2022-04-24 09:28:37 +08:00
xfwangqiang
717c678190
fixed some warning ( #5866 )
2022-04-24 01:24:20 +08:00
Tangyuxin
c80993f713
[libcpu][arm] Add exception install function ( #5827 )
2022-04-24 01:03:54 +08:00
tyx
13f8a99e46
[drivers][usb] Fix compilation warning
2022-04-23 23:08:47 +08:00
tyx
8aecd43c78
[drivers][hwtimer] Fix compilation warning
2022-04-23 23:08:47 +08:00
Meco Man
175ca2ee09
[dac] add get resolution method
2022-04-23 23:03:59 +08:00
shinu
778be73cac
Fix bugs for processing command line parameters
2022-04-23 00:43:26 +08:00
Meco Man
5e8871e1a2
[iar] add CLOCKS_PER_SEC
...
https://www.iar.com/knowledge/learn/programming/using-c-standard-library-time-and-clock-functions/
2022-04-22 22:32:27 +08:00
Meco Man
2774343d97
[libc][time] 修复IAR版本判断逻辑错误
2022-04-22 22:32:27 +08:00
Man, Jianting (Meco)
2c6a279ac3
[pwm] 优化pwm框架 ( #5857 )
2022-04-22 22:31:29 +08:00
Man, Jianting (Meco)
acc04facf9
[gd32] format code ( #5861 )
2022-04-22 22:30:15 +08:00
Man, Jianting (Meco)
c2a0995545
[adc] 支持adc框架获取BSP的ADC分辨率 ( #5853 )
2022-04-22 22:26:41 +08:00
Forest-Rain
b06228ec7e
[bsp/gd32] bug fixed gpio_mode_set miss gd32_spi->mosi_pin,gd32_spi->sck_pin ( #5729 )
...
* bug fixed gpio_mode_set miss gd32_spi->mosi_pin,gd32_spi->sck_pin
* feature,add gd32_spi's alt_func_num member for different spi periph's gpio
* feature,add spi3,spi4,and support multi spi devices
* feature,add rt_hw_spi_device_attach api
* tested on the gd32f450i-eval board
2022-04-22 14:40:45 +08:00
Man, Jianting (Meco)
43484a201d
[libc] 优化armcc armclang处理 ( #5858 )
2022-04-22 13:39:44 +08:00
wugensheng
0624bbf009
Decouple the addition of command line arguments ( #5848 )
...
* Decouple the addition of command line arguments
* Decouple the addition of command line arguments
* Modify change logs
* Modify change logs
* Decouple the addition of command line arguments
* delete wrong edits
* Modify file header
* remove duplicate imports
2022-04-22 08:23:35 +08:00
blta
04fe6232fb
[bsp] add null CCFLAGS for Nuclei bsps ( #5851 )
...
* [bsp] fix gd32vf103_rvstar building issue
2022-04-21 20:37:39 +08:00
guozhanxin
7a717b094e
[fix] building error.
2022-04-21 14:35:11 +08:00
guozhanxin
1404186602
[utestcases] add cpp11 base testcase.
2022-04-21 14:35:11 +08:00
Stanley
ef7280826f
correct descriptions ( #5849 )
...
* correct descriptions
correct descriptions in ipc.c and timer.c
Co-authored-by: Stanley <stanleylwinn@gmail.com>
2022-04-21 09:35:17 +08:00
zhouji
77900ab420
[update] Updated the Cortex-A of linker scripts for the new version of GCC(4.7)。
2022-04-20 17:32:02 +08:00
zhouji
60c96fbc12
[update] Removed C++ global constructor initialization, this method is not used in GCC4.7 and later versions.
2022-04-20 17:32:02 +08:00
Man, Jianting (Meco)
41631fe712
modify version to v4.1.1 ( #5847 )
2022-04-20 15:31:51 +08:00