#
66813460 |
| 17-May-2024 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: fix iterator for delete field
|
#
ae14e166 |
| 13-Oct-2023 |
shuffle2 <[email protected]> |
btstack_tlv_flash_bank: quiet warning (#537)
|
#
d2d1d053 |
| 30-Aug-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: fix unaligned read and migration
|
#
ffded216 |
| 29-Aug-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: increase bank header to alignment size
|
#
4a1addd5 |
| 29-Aug-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: store value right after header if there's no delete field
|
#
60a3ef13 |
| 29-Aug-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: use store aligned entry header len
|
#
5574c439 |
| 29-Aug-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: overwrite complete entry with zeroes if we cannot just delete tag due to alignment
|
#
2ea4a509 |
| 28-Aug-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: introduce btstack_tlv_flash_bank_aligned_entry_size
|
#
f268b03a |
| 28-Aug-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: store aligned entry header len
|
#
9b112178 |
| 28-Aug-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: use BTSTACK_TLV_ENTRY_HEADER_LEN
|
#
1295b091 |
| 28-Aug-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: fix spelling of alignment
|
#
b6c12bd6 |
| 28-Aug-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: use BTSTACK_TLV_BANK_HEADER_LEN
|
#
4c7f5275 |
| 02-May-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: cache bank size in interator
|
#
26c447f6 |
| 02-May-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: assert tag fits into flash bank in iterator
|
#
e195acfc |
| 28-Apr-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: fix validation for full flash bank
|
#
052e5e42 |
| 18-Jan-2023 |
Matthias Ringwald <[email protected]> |
btstack_flash_bank: write empty tag instead of overwriting existing tag with ENABLE_TLV_FLASH_WRITE_ONCE
|
#
79b7220d |
| 31-Dec-2022 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: use std int types
|
#
2fca4dad |
| 02-Nov-2021 |
Milanka Ringwald <[email protected]> |
license: update text
|
#
97d2cfbc |
| 30-Nov-2020 |
Matthias Ringwald <[email protected]> |
fix warnings for log_info/printf
|
#
5ff6a55b |
| 14-May-2019 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: support alignment 8 with ENABLE_TLV_FLASH_EXPLICIT_DELETE_FIELD
|
#
9f35247b |
| 14-May-2019 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: reduce debut output
|
#
0d5520a9 |
| 14-May-2019 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: support targets where a value cannot be overwritten with zero
|
#
e501bae0 |
| 11-May-2019 |
Matthias Ringwald <[email protected]> |
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
|
#
372a3556 |
| 31-Oct-2017 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: support unaligned value sizes with alignment up to 8 bytes
|
#
e8efffc8 |
| 31-Oct-2017 |
Matthias Ringwald <[email protected]> |
btstack_tlv_flash_bank: extract btstack_tlv_flash_bank_read and btstack_tlv_flash_bank_write
|