David Lin
|
8b4f55a34b
|
Fixed spelling mistakes of code in drv_sound.c
macro error:
PL041_CHANNLE_LEFT_DAC -> PL041_CHANNEL_LEFT_DAC
PL041_CHANNLE_RIGHT_DAC -> PL041_CHANNEL_RIGHT_DAC
PL041_CHANNLE_LEFT_ADC -> PL041_CHANNEL_LEFT_ADC
PL041_CHANNLE_RIGHT_ADC -> PL041_CHANNEL_RIGHT_ADC
parameter error:
channle -> channel
functions error:
aaci_pl041_channle_disable -> aaci_pl041_channel_disable
aaci_pl041_channle_enable -> aaci_pl041_channel_enable
aaci_pl041_channle_write -> aaci_pl041_channel_write
aaci_pl041_channle_cfg -> aaci_pl041_channel_cfg
|
2020-02-17 22:39:32 +08:00 |
David Lin
|
8a3b6b1da1
|
Update drv_pl041.h
|
2020-02-17 22:32:43 +08:00 |
David Lin
|
9ca77d6f51
|
Fixed spelling mistakes of code in drv_pl041.h
macro error:
PL041_CHANNLE_LEFT_DAC -> PL041_CHANNEL_LEFT_DAC
PL041_CHANNLE_RIGHT_DAC -> PL041_CHANNEL_RIGHT_DAC
PL041_CHANNLE_LEFT_ADC -> PL041_CHANNEL_LEFT_ADC
PL041_CHANNLE_RIGHT_ADC -> PL041_CHANNEL_RIGHT_ADC
parameter error:
channle -> channel
functions error:
aaci_pl041_channle_disable -> aaci_pl041_channel_disable
aaci_pl041_channle_enable -> aaci_pl041_channel_enable
aaci_pl041_channle_read -> aaci_pl041_channel_read
aaci_pl041_channle_write -> aaci_pl041_channel_write
aaci_pl041_channle_cfg -> aaci_pl041_channel_cfg
|
2020-02-17 22:31:51 +08:00 |
David Lin
|
1f353c6f17
|
Fixed spelling mistakes of code in drv_pl041.c
macro error:
PL041_CHANNLE_NUM -> PL041_CHANNEL_NUM
parameter error:
channle -> channel
functions error:
aaci_pl041_channle_disable -> aaci_pl041_channel_disable
aaci_pl041_channle_enable -> aaci_pl041_channel_enable
aaci_pl041_channle_read -> aaci_pl041_channel_read
aaci_pl041_channle_write -> aaci_pl041_channel_write
aaci_pl041_channle_cfg -> aaci_pl041_channel_cfg
|
2020-02-17 22:11:57 +08:00 |
Bernard Xiong
|
bbdc9e2c7c
|
Merge pull request #3350 from eYoung8475/master
[bsp][stm32][stm32f103-atk-warshipv3]add sdcard driver
|
2020-02-17 12:28:56 +08:00 |
Bernard Xiong
|
581dbe4ffa
|
Merge pull request #3370 from nongxiaoming/master
[libcpu]context-m33:fix label error in context_gcc.S
|
2020-02-17 12:25:38 +08:00 |
Bernard Xiong
|
c3410c7884
|
Merge pull request #3380 from DavidLin1577/patch-8
[net] Fixed macro error in lc-switch.h
|
2020-02-17 12:17:23 +08:00 |
Bernard Xiong
|
8c888864f5
|
Merge pull request #3375 from DavidLin1577/patch-3
Fixed typo: 'commond'
|
2020-02-17 12:16:02 +08:00 |
Bernard Xiong
|
72a2c8361c
|
Merge pull request #3377 from DavidLin1577/patch-5
Fixed typo: 'wirte' in uffs_nandif.c
|
2020-02-17 12:12:51 +08:00 |
Bernard Xiong
|
1ceef74c81
|
Merge pull request #3378 from DavidLin1577/patch-6
Fixed typo: 'swtich' in coding_style_cn.md
|
2020-02-17 12:12:35 +08:00 |
Bernard Xiong
|
0dcbe0e0e1
|
Merge pull request #3379 from DavidLin1577/patch-7
Fixed function spelling mistakes in context_iar.S
|
2020-02-17 12:09:49 +08:00 |
Bernard Xiong
|
1e50355534
|
Merge pull request #3376 from DavidLin1577/patch-4
Fixed typo: 'lenght'
|
2020-02-17 12:09:21 +08:00 |
Bernard Xiong
|
de78f81068
|
Merge pull request #3382 from DavidLin1577/patch-9
Fixed typos: 'threah' and 'swithc' in cpuport.c
|
2020-02-17 12:08:10 +08:00 |
David Lin
|
36d2652f0d
|
Fixed typo 'threah' and 'swithc' in cpuport.c
Fixed typo:
threah -> thread
swithc -> switch
|
2020-02-17 09:13:17 +08:00 |
David Lin
|
ca1e9137d6
|
[net] Fixed macro error in lc-switch.h
Fixed macro error: __LC_SWTICH_H__ -> __LC_SWITCH_H__
|
2020-02-16 20:54:45 +08:00 |
David Lin
|
7ef85206dd
|
Fixed function spelling mistakes in context_iar.S
swtich_to_thread -> switch_to_thread
|
2020-02-16 20:39:50 +08:00 |
David Lin
|
91f1ab5efd
|
Fixed typo: 'swtich' coding_style_cn.md
Note that the word 'swtich' is wrong,
so that 'swtich' should been replaced with 'switch'.
|
2020-02-16 20:21:33 +08:00 |
David Lin
|
8e19bec11b
|
Fixed typo: 'wirte' in uffs_nandif.c
Note that the word 'wirte' is wrong,
so that 'wirte' should been replaced with 'write'.
|
2020-02-16 20:08:36 +08:00 |
David Lin
|
812d3d2833
|
Fixed typo: 'lenght'
Note that the word 'lenght' is wrong,
so that 'lenght' should been replaced with 'length'.
|
2020-02-16 17:07:34 +08:00 |
David Lin
|
e5845ea753
|
Fixed typo: 'commond'
Note that the word 'commond' is wrong,
so that 'commond' should been replaced with 'command'.
|
2020-02-16 16:31:39 +08:00 |
nongxiaoming
|
607ed93513
|
[libcpu]context-m33:fix label error in context_gcc.S.
|
2020-02-11 21:39:35 +08:00 |
Bernard Xiong
|
dd5178efdf
|
Merge pull request #3352 from z14git/serial_bug_fix
修复因串口接收缓冲区满且没有开启ULOG_USING_ISR_LOG而造成的死机问题
|
2020-02-11 11:56:01 +08:00 |
Bernard Xiong
|
fbe98db381
|
Merge pull request #3367 from luhuadong/develop
[AT] Fix typos in Kconfig
|
2020-02-10 14:42:47 +08:00 |
luhuadong
|
3d5357bc75
|
[AT] Fix typos in Kconfig
|
2020-02-10 03:35:04 +08:00 |
Bernard Xiong
|
4cffe19dfe
|
Merge pull request #3364 from BernardXiong/gcc_version
[Tools] rename GCC_VERSION to GCC_VERSION_STR
|
2020-02-08 11:51:26 +08:00 |
Bernard Xiong
|
57ff16edb9
|
Merge pull request #3365 from longtengmcu/master
给软件定时器增加定时器工作状态查询的功能
|
2020-02-07 21:31:32 +08:00 |
longtengmcu
|
720d8479a5
|
给软件定时器增加定时器工作状态查询的功能
|
2020-02-07 16:43:39 +08:00 |
Bernard Xiong
|
e7af915cf2
|
Merge pull request #3363 from armink/fix-kservice
Update show version info.
|
2020-02-07 16:10:47 +08:00 |
Bernard Xiong
|
835504ed95
|
[Tools] rename GCC_VERSION to GCC_VERSION_STR
|
2020-02-07 15:55:53 +08:00 |
朱天龙 (Armink)
|
a7c590773e
|
Update show version info.
|
2020-02-07 13:08:04 +08:00 |
Bernard Xiong
|
cd8dd40cd2
|
Merge pull request #3362 from bigmagic123/fix_spi
Fix spi
|
2020-02-06 22:05:22 +08:00 |
Bernard Xiong
|
e5aafd2aa0
|
Merge pull request #3359 from wendal/master
fix: 为W60x添加rt_hw_us_delay
|
2020-02-06 22:01:18 +08:00 |
bigmagic
|
3e533e9992
|
fix spi bug
|
2020-02-06 16:03:31 +08:00 |
bigmagic
|
4ec07a04e6
|
use gcc-arm-none-eabi-5_4 compile raspi3
|
2020-02-06 16:00:56 +08:00 |
Bernard Xiong
|
bad4f92451
|
Merge pull request #3358 from pinxue/master
update Kconfig in raspi-64 bsp to fix RTT root path
|
2020-02-05 20:29:16 +08:00 |
Wendal Chen
|
c677f88eee
|
fix: 为W60x添加rt_hw_us_delay https://github.com/RT-Thread/W601_IoT_Board/issues/10
思路是将drv_soft_i2c的w60x_udelay, 改名为rt_hw_us_delay, 并搬到broad.c
|
2020-02-05 20:09:02 +08:00 |
品雪
|
cca440f815
|
update Kconfig in raspi-64 bsp
to fix RTT root path
|
2020-02-04 18:40:27 +08:00 |
Bernard Xiong
|
f8c32243e7
|
Update ChangeLog.md
|
2020-01-31 13:31:09 +08:00 |
Bernard Xiong
|
c95987e757
|
Merge pull request #3296 from ChazJin/patch-5
Fix bug for drv_enet.c
|
2020-01-26 20:51:14 +08:00 |
Bernard Xiong
|
5ca53690f7
|
Merge pull request #3336 from geniusgogo/fixed_drv_eth
[stm32/libraries/HAL_Drivers/drv_eth.c]fixed read phy SR register return value
|
2020-01-26 18:21:19 +08:00 |
Bernard Xiong
|
810063e642
|
Merge pull request #3290 from tyustli/imxrt-usbd
[imxrt] [driver] add usb device driver
|
2020-01-24 19:16:02 +08:00 |
Bernard Xiong
|
c62ad71203
|
Merge pull request #3334 from geniusgogo/fixed_code_style
fixed whitespace character
|
2020-01-24 19:07:53 +08:00 |
Bernard Xiong
|
8d309ed533
|
Merge pull request #3343 from chengxiaohu/master
Add DMA for ADC driver, and other little update.
|
2020-01-24 19:07:19 +08:00 |
Bernard Xiong
|
43abbc3ce8
|
Merge pull request #3356 from wangyq2018/es32f369x
[bsp]add bsp essemi/es32f369x.
|
2020-01-23 16:27:02 +08:00 |
Bernard Xiong
|
0f781d013c
|
Merge pull request #3217 from essemi-yuzr/master
Add essemi/ES32F0271 BSP drivers
|
2020-01-23 16:26:33 +08:00 |
wangyq2018
|
9a5a66a716
|
[bsp]add bsp essemi/es32f369x.
|
2020-01-23 11:07:22 +08:00 |
z14git
|
50c2af5eea
|
[serial.c] 修复在没有开启ulog时,警告日志不会输出的问题
|
2020-01-21 16:38:07 +08:00 |
Bernard Xiong
|
a2af1cfcba
|
Merge pull request #3353 from Eric-LGF/raspberry
[bsp] fix macro error
|
2020-01-21 10:24:39 +08:00 |
Eric LGF
|
8f7cf60f24
|
[bsp] fix macro error
|
2020-01-20 16:03:33 +08:00 |
Bernard Xiong
|
78388f503e
|
Merge pull request #3344 from foss-for-synopsys-dwc-arc-processors/arc_new_bsp
[bsp][synopsys] add basic new embarc bsp support
|
2020-01-20 10:13:50 +08:00 |