rt-thread/bsp/beaglebone
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
..
applications 完善bsp beaglebone的基本使用 (#6434) 2022-09-15 23:56:31 -04:00
drivers 完善bsp beaglebone的基本使用 (#6434) 2022-09-15 23:56:31 -04:00
.config 完善bsp beaglebone的基本使用 (#6434) 2022-09-15 23:56:31 -04:00
AM335x_sk_DDR3.mac Add iar compiler support for am335x. 2015-11-11 23:44:05 +08:00
Kconfig 完善bsp beaglebone的基本使用 (#6434) 2022-09-15 23:56:31 -04:00
SConscript Import beaglebone porting 2013-09-20 21:20:51 +08:00
SConstruct [update] CFLAGS 2021-12-17 14:28:40 +08:00
am335x_DDR.icf [BSP] Fix component initialization functions may be not sequential storage on ROM when used for IAR linker. 2017-07-27 13:58:07 +08:00
am335x_sk.ewp [dlmodule] Simply remove the module.c file from the project file. 2018-09-01 11:03:29 +08:00
am335x_sk.eww Add iar compiler support for am335x. 2015-11-11 23:44:05 +08:00
beaglebone_ram.lds fixed linker script and stack align issues. 2019-10-22 09:47:41 +08:00
rtconfig.h 完善bsp beaglebone的基本使用 (#6434) 2022-09-15 23:56:31 -04:00
rtconfig.py Update rtconfig.py 2018-05-06 15:07:04 +08:00
uboot_cmd.txt 完善bsp beaglebone的基本使用 (#6434) 2022-09-15 23:56:31 -04:00