This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
forked from
espressif/esp-idf
Code
Pull Requests
Activity
Files
4465dc29bb229fbe58a320421b493f9c8257d6c0
esp-idf
/
components
/
partition_table
History
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_coredump.csv
partition table: Remove hard-coded offsets from default partition tables
2018-08-01 19:23:38 +10:00
partitions_singleapp.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
partitions_two_ota.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