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
shaojinchun
fb4959bbbb
修正qemu-vexpress-a9平台上第二核时钟不对的问题
2019-10-12 11:11:44 +08:00
EvalZero
baac77c8c2
[bsp][qemu-vexpress-a9][stm32l475-atk-pandora]add audio driver copyright file header.
2019-08-07 14:03:18 +08:00
EvalZero
559e297e4b
[bsp][qemu-vexpress-a9]update qemu-vexpress-a9 audio device drivers.
2019-08-06 15:01:23 +08:00
shaojinchun
7f03e71e3a
修正qemu-vexpress-a9系统心跳不准的问题
2019-07-23 08:42:17 +08:00
Bernard Xiong
91f6abb765
Merge pull request #2675 from lymzzyh/qemu-mac
...
[BSP][qemu-a9] auto generate mac address from host
2019-05-12 23:07:01 +08:00
ZYH
4f521a0c95
[BSP][qemu-a9] auto generate mac address from host
2019-05-12 21:53:47 +08:00
Bernard Xiong
ec6cb9f260
[BSP][qemu-vexpress-a9] code cleaup for compiling warning.
2019-05-12 15:07:26 +08:00
qz721
61f2a71511
Rename 'platform.h' in 'imx6ul' and 'qemu-vexpress-a9' BSPs.
...
This filename conflicts with the 'mbedtls' package. They are renamed
in the name of the corresponding chips and included in 'board.h'.
Files that rely on this file should include 'board.h' instead.
2019-04-26 10:50:48 +08:00
BernardXiong
4729f3f766
[BSP] remove error log for SD/MMC driver in QEMU VExpress A9 BSP
2019-04-15 10:26:31 +00:00
armink
fa4d4ab7cf
Update all of debug log definition to DBG_TAG and DBG_LVL.
2019-04-12 10:18:57 +08:00
BernardXiong
0622b5a0df
[BSP] Add device ops for audio driver
2019-03-26 15:52:47 +00:00
qz721
2eb1bef773
Make 'qemu-vexpress-a9' and 'imx6ul' use the same libcpu code.
2019-03-25 20:03:49 +08:00
armink
0d7ba79219
Remove the DBG_COLOR and DBG_ENABLE definition.
2019-03-06 17:54:30 +08:00
Bernard Xiong
f1b2e4ed21
[bsp][qemu-vexpress] code cleanup.
...
Move idle_wfi to board.c for idle hook.
2018-12-24 09:06:33 +08:00
shaojinchun
eff767a074
remove rt_hw_mb define
...
sync smp skeleton
2018-12-17 11:02:09 +08:00
shaojinchun
f5426f4a86
1 增加了bsp数据屏障接口函数 rt_hw_mb()
...
2 去除在secondary_cpu_c_start重复了的IPI handler的注册
2018-12-13 09:49:15 +08:00
shaojinchun
fc6bc1ad39
Add smp support to RT-Thread 4.0
2018-11-22 18:16:47 +08:00
armink
83b7b763b7
The dbg_log API is DISCARDED. Change all dbg_log to LOG_X.
2018-11-02 10:20:30 +08:00
tangyuxin
1bf9dea104
[bsp]qemu-vexpress-a9 网卡驱动bug修复
2018-07-19 10:07:27 +08:00
Bernard Xiong
7fb9f37b7d
[BSP] Add width/height options for CLCD.
2018-07-15 15:14:54 +08:00
armink
6cd8658dad
[rtdbg] Change all DBG_SECTION_NAME to new format.
2018-07-11 10:23:19 +08:00
Bernard Xiong
884fb70fe9
[Kernel] Add device ops feature.
2018-06-10 17:59:17 +08:00
tangyuxin
bc544bec47
[bsp][qemu]添加Audio驱动
2018-05-29 10:55:42 +08:00
Bernard Xiong
8b36b57a11
[UIEngine] move UI engine as a package
2018-03-03 16:34:01 +08:00
Bernard Xiong
8a923193ab
Merge pull request #1151 from enkiller/development
...
[bsp] Add keyboard and mouse driver for qemu-vexpress-a9
2017-12-31 16:41:44 +08:00
tangyuxin
e36a989f25
[bsp]qemu-vexpress-a9添加鼠标键盘驱动
2017-12-31 16:22:43 +08:00
bernard
7c3d6fbbda
[BSP] fix the option of EMAC file in SConscript.
2017-12-30 14:46:02 +08:00
tangyuxin
1f25504c0b
[bsp]修复qemu-vexpress-a9 SD卡不能多块读写的BUG
2017-12-30 12:56:46 +08:00
Bernard Xiong
a5664695d3
[BSP] fix compiling warning in QEMU vexpress-a9
2017-12-24 00:06:29 +08:00
bernard
c8932cda2b
[BSP] Add SDIO/EMAC drivers for VExpress A9 bsp
2017-11-30 16:33:16 +08:00
bernard
252432baf0
[BSP] Update QEMU VExpress A9 BSP.
2017-10-21 23:26:30 +08:00
bernard
6101d1e80e
[BSP] Update QEMU VExpress A9 BSP.
2017-10-17 09:53:16 +08:00
Bernard Xiong
72db331e52
[BSP] Add QEMU/VExpress-A9 bsp.
2017-09-19 12:14:52 +08:00