mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 06:26:42 +00:00
Adding preliminary support for STM32F767 (Nucleo-144 F767ZI)
This commit is contained in:
parent
6c6b6c19fc
commit
a60059bc90
10 changed files with 452 additions and 16 deletions
3
Utils.h
3
Utils.h
|
|
@ -22,6 +22,9 @@
|
|||
#if defined(STM32F4XX) || defined(STM32F4)
|
||||
#include "stm32f4xx.h"
|
||||
#include <cstddef>
|
||||
#elif defined(STM32F7XX)
|
||||
#include "stm32f7xx.h"
|
||||
#include <cstddef>
|
||||
#elif defined(STM32F105xC)
|
||||
#include "stm32f1xx.h"
|
||||
#include <cstddef>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue