mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-11 21:10:05 +01:00
Some users have requested this feature. In order to avoid complete refactoring or introducing more code complexity, a design choice to create temporary files without blank lines is made. Additionally, an extension check is added and there are multiple smaller code style and structure improvements. Closes https://github.com/espressif/esp-idf/issues/8421
380 B
380 B
| 1 | dummyNamespace | namespace | ||
|---|---|---|---|---|
| 2 | dummyU8Key | data | u8 | |
| 3 | dummyI8Key | data | i8 | |
| 4 | dummyU16Key | data | u16 | |
| 5 | dummyU32Key | data | u32 | |
| 6 | dummyI32Key | data | i32 | REPEAT |
| 7 | dummyStringKey | data | string | |
| 8 | dummyHex2BinKey | data | hex2bin | |
| 9 | dummyBase64Key | data | base64 | |
| 10 | hexFileKey | file | hex2bin | |
| 11 | base64FileKey | file | base64 | |
| 12 | stringFileKey | file | string | |
| 13 | blobFileAKey | file | binary | |
| 14 | blobFileBKey | file | binary | |
| 15 | binFileKey | file | binary |