rt-thread-official/libcpu
Man, Jianting (Meco) 1249bc45f9
完善bsp beaglebone的基本使用 (#6434)
* bsp beaglebone: rerun menuconfg

* bsp beaglebone: add uart0 support

* bsp beaglebone: use uart0 as console

* bsp beaglebone: add heap init

fix rt_application_init() error:
(m != RT_NULL) assertion failed at function:rt_smem_alloc, line number:288

* bsp beaglebone: add mmu & interrupt init

must init mmu, otherwise no interrupt is generated, cause scheduler can't work.
I don't know why need mmu, just seen: bsp/rockchip/rk3568/driver/board.c

* libcpu am335x: reset interrupt controller before init vector

I think reset before init is more better

AM335X_StarterWare_02_00_01_01\system_config\armv7a\am335x\interrupt.c
IntAINTCInit()

* bsp beaglebone: full gpio driver support

* bsp beaglebone: add tftpboot way to uboot_cmd.txt

* bsp beaglebone: optimize am33xx_gpio_hdr, check irqstatus is the last one

Co-authored-by: YangZhongQing <vipox@qq.com>
2022-09-15 23:56:31 -04:00
..
aarch64 uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
arc [asm] 解决tab和空格混用的问题 2022-01-20 20:57:35 +08:00
arm 完善bsp beaglebone的基本使用 (#6434) 2022-09-15 23:56:31 -04:00
avr32 替换RTThread旧版文件头注释版权声明 (#5774) 2022-04-05 19:34:30 +08:00
blackfin 替换RTThread旧版文件头注释版权声明 (#5774) 2022-04-05 19:34:30 +08:00
c-sky [libcpu] auto formatted 2021-03-27 17:51:56 +08:00
ia32 [asm] 解决tab和空格混用的问题 2022-01-20 20:57:35 +08:00
m16c 替换RTThread旧版文件头注释版权声明 (#5774) 2022-04-05 19:34:30 +08:00
mips uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
nios 替换RTThread旧版文件头注释版权声明 (#5774) 2022-04-05 19:34:30 +08:00
ppc uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
risc-v Add BSP for HPM6750EVK and HPM6750EVKMINI (#6374) 2022-09-06 00:48:16 -04:00
rx 替换RTThread旧版文件头注释版权声明 (#5774) 2022-04-05 19:34:30 +08:00
sim 优化bsp/simulator自动初始化 (#5634) 2022-03-08 12:03:41 +08:00
sparc-v8 [Scons] 将GCC判断条件改为列表方式,方便后续增加新的编译工具链 2022-06-09 07:01:59 +08:00
ti-dsp tms320f28379d fix init (#6343) 2022-08-29 15:35:23 -04:00
unicore32 uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
v850 替换RTThread旧版文件头注释版权声明 (#5774) 2022-04-05 19:34:30 +08:00
xilinx 替换RTThread旧版文件头注释版权声明 (#5774) 2022-04-05 19:34:30 +08:00
Kconfig 支持只运行在安全模式下 (#6115) 2022-06-29 14:08:57 +08:00
SConscript [libcpu] Fix the build directory issue 2019-03-26 13:36:01 +00:00