File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242#define BOARD_TIMER_NVIC_IRQ 8u
4343#define BOARD_TIMER_HW_CLOCK_HZ 25000000u
4444
45+ /* Generic MMIO window for ULMK_MMAP_PERIPH tests (CMSDK timer0). */
46+ #define ULMK_BOARD_PERIPH_BASE 0x40000000u
47+ #define ULMK_BOARD_PERIPH_SIZE 0x1000u
48+
4549#endif /* ULMK_BOARD_CONFIG_H */
Original file line number Diff line number Diff line change 4343#define BOARD_TIMER_NVIC_IRQ 3u
4444#define BOARD_TIMER_HW_CLOCK_HZ 25000000u
4545
46+ /* Generic MMIO window for ULMK_MMAP_PERIPH tests (CMSDK timer0). */
47+ #define ULMK_BOARD_PERIPH_BASE 0x50000000u
48+ #define ULMK_BOARD_PERIPH_SIZE 0x1000u
49+
4650#endif /* ULMK_BOARD_CONFIG_H */
Original file line number Diff line number Diff line change 4545#define ULMK_ARCH_IDLE_IS_WFI 0
4646#endif
4747
48+ /* Generic MMIO window for ULMK_MMAP_PERIPH tests (UART0). */
49+ #define ULMK_BOARD_PERIPH_BASE 0x10000000u
50+ #define ULMK_BOARD_PERIPH_SIZE 0x1000u
51+
4852#endif /* ULMK_BOARD_CONFIG_H */
You can’t perform that action at this time.
0 commit comments