esp-idf/components/esp_partition
Jakob Hasse 4d629be602 refactor(linux): Unified libbsd handling
* Users can now use libbsd string.h and sys/cdefs.h functionality
  (e.g., strlcpy, containerof) on Linux by just including
  string.h or sys/cdefs.h. In other words, the includes are the same
  on the Linux target as well as on chips targets (ESP32, etc.).
* libbsd linking is done by the linux component (belongs to common
  components) now instead of handling it separately in each component
2024-03-08 12:26:54 +08:00
..
host_test refactor(linux): Unified libbsd handling 2024-03-08 12:26:54 +08:00
include refactor(esp_partition): Expose function for unloading partitions 2023-11-22 11:13:32 +01:00
test refactor: Remove -Wno-format from storage related components 2023-10-22 17:56:41 +00:00
CMakeLists.txt refactor(linux): Unified libbsd handling 2024-03-08 12:26:54 +08:00
Kconfig Storage: Fixed formatting of esp_partition Linux code 2023-03-03 23:57:34 +00:00
partition_linux.c refactor(linux): Unified libbsd handling 2024-03-08 12:26:54 +08:00
partition_target.c feat(partition_table): Add read-only partition flag and functionality 2023-10-11 00:01:05 +02:00
partition.c refactor(linux): Unified libbsd handling 2024-03-08 12:26:54 +08:00