mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b654c14d0e
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 | dummyStringKey | data | string |
7 | dummyHex2BinKey | data | hex2bin |
8 | dummyBase64Key | data | base64 |
9 | hexFileKey | file | hex2bin |
10 | base64FileKey | file | base64 |
11 | stringFileKey | file | string |
12 | blobFileAKey | file | binary |
13 | blobFileBKey | file | binary |
14 | binFileKey | file | binary |