Skip to content

Commit ad79f59

Browse files
authored
Merge pull request #6974 from MicroDev1/patch
Couple Minor Fixes
2 parents c518d68 + 7bb90db commit ad79f59

File tree

10 files changed

+7
-23
lines changed

10 files changed

+7
-23
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Supported Support status
218218
================ ============================================================
219219
atmel-samd ``SAMD21`` stable | ``SAMD51`` stable
220220
cxd56 stable
221-
espressif ``ESP32-C3`` beta | ``ESP32-S2`` stable | ``ESP32-S3`` beta
221+
espressif ``ESP32`` beta | ``ESP32-C3`` beta | ``ESP32-S2`` stable | ``ESP32-S3`` beta
222222
litex alpha
223223
mimxrt10xx alpha
224224
nrf stable

ports/atmel-samd/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

ports/cxd56/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

ports/espressif/.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
build*/
2-
sdkconfig.old
1+
# idf.py menuconfig
2+
sdkconfig*
3+
4+
# lock files for examples and components
5+
dependencies.lock

ports/litex/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

ports/mimxrt10xx/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

ports/nrf/.gitignore

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
# Old Nordic soft devices that don't allow redistribution
2-
#########################################################
3-
drivers/bluetooth/s132_nrf52_2.0.1/
4-
1+
# Softdevice .hex files that should be preserved
52
!drivers/bluetooth/*/*.hex
6-
7-
# Build files
8-
#####################
9-
build-*/

ports/raspberrypi/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

ports/stm/.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Build files
2-
#####################
3-
build-*/
4-
51
# Reference files
62
#####################
73
ref/
8-
9-
.gdb_history

ports/unix/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
micropython
22
micropython-*
3-
*.py
43
*.gcov

0 commit comments

Comments
 (0)