adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
Other
4.13k stars 1.22k forks source link

Feather nrf52840 is missing the ure module #1547

Closed dastels closed 5 years ago

dastels commented 5 years ago

The ure module is present on the Feather, ItsyBitsy, & GrandCentral, but not on the Feather nRF52840.

dhalbert commented 5 years ago

I'm going to refactor the mpconfigport.h files so we have a common set of features turned on/off across the atmel and nrf ports.

There are some serious differences, including choice of MICROPY_OBJ_REPR (!).

I might do #1434 along with this.

dhalbert commented 5 years ago

Added to nrf builds by #1554. Enhanced by #1544.