1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2024-06-07 05:07:53 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
H1ghBre4k3r
796cf0f089 Fix multiple results of the PR:
- cleanup of sequence number utilites
- dynamic calculation of nvs sectors for fs information
- usage of buffer in ens_fs
- check for max entry size (page size)
- usage of interal entry size, which is always the next larger power of 2 to a given entry size
2021-05-25 18:06:15 +02:00
H1ghBre4k3r
6b6a40d383 Use lock for ens_fs 2021-05-25 18:06:15 +02:00
H1ghBre4k3r
b729d794bf Apply suggestions for ens_fs 2021-05-25 18:06:15 +02:00
H1ghBre4k3r
aa17d584b3 Implement ens_records_iterator_init_timerange via binary search 2021-05-25 18:06:15 +02:00
H1ghBre4k3r
9ae226d50b Implement correct read using crc and deleted flag and implement deletion 2021-05-25 18:06:15 +02:00
H1ghBre4k3r
bf9ad9cbec Store CRC and 'not-deleted' flag in last byte of each entry 2021-05-25 18:06:15 +02:00
H1ghBre4k3r
725259cfce Use NVS to store storage information 2021-05-25 18:06:15 +02:00
H1ghBre4k3r
d38996a021 Implement ens_fs and move ens stuff to ens directory 2021-05-25 18:06:15 +02:00