add basic library for flexki messaging

This commit is contained in:
2025-02-18 09:54:19 +01:00
parent a9aa746f81
commit db3ff44066
3 changed files with 61 additions and 2 deletions

View File

@ -36,7 +36,9 @@
#define i2s PERIPH(i2s_t, APB_BASE + 0x90000)
#define camera PERIPH(camera_t, APB_BASE + 0xA0000)
#define dma PERIPH(dma_t, APB_BASE + 0xB0000)
#define msgif PERIPH(msgif_t, APB_BASE + 0xC0000)
#define msgif PERIPH(mkcontrolclusterstreamcontroller_t, APB_BASE + 0xC0000)
#include "ehrenberg/devices/flexki_messages.h"
#define XIP_START_LOC 0xE0040000
#define RAM_START_LOC 0x80000000