ca77502ceb
Added compiler.warning_flags to platform.txt; fixing #6118 ( #6596 )
...
Summary
Added compiler.warning_flags to all chips in platform.txt to reflect users setting of warning level output during compilation (set up in Arduino IDE preferences)
Impact
When a warning is set to none the compilation will no longer display warnings
Related links
Solves issue #6118
2022-05-09 23:17:12 +03:00
8ee5f0a11e
Esp32 s3 support ( #6341 )
...
Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com >
Co-authored-by: Unexpected Maker <seon@unexpectedmaker.com >
Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com >
Co-authored-by: Tomáš Pilný <34927466+PilnyTomas@users.noreply.github.com >
Co-authored-by: Pedro Minatel <pedro.minatel@espressif.com >
Co-authored-by: Ivan Grokhotkov <ivan@espressif.com >
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com >
Co-authored-by: Limor "Ladyada" Fried <limor@ladyada.net >
2022-03-28 12:09:41 +03:00
404a31f445
Initial Esp32c3 Support ( #5060 )
2021-04-14 18:10:05 +03:00
5502879a5b
v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 ( #4996 )
...
This is very much still work in progress and much more will change before the final 2.0.0
Some APIs have changed. New libraries have been added. LittleFS included.
Co-authored-by: Seon Rozenblum <seonr@3sprockets.com >
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com >
Co-authored-by: geeksville <kevinh@geeksville.com >
Co-authored-by: Mike Dunston <m_dunston@comcast.net >
Co-authored-by: Unexpected Maker <seon@unexpectedmaker.com >
Co-authored-by: Seon Rozenblum <seonr@3sprockets.com >
Co-authored-by: microDev <70126934+microDev1@users.noreply.github.com >
Co-authored-by: tobozo <tobozo@users.noreply.github.com >
Co-authored-by: bobobo1618 <bobobo1618@users.noreply.github.com >
Co-authored-by: lorol <lorolouis@gmail.com >
Co-authored-by: geeksville <kevinh@geeksville.com >
Co-authored-by: Limor "Ladyada" Fried <limor@ladyada.net >
Co-authored-by: Sweety <switi.mhaiske@espressif.com >
Co-authored-by: Loick MAHIEUX <loick111@gmail.com >
Co-authored-by: Larry Bernstone <lbernstone@gmail.com >
Co-authored-by: Valerii Koval <valeros@users.noreply.github.com >
Co-authored-by: 快乐的我531 <2302004040@qq.com >
Co-authored-by: chegewara <imperiaonline4@gmail.com >
Co-authored-by: Clemens Kirchgatterer <clemens@1541.org >
Co-authored-by: Aron Rubin <aronrubin@gmail.com >
Co-authored-by: Pete Lewis <601236+lewispg228@users.noreply.github.com >
2021-04-05 14:23:58 +03:00
29a253ac98
Add initial SPIFFS library ( #627 )
...
* Add initial SPIFFS library
* Fix Deep Sleep Examples
* Missed one example
2017-09-12 11:09:59 +03:00
87093368d9
ResetReason: Add an additional method and a test case ( #467 )
...
Method:
--------
Added a verbose print method for ease.
Test Case:
-----------
Putting ESP32 to sleep will give a different reason on wake than the first
time power up.
2017-06-27 14:17:55 +02:00
023a32bc12
Print last reset reason example ( #458 )
2017-06-21 12:53:44 +02:00