Marius Vikhammer
|
82325f6037
|
docs: update docs to be able to build with esp8684
|
2021-12-20 10:32:49 +08:00 |
|
weitianhua
|
64aa94d823
|
Make Classic BT related document links only visible for ESP32
|
2021-10-27 15:28:47 +08:00 |
|
morris
|
2218204aa7
|
doc: update tinyusb document to support esp32s3
1. Renamed SOC_USB_SUPPORTED to SOC_USB_OTG_SUPPORTED for the reason of
another USB related peripheral: USB_JTAG_SERIAL
2. correct related document
|
2021-07-22 10:43:10 +08:00 |
|
Marius Vikhammer
|
ee2f8b1a62
|
build system: always build with -fno-jump-tables & -fno-tree-switch-conversion
Jump tables placed in flash would cause issue with code that needed to be ran from IRAM.
These optimizations are now always disabled.
|
2021-06-24 14:54:10 +08:00 |
|
Angus Gratton
|
dc6b950257
|
doc: Add performance guides for execuion speed, binary size, RAM usage
Closes https://github.com/espressif/esp-idf/issues/7007
Closes https://github.com/espressif/esp-idf/issues/6715
Closes https://github.com/espressif/esp-idf/issues/3781
Closes https://github.com/espressif/esp-idf/issues/2566
|
2021-06-03 13:55:34 +10:00 |
|