mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Prep ESP32S2
This commit is contained in:
parent
91cec3cb46
commit
e0711567a4
@ -2,7 +2,7 @@
|
||||
#define RECITERTABS_H
|
||||
|
||||
#include <pgmspace.h>
|
||||
#include "debug.h"
|
||||
#include "samdebug.h"
|
||||
#if sam_debug
|
||||
#define PROGMEM
|
||||
#endif
|
||||
|
@ -2,7 +2,7 @@
|
||||
#include <string.h> // strlen()
|
||||
//#include <stdlib.h>
|
||||
#include <stddef.h> // define NULL
|
||||
#include "debug.h"
|
||||
#include "samdebug.h"
|
||||
#include "sam.h"
|
||||
#include "render.h"
|
||||
#include "SamTabs.h"
|
||||
|
@ -16,6 +16,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
#if defined(ARDUINO_ARCH_ESP32)
|
||||
#if CONFIG_IDF_TARGET_ESP32 // ESP32/PICO-D4
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
@ -494,5 +495,5 @@ size_t i2sWrite(uint8_t bus_num, uint8_t* data, size_t len, bool copy, bool free
|
||||
return index;
|
||||
}
|
||||
|
||||
|
||||
#endif // CONFIG_IDF_TARGET_ESP32 // ESP32/PICO-D4
|
||||
#endif
|
||||
|
@ -182,6 +182,11 @@ platform_packages = framework-arduinoespressif32 @ https://github.com/
|
||||
platformio/tool-esptoolpy @ ~1.30000.0
|
||||
build_unflags = ${esp32_defaults.build_unflags}
|
||||
build_flags = ${common32.build_flags}
|
||||
lib_ignore =
|
||||
cc1101
|
||||
NimBLE-Arduino
|
||||
Micro-RTSP
|
||||
ESP32 Ethernet
|
||||
|
||||
; *** Debug version used for PlatformIO Home Project Inspection
|
||||
[env:tasmota-debug]
|
||||
|
Loading…
x
Reference in New Issue
Block a user