16 lines
345 B
C
16 lines
345 B
C
#ifndef _BOARDS_WALKIE_TALKIES
|
|
#define _BOARDS_WALKIE_TALKIES
|
|
|
|
#define PICO_FLASH_SIZE_BYTES (16*1024*1024)
|
|
|
|
#include "boards/pico.h"
|
|
|
|
#undef PICO_BOOT_STAGE2_CHOOSE_W25Q080
|
|
#define PICO_BOOT_STAGE2_CHOOSE_W25Q080 1
|
|
//#define PICO_BOOT_STAGE2_CHOOSE_IS25LP080 1
|
|
//#define PICO_BOOT_STAGE2_CHOOSE_GENERIC_03H 1
|
|
|
|
#undef PICO_SMPS_MODE_PIN
|
|
|
|
#endif
|