esp32: Add support to build with ESP-IDF v4.1.1.

ESP-IDF v4.0.2 is still supported.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2021-02-15 21:00:01 +11:00
parent e017f276f7
commit d191d88cab
6 changed files with 48 additions and 19 deletions

View File

@@ -29,6 +29,7 @@
#include <stdio.h>
#include "driver/uart.h"
#include "soc/uart_periph.h"
#include "py/runtime.h"
#include "py/mphal.h"