Skip to content

Commit 6f2e2fa

Browse files
authored
Merge pull request #2214 from dhalbert/remove-unused-ports
Remove non-CircuitPython ports
2 parents b80048b + 820ebcb commit 6f2e2fa

File tree

883 files changed

+2
-216646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

883 files changed

+2
-216646
lines changed

conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
"ports/stm32f4/stm32f4",
141141
"ports/stm32f4/peripherals",
142142
"ports/stm32f4/ref",
143-
"ports/stm32f4/README.md",
144143
"ports/pic16bit",
145144
"ports/qemu-arm",
146145
"ports/stm32",

docs/supported_ports.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ and ESP8266.
88
:maxdepth: 2
99

1010
../ports/atmel-samd/README
11-
../ports/esp8266/README
1211
../ports/nrf/README
12+
../ports/stm32f4/README
1313
../ports/cxd56/README
File renamed without changes.

extmod/modframebuf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
#if MICROPY_PY_FRAMEBUF
3333

34-
#include "ports/stm32/font_petme128_8x8.h"
34+
#include "font_petme128_8x8.h"
3535

3636
typedef struct _mp_obj_framebuf_t {
3737
mp_obj_base_t base;

ports/bare-arm/Makefile

Lines changed: 0 additions & 48 deletions
This file was deleted.

ports/bare-arm/main.c

Lines changed: 0 additions & 96 deletions
This file was deleted.

ports/bare-arm/mpconfigport.h

Lines changed: 0 additions & 66 deletions
This file was deleted.

ports/bare-arm/mphalport.h

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

ports/bare-arm/qstrdefsport.h

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

ports/bare-arm/stm32f405.ld

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)