Commit Graph

12940 Commits

Author SHA1 Message Date
Radomir Dopieralski d553df95b0 Reuse "Not connected" message in bleio 2019-03-25 21:41:40 +01:00
Dan Halbert 7bac10ab6e
Merge pull request #1700 from ITACAInnovation/master
uChip board support for Circuitpython environment
2019-03-25 14:05:12 -04:00
ITACA Innovation S.R.L 74c5705a9a
Update mpconfigboard.mk 2019-03-25 17:19:40 +01:00
Kattni 8115301588
Merge pull request #1697 from dhalbert/update-frozen-libs
Update frozen libraries to latest tagged versions
2019-03-25 11:35:26 -04:00
ITACA Innovation S.R.L 994f292b3b
Rename ports/atmel-samd/boards/uChip/pins.c to ports/atmel-samd/boards/uchip/pins.c 2019-03-25 15:59:22 +01:00
ITACA Innovation S.R.L 5ed11ddfc3
Rename ports/atmel-samd/boards/uChip/mpconfigboard.mk to ports/atmel-samd/boards/uchip/mpconfigboard.mk 2019-03-25 15:59:00 +01:00
ITACA Innovation S.R.L dfc5602fa0
Rename ports/atmel-samd/boards/uChip/mpconfigboard.h to ports/atmel-samd/boards/uchip/mpconfigboard.h 2019-03-25 15:58:37 +01:00
ITACA Innovation S.R.L 12865ce7d0
Update .travis.yml 2019-03-25 15:57:59 +01:00
ITACA Innovation S.R.L af04307c83
Rename ports/atmel-samd/boards/uChip/board.c to ports/atmel-samd/boards/uchip/board.c 2019-03-25 15:57:35 +01:00
ITACA Innovation S.R.L a9f18cc4bd
Update .travis.yml
Commit change with updated board list
2019-03-25 15:41:45 +01:00
Dan Halbert 54b41e42d9
Merge pull request #1699 from pewpew-game/typo1
Really fix the error messages in bleio, this time
2019-03-25 10:04:29 -04:00
Radomir Dopieralski 0698e61553 And of course forgot make translate 2019-03-25 14:08:39 +01:00
Radomir Dopieralski f440e41819 Really fix the error messages in bleio, this time 2019-03-25 14:04:50 +01:00
Dan Halbert 18d67be7a8
Merge pull request #1692 from pewpew-game/typo1
Fix error messages in bleio
2019-03-25 08:43:27 -04:00
Dan Halbert a88990aa68 Update frozen libraries to latest tagged versions 2019-03-25 08:14:45 -04:00
ITACA Innovation S.R.L 74b1c11e8c
Merge pull request #1 from ITACAInnovation/ITACAInnovation-patch-1
Add files via upload
2019-03-25 13:07:59 +01:00
ITACA Innovation S.R.L 4886451000
Add files via upload
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-25 13:06:31 +01:00
Radomir Dopieralski bb10a8aaa1 Fix error messages in bleio 2019-03-25 09:19:48 +01:00
Dan Halbert 705929a40a
Merge pull request #1693 from pewpew-game/typo2
Reuse existing error message in busio.i2c
2019-03-24 23:44:25 -04:00
Radomir Dopieralski cc6fb4595e Reuse existing error message in busio.i2c
Remove a period from the error message, so that the same message as in
SPI and other places in I2C can be re-used.
2019-03-25 01:41:52 +01:00
Scott Shawcroft fce63b17c6
Merge pull request #1678 from dhalbert/nrf-nfc-as-gpio
Allow NFC pins to be used for other purposes.

Fixes #1300
2019-03-21 12:11:45 -07:00
Dan Halbert fe555a4098 Allow NFC pins to be used for other purposes. 2019-03-21 11:22:58 -04:00
Dan Halbert 26262cd477
Merge pull request #1670 from tannewt/fontio
Move Glyph and BuiltinFont into fontio
2019-03-20 17:36:04 -04:00
Scott Shawcroft 6f288ebb56
Merge pull request #1675 from dhalbert/cpython-compat
enable MICROPY_CPYTHON_COMPAT for most builds except CIRCUITPY_SMALL_BUILD
2019-03-20 14:30:17 -07:00
Scott Shawcroft 9f3ca66f97
Merge pull request #1676 from pewpew-game/bug1671
Make displayio.Palette support more than 255 colors
2019-03-20 14:13:18 -07:00
Dan Halbert eca23a7279 remove i2cslave from feather m0 crickit 2019-03-20 15:38:52 -04:00
Radomir Dopieralski f5cfd6e1f1 Make displayio.Palette support more than 255 colors
Fix #1671
2019-03-20 20:36:05 +01:00
Dan Halbert fbf166af1a enable MICROPY_CPYTHON_COMPAT for most builds except CIRCUITPY_SMALL_BUILD; remove a few other things to make fit 2019-03-20 14:36:24 -04:00
Scott Shawcroft 4d4b7adcd8
Fix up translation file locations 2019-03-19 18:38:16 -07:00
Scott Shawcroft 4b0afc855d
Fix up sphinx 2019-03-19 18:37:41 -07:00
Scott Shawcroft 5e2fec714c
Move Glyph and BuiltinFont into fontio
It was confusing in displayio.

Fixes #1662
2019-03-19 16:22:09 -07:00
Scott Shawcroft 8543695f9d
Merge pull request #1653 from python-ugame/master
Add frozen stage module to ugame10 board
2019-03-19 09:42:20 -07:00
Radomir Dopieralski d81db3bced Merge branch 'master' of github.com:adafruit/circuitpython 2019-03-19 09:20:05 +01:00
Dan Halbert b4b8ffa0e2
Merge pull request #1661 from dhalbert/nrf-internal-flash-fixes
nrf: fix internal flash writes
2019-03-18 10:41:05 -04:00
Dan Halbert aff4e341f9 make translate 2019-03-18 09:56:43 -04:00
Dan Halbert 9cceea0d68 nrf: fix internal flash writes 2019-03-18 09:11:40 -04:00
Dan Halbert 60f76941ef
Merge pull request #1649 from dhalbert/reload-flush-filesystem
flush filesystem before resetting heap
2019-03-17 09:17:04 -04:00
Radomir Dopieralski a50ee4f650 Add frozen stage module to ugame10 board
And also ignore some more pins.

This is needed for the builds on the circuitpython.org to be functional.
2019-03-17 14:03:50 +01:00
Dan Halbert a10e4fe21e also flush fileystem on soft reboot from repl 2019-03-16 17:44:25 -04:00
Dan Halbert 43915133a1 after code.py runs, flush filesystem before resetting heap 2019-03-16 16:49:32 -04:00
Dan Halbert 0cdb5fcfd9
Merge pull request #1648 from tannewt/board_i2c_crash
Long live shared bus singletons
2019-03-15 14:04:55 -04:00
Scott Shawcroft a086631607
Long live shared bus singletons
Without long living them you may clone them when long living a
module that uses them.

Fixes #1603
2019-03-14 15:17:53 -07:00
Dan Halbert 634791acdc
Merge pull request #1647 from tannewt/swd_pin_reuse
Fix custom pin in use logic for SWD
2019-03-14 15:45:48 -04:00
Scott Shawcroft ff7e729032
Fix custom pin in use logic for SWD
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-14 11:11:35 -07:00
Dan Halbert 74083dafed
Merge pull request #1645 from tannewt/fix_directory_move
Fix directory move into itself and prevent more fs changes when read-only
2019-03-13 21:28:59 -04:00
Scott Shawcroft e05ab64398
Squeeze down the feather crickit build 2019-03-13 17:20:18 -07:00
Scott Shawcroft 6c01aba05b
Prevent other filesystem changes besides file writes
Such as moving files, adding directories and changing the label.
2019-03-13 16:10:53 -07:00
Scott Shawcroft 7482870164
Throw an error when moving a directory into itself.
Fixes #1192
2019-03-13 16:10:52 -07:00
Dan Halbert 494a9d3825
Merge pull request #1640 from tannewt/final_displayio_changes
Final displayio changes before 4.0.0
2019-03-13 18:24:04 -04:00
Scott Shawcroft b4601a351c
Merge pull request #1641 from dhalbert/pwmout-var-freq-bug
wrong arg type for PWMOut variable_frequency
2019-03-13 11:13:59 -07:00