mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
parent
1ca77d6afd
commit
429a1ba612
1 changed files with 0 additions and 11 deletions
|
|
@ -1010,17 +1010,6 @@ static inline intptr_t rom_set_rom_callback(uint callback_num, bootrom_api_callb
|
||||||
return func(callback_num, funcptr);
|
return func(callback_num, funcptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define BOOT_TYPE_NORMAL 0
|
|
||||||
#define BOOT_TYPE_BOOTSEL 2
|
|
||||||
#define BOOT_TYPE_RAM_IMAGE 3
|
|
||||||
#define BOOT_TYPE_FLASH_UPDATE 4
|
|
||||||
|
|
||||||
// values 8-15 are secure only
|
|
||||||
#define BOOT_TYPE_PC_SP 0xd
|
|
||||||
|
|
||||||
// ORed in if a bootloader chained into the image
|
|
||||||
#define BOOT_TYPE_CHAINED_FLAG 0x80
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Get system information
|
* \brief Get system information
|
||||||
* \ingroup pico_bootrom
|
* \ingroup pico_bootrom
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue