mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
teensy: Remove the teensy port.
This port is largely unmaintained, has limited features (the only hardware support is for GPIO and timer, and no machine module), only supports a small number of Teensy boards, and can be confused with the mimxrt support for Teensy 4.x. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
committed by
Damien George
parent
a8dd69f206
commit
e579ebb11b
13
tools/ci.sh
13
tools/ci.sh
@@ -356,19 +356,6 @@ function ci_stm32_nucleo_build {
|
||||
diff $BUILD_WB55/firmware.unpack.dfu $BUILD_WB55/firmware.unpack_no_sk.dfu
|
||||
}
|
||||
|
||||
########################################################################################
|
||||
# ports/teensy
|
||||
|
||||
function ci_teensy_setup {
|
||||
ci_gcc_arm_setup
|
||||
}
|
||||
|
||||
function ci_teensy_build {
|
||||
make ${MAKEOPTS} -C mpy-cross
|
||||
make ${MAKEOPTS} -C ports/teensy submodules
|
||||
make ${MAKEOPTS} -C ports/teensy
|
||||
}
|
||||
|
||||
########################################################################################
|
||||
# ports/unix
|
||||
|
||||
|
||||
@@ -76,8 +76,6 @@ EXCLUSIONS = [
|
||||
# STM32 USB dev/host code is mostly 3rd party.
|
||||
"ports/stm32/usbdev/**/*.[ch]",
|
||||
"ports/stm32/usbhost/**/*.[ch]",
|
||||
# Teensy core code is 3rd party.
|
||||
"ports/teensy/core/*.[ch]",
|
||||
# STM32 build includes generated Python code.
|
||||
"ports/*/build*",
|
||||
# not real python files
|
||||
|
||||
Reference in New Issue
Block a user