Make public read/write RP2350 OTP functions.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-10-13 20:22:16 +02:00
parent 32eed01508
commit 6216cd24be
2 changed files with 7 additions and 3 deletions

View File

@@ -25,6 +25,10 @@
#define OTP_KEY_1 OTP_TEST_ROW
extern uint8_t* otp_buffer(uint16_t row);
extern bool is_empty_otp_buffer(uint16_t row, uint16_t len);
extern int otp_write_data(uint16_t row, uint8_t *data, uint16_t len);
#elif defined(ESP_PLATFORM)
#include "esp_efuse.h"