Bernard Xiong
|
bde47018b8
|
[libcpu] Add SConscript in libcpu.
|
2019-01-07 06:09:45 +08:00 |
Bernard Xiong
|
cd4ac30b80
|
Merge pull request #2106 from zhaojuntao/lds-1224
[bsp] 为常用板卡的 gcc 链接脚本增加 utest section 段
|
2018-12-24 20:00:04 +08:00 |
MurphyZhao
|
d68291d47a
|
[bsp] 为常用板卡的 gcc 链接脚本增加 utest section 段
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2018-12-24 17:28:52 +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 |
Bernard Xiong
|
a74a3031f0
|
Merge pull request #2081 from jesven/sync_smp_skeleton
Sync smp skeleton
|
2018-12-18 14:02:04 +08:00 |
shaojinchun
|
eff767a074
|
remove rt_hw_mb define
sync smp skeleton
|
2018-12-17 11:02:09 +08:00 |
chenchaoqun@rt-thread.com
|
87b407ff18
|
【修改】.config 中RT_SERIAL_USING_DMA选项
|
2018-12-17 09:53:44 +08:00 |
chenchaoqun@rt-thread.com
|
bb8e89e851
|
【串口】宏定义对应增加
|
2018-12-17 09:38:53 +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
|
2b21d2316a
|
修改许可协议
修改cpu目录名及相关修改
|
2018-12-10 18:23:21 +08:00 |
shaojinchun
|
a8953e9211
|
add lwp support
|
2018-12-10 16:44:48 +08:00 |
Bernard Xiong
|
27cd03d454
|
Merge pull request #2036 from liruncong/const
rt_hw_interrupt_install函数name参数增加const限定
|
2018-12-06 06:04:11 +08:00 |
liruncong
|
a132ab29de
|
[bsp/qemu-vexpress-a9]rt_hw_interrupt_install函数name参数增加const限定
|
2018-12-05 20:44:00 +08:00 |
shaojinchun
|
f64b7536e7
|
修正rt_hw_context_switch_interrupt中一处笔误
|
2018-12-04 18:07:38 +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 |
misonyo
|
8e00c1dacc
|
[bsp/qemu-vexpress-a9]change idle task stack to 1024
|
2018-09-27 10:36:25 +08:00 |
armink
|
7ff50a39ed
|
[bsp][qemu-vexpress-a9] Enable the software simulation RTC device options.
|
2018-09-19 11:30:39 +08:00 |
Bernard Xiong
|
382c330725
|
[BSP] Add vscode settings for qemu-vexpress-a9 bsp
|
2018-08-15 09:15:08 +08:00 |
tangyuxin
|
1bf9dea104
|
[bsp]qemu-vexpress-a9 网卡驱动bug修复
|
2018-07-19 10:07:27 +08:00 |
chenyong
|
e46b16be34
|
[bsp] Adapt to SAL framework change
|
2018-07-18 13:42:16 +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 |
zyh
|
eead9cbd63
|
[BSP][QEMU]fix run error on mac add dbg.sh on linux
|
2018-06-29 22:56:42 +08:00 |
liang yongxiang
|
1568076168
|
[bsp][qemu-vexpress-a9] add qemu-nographic.bat for windows
|
2018-06-19 10:35:42 +08:00 |
liang yongxiang
|
e23f672983
|
[bsp][qemu-vexpress-a9] update .config and rtconfig.h to fix warning: "HAVE_SYS_SELECT_H" redefined
|
2018-06-15 11:54:40 +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 |
tangyuxin
|
cc30bd3756
|
[bsp][qemu]更改中断栈大小为2048
|
2018-05-25 16:03:39 +08:00 |
Bernard Xiong
|
cc27c84145
|
Update README.md
|
2018-05-04 20:48:59 +08:00 |
Bernard Xiong
|
4356db5b11
|
[BSP] Update module compiling parameters for QEMU.
|
2018-04-26 23:20:58 +08:00 |
Bernard Xiong
|
4113f6bcda
|
[BSP] Update rtconfig.py for module in QEMU.
|
2018-04-26 11:34:22 +08:00 |
Bernard Xiong
|
a0c9862c41
|
[BSP] Update rtconfig.py for QEMU.
|
2018-04-26 09:11:37 +08:00 |
Bernard Xiong
|
5083b84c96
|
[BSP][qemu-vexpress-a9] add SOC chip type definition
|
2018-03-05 21:17:41 +08:00 |
Bernard Xiong
|
8b36b57a11
|
[UIEngine] move UI engine as a package
|
2018-03-03 16:34:01 +08:00 |
Bernard Xiong
|
f50a5e94b0
|
[BSP] Update qemu script
|
2018-01-23 11:16:59 +08:00 |
BernardXiong
|
9a9a0e9082
|
[BSP] Add sd.bin in command
|
2018-01-02 15:16:12 +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
|
d31e90a8e3
|
[BSP] Add network nic command in Linux for vexpress-a9 bsp
|
2017-12-24 00:06:29 +08:00 |
Bernard Xiong
|
a5664695d3
|
[BSP] fix compiling warning in QEMU vexpress-a9
|
2017-12-24 00:06:29 +08:00 |
Bernard Xiong
|
37c6eac27b
|
[BSP] Update qemu nographic script
|
2017-12-05 20:17:55 +08:00 |
parai
|
d0f7ec73b9
|
better use gcc to link instead of g++
on ubuntu, use g++ will add a additional linkflag "-lstdc++" and this will result link failed.
|
2017-12-04 14:35:18 +08:00 |
bernard
|
89af35b0c3
|
[BSP] Add qemu-nographic script
|
2017-12-02 16:37:50 +08:00 |
bernard
|
9463fd9ae8
|
[BSP] Add '-nostartfiles' to link flags.
|
2017-12-02 10:53:42 +08:00 |
bernard
|
98786df5cc
|
[BSP] Update configuration of qemu-vexpress
|
2017-11-30 21:18:55 +08:00 |
Bernard Xiong
|
7bc87e4ae8
|
[Kconfig] Rename all of KConfig files to 'Kconfig'
|
2017-11-30 20:12:53 +08:00 |
bernard
|
c8932cda2b
|
[BSP] Add SDIO/EMAC drivers for VExpress A9 bsp
|
2017-11-30 16:33:16 +08:00 |
Bernard Xiong
|
6b1911e4f4
|
[BSP] Enable more options in qemu-vexpress-a9 for test.
|
2017-11-06 20:13:20 +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 |