summaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2019-03-27copy/paste errorDan Halbert
2019-03-27turn off frequencyio for all SAMD21 buildsDan Halbert
2019-03-27Merge pull request #1687 from jrcutler/masterDan Halbert
Enable nvm storage for all samd21x18 boards
2019-03-26Merge pull request #1672 from dhalbert/regular-fs-flushScott Shawcroft
flush flash filesystem once a second
2019-03-25Merge pull request #1700 from ITACAInnovation/masterDan Halbert
uChip board support for Circuitpython environment
2019-03-25Update mpconfigboard.mkITACA Innovation S.R.L
2019-03-25Rename ports/atmel-samd/boards/uChip/pins.c to ↵ITACA Innovation S.R.L
ports/atmel-samd/boards/uchip/pins.c
2019-03-25Rename ports/atmel-samd/boards/uChip/mpconfigboard.mk to ↵ITACA Innovation S.R.L
ports/atmel-samd/boards/uchip/mpconfigboard.mk
2019-03-25Rename ports/atmel-samd/boards/uChip/mpconfigboard.h to ↵ITACA Innovation S.R.L
ports/atmel-samd/boards/uchip/mpconfigboard.h
2019-03-25Rename ports/atmel-samd/boards/uChip/board.c to ↵ITACA Innovation S.R.L
ports/atmel-samd/boards/uchip/board.c
2019-03-25Really fix the error messages in bleio, this timeRadomir Dopieralski
2019-03-25Add files via uploadITACA Innovation S.R.L
This is a pull request to add support for uChip into the Circuitpython environment. We tested the uploaded code and it seems to work with Circuitpython. If there are any suggestions or changes needed, please let us know! What is uChip in brief? A complete USB dev board the size of a narrow 16-DIP package, featuring Atmel SAMD21 Cortex M0+ and onboard switching converters. (OTG compliant and power delivery up to 1A@5V or 3V3). For more details refer to the ongoing campaign on kickstarter. www.kickstarter.com/projects/1186620431/uchip-arduino-zero-compatible-in-a-narrow-dip-16-p
2019-03-25Fix error messages in bleioRadomir Dopieralski
2019-03-24Disable frequencyio support for samd21-based catwan_usbstick target.Justin R. Cutler
2019-03-24Enable 256b of nvm storage for all samd21x18-bootloader.ld boards.Justin R. Cutler
2019-03-21Allow NFC pins to be used for other purposes.Dan Halbert
2019-03-20remove i2cslave from feather m0 crickitDan Halbert
2019-03-20enable MICROPY_CPYTHON_COMPAT for most builds except CIRCUITPY_SMALL_BUILD; ↵Dan Halbert
remove a few other things to make fit
2019-03-20flush flash filesystem once a secondDan Halbert
2019-03-19Merge pull request #1653 from python-ugame/masterScott Shawcroft
Add frozen stage module to ugame10 board
2019-03-18nrf: fix internal flash writesDan Halbert
2019-03-17Add frozen stage module to ugame10 boardRadomir Dopieralski
And also ignore some more pins. This is needed for the builds on the circuitpython.org to be functional.
2019-03-14Fix custom pin in use logic for SWDScott Shawcroft
This should allow you to use SWD pins unless a debugger is attached. You may have trouble connecting to SWD when CircuitPython has already begun using them. Fixes #1633
2019-03-13Squeeze down the feather crickit buildScott Shawcroft
2019-03-13Merge pull request #1640 from tannewt/final_displayio_changesDan Halbert
Final displayio changes before 4.0.0
2019-03-12wrong arg type for PWMOut variable_frequencyDan Halbert
2019-03-12Turn off networking on M0s.Scott Shawcroft
It takes 10k of code space and isn't very useful because of the M0's limited RAM. Disabling it allows us to add other things.
2019-03-12Copy inline setting on feather m0 express that the metro has.Scott Shawcroft
2019-03-12Fix unix build by using safe mode stubScott Shawcroft
2019-03-12Fixup the pybadge definition so the screen works.Scott Shawcroft
2019-03-12Be more careful when initing the board outside the VM.Scott Shawcroft
2019-03-12Add basic Pybadge board definitionJohn Reese
Currently boots on board and can connect to REPL, but does not appear as mountable drive in OS. Starting REPL gives the following error message: ``` You are running in safe mode which means something unanticipated happened. Looks like our core CircuitPython code crashed hard. Whoops! Please file an issue at https://github.com/adafruit/circuitpython/issues with the contents of your CIRCUITPY drive and this message: Crash into the HardFault_Handler. ```
2019-03-12Merge pull request #1638 from dhalbert/disable-SPIM3Scott Shawcroft
nrf: Disable SPIM3; add SPIM1; remove TWIM1
2019-03-12nrf: Disable SPIM3; add SPIM1; remove TWIM1Dan Halbert
2019-03-11Merge pull request #1635 from caternuson/iss1634_SPEAKERScott Shawcroft
add SPEAKER pin alias for PyPortal
2019-03-11change order so SPEAKER is firstcaternuson
2019-03-11add SPEAKER pin alias for PyPortalcaternuson
2019-03-11Add default devices and tweak brightness in boards/pewpew10Radomir Dopieralski
2019-03-07Shrink build so de_DE fitsDan Halbert
2019-03-02update translationssommersoft
2019-03-02using the correct name for things is important...sommersoft
2019-03-02shore-up inclusionsommersoft
2019-03-01better handle frequencyio inclusionsommersoft
2019-03-01re-add frequencyin to 'timer_handler' after upstream mergesommersoft
2019-03-01Merge branch 'master' of https://github.com/adafruit/circuitpython into ↵sommersoft
new_freq_in
2019-03-01Merge pull request #1607 from pewpew-game/pewpew10.x-4.xDan Halbert
Add support for PewPew 10.x boards
2019-03-01Add more guards for CIRCUITPYTHON_PEWRadomir Dopieralski
2019-03-01Merge pull request #1605 from dhalbert/pwmout-tcc-lock-ccbDan Halbert
Use TCC LUPD lock when updating CCB
2019-03-01Enable math for pewpew10Radomir Dopieralski
2019-03-01Move the frozen pew.py into a submoduleRadomir Dopieralski