mirror of
git://soft.sys114.com/klipper
synced 2026-02-13 10:00:33 +09:00
rp2040: Initial rp2350 support
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
#ifndef __RP2040_INTERNAL_H
|
||||
#define __RP2040_INTERNAL_H
|
||||
// Local definitions for rp2040
|
||||
// Local definitions for RPxxxx chips
|
||||
|
||||
#include "RP2040.h"
|
||||
#include "autoconf.h" // CONFIG_MACH_RP2040
|
||||
|
||||
#if CONFIG_MACH_RP2040
|
||||
#include "RP2040.h"
|
||||
#elif CONFIG_MACH_RP2350
|
||||
#include "RP2350.h"
|
||||
#endif
|
||||
|
||||
void enable_pclock(uint32_t reset_bit);
|
||||
int is_enabled_pclock(uint32_t reset_bit);
|
||||
|
||||
Reference in New Issue
Block a user