Skip to content

Commit

Permalink
Merge pull request #6974 from MicroDev1/patch
Browse files Browse the repository at this point in the history
Couple Minor Fixes
  • Loading branch information
dhalbert authored Oct 1, 2022
2 parents c518d68 + 7bb90db commit ad79f59
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ports/atmel-samd/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion ports/cxd56/.gitignore

This file was deleted.

7 changes: 5 additions & 2 deletions ports/espressif/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
build*/
sdkconfig.old
# idf.py menuconfig
sdkconfig*

# lock files for examples and components
dependencies.lock
1 change: 0 additions & 1 deletion ports/litex/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion ports/mimxrt10xx/.gitignore

This file was deleted.

9 changes: 1 addition & 8 deletions ports/nrf/.gitignore
Original file line number Diff line number Diff line change
@@ -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-*/
1 change: 0 additions & 1 deletion ports/raspberrypi/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions ports/stm/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Build files
#####################
build-*/

# Reference files
#####################
ref/

.gdb_history
1 change: 0 additions & 1 deletion ports/unix/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
micropython
micropython-*
*.py
*.gcov

0 comments on commit ad79f59

Please sign in to comment.