Fix Wear Leveling compilation (#25254)
This commit is contained in:
parent
88c094908b
commit
3e7ce54902
8 changed files with 19 additions and 8 deletions
|
@ -4,6 +4,7 @@
|
|||
#include <hal.h>
|
||||
#include "timer.h"
|
||||
#include "wear_leveling.h"
|
||||
#include "wear_leveling_efl_config.h"
|
||||
#include "wear_leveling_internal.h"
|
||||
|
||||
static flash_offset_t base_offset = UINT32_MAX;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <hal.h>
|
||||
#include "timer.h"
|
||||
#include "wear_leveling.h"
|
||||
#include "wear_leveling_legacy_config.h"
|
||||
#include "wear_leveling_internal.h"
|
||||
#include "legacy_flash_ops.h"
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#include <stdbool.h>
|
||||
#include "timer.h"
|
||||
#include "wear_leveling.h"
|
||||
#include "wear_leveling_rp2040_flash_config.h"
|
||||
#include "wear_leveling_internal.h"
|
||||
|
||||
#ifndef WEAR_LEVELING_RP2040_FLASH_BULK_COUNT
|
||||
|
|
|
@ -37,6 +37,7 @@ void eeprom_update_block(const void *__src, void *__dst, size_t __n);
|
|||
# endif
|
||||
# define TOTAL_EEPROM_BYTE_COUNT (EEPROM_SIZE)
|
||||
#elif defined(EEPROM_WEAR_LEVELING)
|
||||
# include "wear_leveling_drivers.h"
|
||||
# define TOTAL_EEPROM_BYTE_COUNT (WEAR_LEVELING_LOGICAL_SIZE)
|
||||
#elif defined(EEPROM_TRANSIENT)
|
||||
# include "eeprom_transient.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue