mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 14:08:33 +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
|
|
@ -24,6 +24,9 @@ Boston, MA 02110-1301, USA.
|
|||
#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