@@ -32,6 +32,7 @@ lib_deps =
32
32
adafruit/ENS160 - Adafruit Fork
33
33
adafruit/Adafruit SleepyDog Library
34
34
adafruit/Adafruit AHTX0
35
+ adafruit/Adafruit AS5600 Library
35
36
adafruit/Adafruit BME280 Library
36
37
adafruit/Adafruit BMP280 Library
37
38
adafruit/Adafruit BMP3XX Library
@@ -204,6 +205,7 @@ board_build.partitions = min_spiffs.csv
204
205
extends = common:esp32
205
206
board = featheresp32-s2
206
207
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S2 -DBOARD_HAS_PSRAM
208
+ ; set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
207
209
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
208
210
extra_scripts = pre:rename_usb_config.py
209
211
@@ -212,6 +214,7 @@ extra_scripts = pre:rename_usb_config.py
212
214
extends = common:esp32
213
215
board = adafruit_feather_esp32s2_tft
214
216
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S2_TFT -DBOARD_HAS_PSRAM
217
+ ; set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
215
218
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
216
219
extra_scripts = pre:rename_usb_config.py
217
220
@@ -220,6 +223,7 @@ extra_scripts = pre:rename_usb_config.py
220
223
extends = common:esp32
221
224
board = adafruit_feather_esp32s2_reversetft
222
225
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S2_REVTFT -DBOARD_HAS_PSRAM
226
+ ; set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
223
227
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
224
228
extra_scripts = pre:rename_usb_config.py
225
229
@@ -228,7 +232,7 @@ extra_scripts = pre:rename_usb_config.py
228
232
extends = common:esp32
229
233
board = adafruit_feather_esp32s3
230
234
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S3 -DBOARD_HAS_PSRAM
231
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
235
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
232
236
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
233
237
extra_scripts = pre:rename_usb_config.py
234
238
@@ -247,7 +251,7 @@ build_type = debug
247
251
debug_tool = esp-builtin
248
252
board = adafruit_feather_esp32s3_tft
249
253
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S3_TFT -DBOARD_HAS_PSRAM
250
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
254
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
251
255
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
252
256
extra_scripts = pre:rename_usb_config.py
253
257
@@ -256,7 +260,7 @@ extra_scripts = pre:rename_usb_config.py
256
260
extends = common:esp32
257
261
board = adafruit_feather_esp32s3_reversetft
258
262
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S3_REVTFT -DBOARD_HAS_PSRAM
259
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
263
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
260
264
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
261
265
extra_scripts = pre:rename_usb_config.py
262
266
@@ -265,7 +269,7 @@ extra_scripts = pre:rename_usb_config.py
265
269
extends = common:esp32
266
270
board = adafruit_magtag29_esp32s2
267
271
build_flags = -DARDUINO_MAGTAG29_ESP32S2 -DBOARD_HAS_PSRAM
268
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
272
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
269
273
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
270
274
extra_scripts = pre:rename_usb_config.py
271
275
@@ -274,9 +278,12 @@ extra_scripts = pre:rename_usb_config.py
274
278
extends = common:esp32
275
279
board = adafruit_metro_esp32s2
276
280
build_flags = -DARDUINO_METRO_ESP32S2 -DBOARD_HAS_PSRAM
277
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
281
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
278
282
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
279
283
extra_scripts = pre:rename_usb_config.py
284
+ ; debug_tool = jlink
285
+ ; upload_protocol = jlink
286
+ ; debug_init_break = tbreak WipperSnapper_I2C_Driver_MLX90632D
280
287
281
288
; Adafruit Metro ESP32-S3
282
289
[env:adafruit_metro_esp32s3]
@@ -286,13 +293,14 @@ build_flags = -DARDUINO_METRO_ESP32S3 -DBOARD_HAS_PSRAM
286
293
; set partition to tinyuf2-partitions-16MB.csv as of idf 5.1
287
294
board_build.partitions = tinyuf2-partitions-16MB.csv
288
295
extra_scripts = pre:rename_usb_config.py
296
+ debug_tool = jlink
289
297
290
298
; Adafruit Funhouse ESP32-S2
291
299
[env:adafruit_funhouse_esp32s2]
292
300
extends = common:esp32
293
301
board = adafruit_funhouse_esp32s2
294
302
build_flags = -DARDUINO_FUNHOUSE -DBOARD_HAS_PSRAM
295
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
303
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
296
304
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
297
305
extra_scripts = pre:rename_usb_config.py
298
306
@@ -321,7 +329,7 @@ build_flags =
321
329
-DLV_LOG_PRINTF =1
322
330
-DLV_LOG_COLOR =1
323
331
-DLV_LOG_LEVEL =LV_LOG_LEVEL_TRACE
324
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
332
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
325
333
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
326
334
extra_scripts = pre:rename_usb_config.py
327
335
@@ -363,7 +371,7 @@ board_build.partitions = min_spiffs.csv
363
371
extends = common:esp32
364
372
board = adafruit_qtpy_esp32s2
365
373
build_flags = -DARDUINO_ADAFRUIT_QTPY_ESP32S2 -DBOARD_HAS_PSRAM
366
- ; set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
374
+ ; set partition to tinyuf2-partitions-4MB-noota .csv as of CPY 10
367
375
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
368
376
extra_scripts = pre:rename_usb_config.py
369
377
@@ -380,12 +388,14 @@ extra_scripts = pre:rename_usb_config.py
380
388
extends = common:esp32
381
389
board = adafruit_qtpy_esp32s3_n4r2
382
390
build_flags = -DARDUINO_ADAFRUIT_QTPY_ESP32S3_N4R2 -DBOARD_HAS_PSRAM
391
+ ; set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
383
392
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
384
393
extra_scripts = pre:rename_usb_config.py
385
394
386
395
[env:adafruit_qtpy_esp32s3_with_psram_debug]
387
396
extends = common:esp32
388
397
board = adafruit_qtpy_esp32s3_n4r2
398
+ ; set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
389
399
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
390
400
build_type = debug
391
401
build_flags =
0 commit comments