esp-idf/examples/get-started
huardti a01820c583 hello_world: fix incorrect printf format
spi_flash_get_chip_size return a size_t to printf this type it's better to use %u than %d.

We didn't use %zu because it will be ignored by "nano" printf (i.e. when
CONFIG_NEWLIB_NANO_FORMAT is on).

Closes https://github.com/espressif/esp-idf/pull/8900
2022-05-06 10:38:49 +00:00
..
blink Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
hello_world hello_world: fix incorrect printf format 2022-05-06 10:38:49 +00:00
sample_project Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

Get Started Examples

Simple code to get started with ESP32 and ESP-IDF.

See the README.md file in the upper level examples directory for more information about examples.