updates submodules to get memory dump feature and fixes wrong memory map entry

This commit is contained in:
2026-02-01 14:55:18 +01:00
parent 09083643bc
commit c64827d436
4 changed files with 4 additions and 4 deletions

2
scc

Submodule scc updated: 6042b2b307...726a43247c

View File

@@ -12,7 +12,7 @@
// need double braces, see // need double braces, see
// https://stackoverflow.com/questions/6893700/how-to-construct-stdarray-object-with-initializer-list#6894191 // https://stackoverflow.com/questions/6893700/how-to-construct-stdarray-object-with-initializer-list#6894191
const std::array<scc::target_memory_map_entry<scc::LT>, 6> PipelinedMemoryBusToApbBridge_map = {{ const std::array<scc::target_memory_map_entry<scc::LT>, 6> PipelinedMemoryBusToApbBridge_map = {{
{gpio0.socket, 0x0, 0xc}, {gpio0.socket, 0x0, 0x38},
{uart0.socket, 0x1000, 0x14}, {uart0.socket, 0x1000, 0x14},
{timer0.socket, 0x20000, 0x1c}, {timer0.socket, 0x20000, 0x1c},
{aclint.socket, 0x30000, 0xc000}, {aclint.socket, 0x30000, 0xc000},