]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/get_chip_ver' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 11 May 2017 04:05:55 +0000 (12:05 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 11 May 2017 04:05:55 +0000 (12:05 +0800)
commit15a61459610d6ead47d0a940bba65215c37a541d
tree9bcf68bac7972982b5fd8ce08814f086818e04e6
parent67b08c20ec28bf0e30829b03ef294ff05ba06f6d
parentdb295b24f92c724f3069e9171742e843fc96201d
Merge branch 'feature/get_chip_ver' into 'master'

add API to get chip info

This change adds an API to get chip info, such as chip model, enabled capabilities, size of embedded flash, silicon revision.

Hello_world example is modified to print out the information about the chip. The example is also simplified by moving all code into the main task.

Ref TW12031.

See merge request !549
components/esp32/include/esp_system.h
components/esp32/system_api.c