Skip to content

Couple Minor Fixes #6974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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