OVMS3-idf/components/partition_table
Roland Dobai 4465dc29bb partition_table: Fix encoding for Python 2.7.3
struct.pack can handle Unicode argument in latest Python 2.7 but cannot
(at least) in 2.7.3.
2018-09-20 12:01:54 +02:00
..
test Add test for partition mmap straddling 64K page issue 2017-07-06 18:22:43 +08:00
test_gen_esp32part_host partition_table: Add Python 2 & 3 support 2018-09-18 14:10:55 +02:00
CMakeLists.txt cmake: Account for missing partition CSV file at cmake runtime 2018-08-29 20:22:55 +08:00
component.mk build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
gen_esp32part.py partition_table: Fix encoding for Python 2.7.3 2018-09-20 12:01:54 +02:00
Kconfig.projbuild partition_table: Hard error if CSV contains invalid/overlapping offsets 2018-08-01 19:23:38 +10:00
Makefile.projbuild Remove trailing spaces from parttool.py output 2018-09-18 16:49:30 +03:00
partitions_singleapp.csv partition table: Remove hard-coded offsets from default partition tables 2018-08-01 19:23:38 +10:00
partitions_singleapp_coredump.csv partition table: Remove hard-coded offsets from default partition tables 2018-08-01 19:23:38 +10:00
partitions_two_ota.csv partition table: Remove hard-coded offsets from default partition tables 2018-08-01 19:23:38 +10:00
partitions_two_ota_coredump.csv partition table: Remove hard-coded offsets from default partition tables 2018-08-01 19:23:38 +10:00
parttool.py Remove trailing spaces from parttool.py output 2018-09-18 16:49:30 +03:00
project_include.cmake cmake: partition_table: Use PYTHON interpreter when running parttool.py (fixes flasher args on Windows) 2018-08-29 20:22:55 +08:00