From f64be33d4b7af2d2ab9e5459cef28247a7bd6012 Mon Sep 17 00:00:00 2001 From: microDev <70126934+microDev1@users.noreply.github.com> Date: Fri, 30 Sep 2022 23:24:59 +0530 Subject: [PATCH 1/3] add esp32 in readme port status --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 66ad78f6eb..32c8cb212c 100644 --- a/README.rst +++ b/README.rst @@ -218,7 +218,7 @@ Supported Support status ================ ============================================================ atmel-samd ``SAMD21`` stable | ``SAMD51`` stable cxd56 stable -espressif ``ESP32-C3`` beta | ``ESP32-S2`` stable | ``ESP32-S3`` beta +espressif ``ESP32`` beta | ``ESP32-C3`` beta | ``ESP32-S2`` stable | ``ESP32-S3`` beta litex alpha mimxrt10xx alpha nrf stable From 7eaeca4eb31beb7655b977d6077cb9a88d42683b Mon Sep 17 00:00:00 2001 From: microDev <70126934+microDev1@users.noreply.github.com> Date: Fri, 30 Sep 2022 23:26:24 +0530 Subject: [PATCH 2/3] update espressif port's .gitignore --- ports/espressif/.gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ports/espressif/.gitignore b/ports/espressif/.gitignore index 2e3080a40d..51c080bb7f 100644 --- a/ports/espressif/.gitignore +++ b/ports/espressif/.gitignore @@ -1,2 +1,5 @@ -build*/ -sdkconfig.old +# idf.py menuconfig +sdkconfig* + +# lock files for examples and components +dependencies.lock From 7bb90dbf45637770ed583ca7c1a12ab848e90a74 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Sat, 1 Oct 2022 11:52:36 -0400 Subject: [PATCH 3/3] remove redundant port/*/.gitignore; cleanup others --- ports/atmel-samd/.gitignore | 1 - ports/cxd56/.gitignore | 1 - ports/litex/.gitignore | 1 - ports/mimxrt10xx/.gitignore | 1 - ports/nrf/.gitignore | 9 +-------- ports/raspberrypi/.gitignore | 1 - ports/stm/.gitignore | 6 ------ ports/unix/.gitignore | 1 - 8 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 ports/atmel-samd/.gitignore delete mode 100644 ports/cxd56/.gitignore delete mode 100644 ports/litex/.gitignore delete mode 100644 ports/mimxrt10xx/.gitignore delete mode 100644 ports/raspberrypi/.gitignore diff --git a/ports/atmel-samd/.gitignore b/ports/atmel-samd/.gitignore deleted file mode 100644 index 414487d53e..0000000000 --- a/ports/atmel-samd/.gitignore +++ /dev/null @@ -1 +0,0 @@ -build-*/ diff --git a/ports/cxd56/.gitignore b/ports/cxd56/.gitignore deleted file mode 100644 index 414487d53e..0000000000 --- a/ports/cxd56/.gitignore +++ /dev/null @@ -1 +0,0 @@ -build-*/ diff --git a/ports/litex/.gitignore b/ports/litex/.gitignore deleted file mode 100644 index 414487d53e..0000000000 --- a/ports/litex/.gitignore +++ /dev/null @@ -1 +0,0 @@ -build-*/ diff --git a/ports/mimxrt10xx/.gitignore b/ports/mimxrt10xx/.gitignore deleted file mode 100644 index 414487d53e..0000000000 --- a/ports/mimxrt10xx/.gitignore +++ /dev/null @@ -1 +0,0 @@ -build-*/ diff --git a/ports/nrf/.gitignore b/ports/nrf/.gitignore index cda23c7a90..91dce2841a 100644 --- a/ports/nrf/.gitignore +++ b/ports/nrf/.gitignore @@ -1,9 +1,2 @@ -# Old Nordic soft devices that don't allow redistribution -######################################################### -drivers/bluetooth/s132_nrf52_2.0.1/ - +# Softdevice .hex files that should be preserved !drivers/bluetooth/*/*.hex - -# Build files -##################### -build-*/ diff --git a/ports/raspberrypi/.gitignore b/ports/raspberrypi/.gitignore deleted file mode 100644 index 414487d53e..0000000000 --- a/ports/raspberrypi/.gitignore +++ /dev/null @@ -1 +0,0 @@ -build-*/ diff --git a/ports/stm/.gitignore b/ports/stm/.gitignore index 5d645392ca..ade7a0d09d 100644 --- a/ports/stm/.gitignore +++ b/ports/stm/.gitignore @@ -1,9 +1,3 @@ -# Build files -##################### -build-*/ - # Reference files ##################### ref/ - -.gdb_history diff --git a/ports/unix/.gitignore b/ports/unix/.gitignore index 6745218688..3ca8f6cb27 100644 --- a/ports/unix/.gitignore +++ b/ports/unix/.gitignore @@ -1,4 +1,3 @@ micropython micropython-* -*.py *.gcov