Integrate f1ll (compiles, untested)

This commit is contained in:
Attila Body 2025-05-27 23:04:02 +02:00
parent 0159a9cb45
commit 2b17bb1dae
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
32 changed files with 924 additions and 128 deletions

15
app/inc/irq_bridge.h Normal file
View file

@ -0,0 +1,15 @@
#ifndef IRQ_BRIDGE_H_
#define IRQ_BRIDGE_H_
#if defined(__cplusplus)
extern "C" {
#endif
void dma1_channel4_irq_handler();
void dma1_channel5_irq_handler();
#if defined(__cplusplus)
}
#endif
#endif // IRQ_BRIDGE_H_