David Lin
|
d33230bcff
|
Fixed spelling mistakes of function
LPC17xx_SD_WirteDataBlock -> LPC17xx_SD_WriteDataBlock
|
2020-02-20 09:13:46 +08:00 |
|
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 |
|
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 |
|