We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813fa67 commit 7de1da4Copy full SHA for 7de1da4
ports/esp32s2/boards/adafruit_feather_esp32s2_nopsram/board.c
@@ -24,7 +24,7 @@
24
* THE SOFTWARE.
25
*/
26
27
-#include "boards/board.h"
+#include "supervisor/board.h"
28
#include "mpconfigboard.h"
29
#include "shared-bindings/microcontroller/Pin.h"
30
ports/esp32s2/boards/adafruit_feather_esp32s2_nopsram/mpconfigboard.mk
@@ -15,3 +15,8 @@ CIRCUITPY_ESP_FLASH_FREQ=40m
15
CIRCUITPY_ESP_FLASH_SIZE=4MB
16
17
CIRCUITPY_MODULE=wroom
18
+
19
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
20
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
21
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
22
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register
0 commit comments