|
ESPHome 2025.12.0-dev
|
Go to the source code of this file.
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::debug |
Variables | |
| constexpr std::uintptr_t | esphome::debug::MBR_PARAM_PAGE_ADDR = 0xFFC |
| constexpr std::uintptr_t | esphome::debug::MBR_BOOTLOADER_ADDR = 0xFF8 |
| constexpr uint32_t | esphome::debug::SD_MAGIC_NUMBER = 0x51B1E5DB |
| constexpr uintptr_t | esphome::debug::MBR_SIZE = 0x1000 |
| constexpr uintptr_t | esphome::debug::SOFTDEVICE_INFO_STRUCT_OFFSET = 0x2000 |
| constexpr uintptr_t | esphome::debug::SD_ID_OFFSET = SOFTDEVICE_INFO_STRUCT_OFFSET + 0x10 |
| constexpr uintptr_t | esphome::debug::SD_VERSION_OFFSET = SOFTDEVICE_INFO_STRUCT_OFFSET + 0x14 |