mirror of
https://github.com/apache/nuttx.git
synced 2026-08-13 00:15:09 +00:00
Wire the RTL8721F km4tz core up to a working NuttShell: - irq.h: renumber the KM4TZ external vector table to the RTL8721F APIRQn map (UART_LOG=24, IPC=5, +GPIOB/C, TIMER7/8, ...). - ameba_loguart.c: fix the LOG-UART base to 0x40810000. The former 0x401C6000 belongs to a different Ameba part; the wrong base bus- faulted on the RX interrupt-enable write while TX still worked (LOGUART_PutChar uses its own ROM-internal base). - ameba_app_start.c: adjust the MPU read-only / RAM regions for the RTL8721F memory map and seed the RTC on first power-on so the SDM32K-clocked SYSTIMER comes up (mirrors the SDK app_rtc_init). - ameba_ipc.c: move the km4tz<->km4ns IPC to APIRQn 5 (IPC_CPU0). - ameba_board.mk: pull in fwlib ameba_rtc.c for the RTC_* symbols. - defconfig: RTL8721F RAM map, enable TIMER/TIMER_ARCH/ARMV8M_SYSTICK for a live system tick, and drop the WiFi/NET stack for now. - scripts/Make.defs: use the RTL8721F_NOR flash profile. Boots cleanly to nsh> on hardware; tick, RX and builtin apps verified. Signed-off-by: dechao_gong <dechao_gong@realsil.com.cn> |
||
|---|---|---|
| .. | ||
| ameba | ||
| bcm2711 | ||
| bl602 | ||
| ci | ||
| codeowners | ||
| cxd56 | ||
| esp32 | ||
| esp32c3 | ||
| esp32s2 | ||
| esp32s3 | ||
| espressif | ||
| imx9 | ||
| licensing | ||
| lwl | ||
| mpfs | ||
| nix | ||
| pic32 | ||
| pynuttx | ||
| rp23xx | ||
| rp2040 | ||
| simwifi | ||
| zds | ||
| .gitignore | ||
| aarch64-unknown-nuttx-macho.json | ||
| aarch64-unknown-nuttx.json | ||
| abi_check.py | ||
| b16.c | ||
| bdf-converter.c | ||
| board_romfs_mkpasswd.sh | ||
| btdecode.sh | ||
| build-globals.sh | ||
| callstack.py | ||
| cfgdefine.c | ||
| cfgdefine.h | ||
| cfgparser.c | ||
| cfgparser.h | ||
| check_passwd_keys.sh | ||
| checkkconfig.py | ||
| checkpatch.sh | ||
| checkrelease.sh | ||
| CMakeLists.txt | ||
| cmpconfig.c | ||
| cnvwindeps.c | ||
| Config.mk | ||
| configure.bat | ||
| configure.c | ||
| configure.sh | ||
| configure_completion.bash | ||
| convert-comments.c | ||
| copydir.bat | ||
| copydir.sh | ||
| coredump.py | ||
| csvparser.c | ||
| csvparser.h | ||
| D.defs | ||
| define.bat | ||
| define.sh | ||
| detab.c | ||
| Directories.mk | ||
| discover.py | ||
| doreleasenotes.py | ||
| Export.mk | ||
| find_symbol_callers.sh | ||
| flash_writer.py | ||
| FlatLibs.mk | ||
| gcov.py | ||
| gdbserver.py | ||
| gen_passwd_keys.sh | ||
| gencromfs.c | ||
| host_info_dump.py | ||
| host_info_parse.py | ||
| i486-unknown-nuttx.json | ||
| ide_exporter.py | ||
| incdir.bat | ||
| incdir.c | ||
| incdir.sh | ||
| indent.sh | ||
| initialconfig.c | ||
| jlink-nuttx.c | ||
| kasan_global.py | ||
| kconfig.bat | ||
| kconfig2html.c | ||
| KernelLibs.mk | ||
| LibTargets.mk | ||
| link.bat | ||
| link.sh | ||
| lowhex.c | ||
| macar-qcs.sh | ||
| Make.defs | ||
| Makefile.host | ||
| merge_config.py | ||
| mkallsyms.py | ||
| mkallsyms.sh | ||
| mkconfig.c | ||
| mkconfigvars.sh | ||
| mkctags.sh | ||
| mkdeps.c | ||
| mkexport.sh | ||
| mkfsdata.pl | ||
| mkfsdata.py | ||
| mknulldeps.sh | ||
| mkpasswd.c | ||
| mkromfsimg.sh | ||
| mksymtab.c | ||
| mksyscall.c | ||
| mkversion.c | ||
| mkwindeps.sh | ||
| netusb.sh | ||
| noteinfo.c | ||
| nxstyle.c | ||
| nxstyle_sweep.sh | ||
| nxtagspkgsfetch.sh | ||
| parsecallstack.py | ||
| parsememdump.py | ||
| parsetrace.py | ||
| passwd_keys.mk | ||
| pre-commit | ||
| process_config.py | ||
| process_config.sh | ||
| promptpasswd.sh | ||
| ProtectedLibs.mk | ||
| refresh.sh | ||
| rmcr.c | ||
| Rust.defs | ||
| sethost.sh | ||
| showsize.sh | ||
| simbridge.sh | ||
| simhostroute.sh | ||
| simlaunch.sh | ||
| size_report.py | ||
| splashscreen_converter.py | ||
| stackusage.py | ||
| stm32_pinmap_tool.py | ||
| Swift.defs | ||
| testbuild.ps1 | ||
| testbuild.sh | ||
| toolchain.cmake.export | ||
| uncrustify.cfg | ||
| Unix.mk | ||
| unlink.bat | ||
| unlink.sh | ||
| update_romfs_password.sh | ||
| version.sh | ||
| Win.mk | ||
| x86_64-unknown-nuttx-macho.json | ||
| x86_64-unknown-nuttx.json | ||
| xmlrpc_test.py | ||
| Zig.defs | ||
| zipme.sh | ||