commit
ad79f595a5
@ -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
|
||||
|
1
ports/atmel-samd/.gitignore
vendored
1
ports/atmel-samd/.gitignore
vendored
@ -1 +0,0 @@
|
||||
build-*/
|
1
ports/cxd56/.gitignore
vendored
1
ports/cxd56/.gitignore
vendored
@ -1 +0,0 @@
|
||||
build-*/
|
7
ports/espressif/.gitignore
vendored
7
ports/espressif/.gitignore
vendored
@ -1,2 +1,5 @@
|
||||
build*/
|
||||
sdkconfig.old
|
||||
# idf.py menuconfig
|
||||
sdkconfig*
|
||||
|
||||
# lock files for examples and components
|
||||
dependencies.lock
|
||||
|
1
ports/litex/.gitignore
vendored
1
ports/litex/.gitignore
vendored
@ -1 +0,0 @@
|
||||
build-*/
|
1
ports/mimxrt10xx/.gitignore
vendored
1
ports/mimxrt10xx/.gitignore
vendored
@ -1 +0,0 @@
|
||||
build-*/
|
9
ports/nrf/.gitignore
vendored
9
ports/nrf/.gitignore
vendored
@ -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
ports/raspberrypi/.gitignore
vendored
1
ports/raspberrypi/.gitignore
vendored
@ -1 +0,0 @@
|
||||
build-*/
|
6
ports/stm/.gitignore
vendored
6
ports/stm/.gitignore
vendored
@ -1,9 +1,3 @@
|
||||
# Build files
|
||||
#####################
|
||||
build-*/
|
||||
|
||||
# Reference files
|
||||
#####################
|
||||
ref/
|
||||
|
||||
.gdb_history
|
||||
|
1
ports/unix/.gitignore
vendored
1
ports/unix/.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
micropython
|
||||
micropython-*
|
||||
*.py
|
||||
*.gcov
|
||||
|
Loading…
x
Reference in New Issue
Block a user