Home
last modified time | relevance | path

Searched refs:DEBUG_LASTWORD_RAM_ADDR (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/hardware/board/haas100/config/
A Dboard.h5 #define DEBUG_LASTWORD_RAM_ADDR 0x20166000 macro
7 #define DEBUG_LASTWORD_RAM_ADDR 0x201e6000 macro
/AliOS-Things-master/hardware/board/haaseduk1/config/
A Dboard.h5 #define DEBUG_LASTWORD_RAM_ADDR 0x20166000 macro
7 #define DEBUG_LASTWORD_RAM_ADDR 0x201e6000 macro
/AliOS-Things-master/hardware/board/haaseduk1/startup/
A Dstartup.c96 ASSERT(DEBUG_LASTWORD_RAM_ADDR == (uint32_t)__aos_lastword_start, in haas_board_init()
99 DEBUG_LASTWORD_RAM_ADDR, (uint32_t)__aos_lastword_start) in haas_board_init()
/AliOS-Things-master/hardware/board/haas100/startup/
A Dstartup.c95 ASSERT(DEBUG_LASTWORD_RAM_ADDR == (uint32_t)__aos_lastword_start, in haas_board_init()
97 DEBUG_LASTWORD_RAM_ADDR, (uint32_t)__aos_lastword_start) in haas_board_init()
/AliOS-Things-master/components/debug/src/
A Ddebug_lastword.c47 #define HEADER_START_ADDR (DEBUG_LASTWORD_RAM_ADDR)
48 #define LOG_START_ADDR (DEBUG_LASTWORD_RAM_ADDR + sizeof(debug_panic_info_head_t))
50 #define LOG_END_ADDR (DEBUG_LASTWORD_RAM_ADDR + DEBUG_LASTWORD_REGION_LEN)

Completed in 7 milliseconds