mirror of
git://soft.sys114.com/klipper
synced 2026-02-13 01:10:26 +09:00
atsamd: Add Kconfig definitions for same51j19 and same54p20 chips
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
#include "samd21.h"
|
||||
#elif CONFIG_MACH_SAMD51
|
||||
#include "samd51.h"
|
||||
#elif CONFIG_MACH_SAME51
|
||||
#include "same51.h"
|
||||
#elif CONFIG_MACH_SAME54
|
||||
#include "same54.h"
|
||||
#endif
|
||||
|
||||
#define GPIO(PORT, NUM) (((PORT)-'A') * 32 + (NUM))
|
||||
|
||||
Reference in New Issue
Block a user