minimum build code for new APPROTECT is chip type-specific
This commit is contained in:
@ -7,6 +7,7 @@ pub const FORCE_COPY_BUFFER_SIZE: usize = 256;
|
||||
pub const FLASH_SIZE: usize = 192 * 1024;
|
||||
|
||||
pub const RESET_PIN: u32 = 21;
|
||||
pub const APPROTECT_MIN_BUILD_CODE: u8 = b'E';
|
||||
|
||||
embassy_hal_internal::peripherals! {
|
||||
// RTC
|
||||
|
Reference in New Issue
Block a user