This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Description
With today's changaes I get an error trying to build the firmware. These are the last few lines:
/home/robert/Downloads/mp-esp-idf/components/soc/esp32/include/soc/soc.h:163:13: note: in expansion of macro 'ASSERT_IF_DPORT_REG'
ASSERT_IF_DPORT_REG((_r), REG_SET_BIT); \
^
/home/robert/Downloads/mp-esp-idf/components/soc/esp32/include/soc/io_mux_reg.h:111:5: note: in expansion of macro 'REG_SET_BIT'
REG_SET_BIT(PIN_NAME, FUN_PD);
^
../py/mkrules.mk:47: recipe for target 'build/py/mpprint.o' failed
make: *** [build/py/mpprint.o] Error 1
I updated the IDF and checked out the version which told to be the proper one. But other most recent build shows no difference.