Skip to content

Remove non-CircuitPython ports #2214

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 17 commits into from
Oct 15, 2019
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
"ports/stm32f4/stm32f4",
"ports/stm32f4/peripherals",
"ports/stm32f4/ref",
"ports/stm32f4/README.md",
"ports/pic16bit",
"ports/qemu-arm",
"ports/stm32",
Expand Down
2 changes: 1 addition & 1 deletion docs/supported_ports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ and ESP8266.
:maxdepth: 2

../ports/atmel-samd/README
../ports/esp8266/README
../ports/nrf/README
../ports/stm32f4/README
File renamed without changes.
2 changes: 1 addition & 1 deletion extmod/modframebuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#if MICROPY_PY_FRAMEBUF

#include "ports/stm32/font_petme128_8x8.h"
#include "font_petme128_8x8.h"

typedef struct _mp_obj_framebuf_t {
mp_obj_base_t base;
Expand Down
48 changes: 0 additions & 48 deletions ports/bare-arm/Makefile

This file was deleted.

96 changes: 0 additions & 96 deletions ports/bare-arm/main.c

This file was deleted.

66 changes: 0 additions & 66 deletions ports/bare-arm/mpconfigport.h

This file was deleted.

1 change: 0 additions & 1 deletion ports/bare-arm/mphalport.h

This file was deleted.

1 change: 0 additions & 1 deletion ports/bare-arm/qstrdefsport.h

This file was deleted.

117 changes: 0 additions & 117 deletions ports/bare-arm/stm32f405.ld

This file was deleted.

Loading