Melissa LeBlanc-Williams
5f0e71ccb4
Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd1351-fix
4 years ago
Melissa LeBlanc-Williams
0df40534f3
Merge branch 'master' of https://github.com/adafruit/circuitpython
4 years ago
Scott Shawcroft
503642e794
Make status LED brightness change immediate.
...
Fixes #1516
4 years ago
Scott Shawcroft
1b97325418
Update TinyUSB to fix CDC OUT buffering
...
Fixes #1630
4 years ago
Scott Shawcroft
3f42a49a6b
Merge pull request #1674 from pewpew-game/bug1669
...
Properly calculate BPP for displayio.Bitmap
4 years ago
Scott Shawcroft
8ea5fedf19
Merge pull request #1682 from rhwlo/add-socket.recv_into
...
shared-bindings/socket: add socket.recv_into
4 years ago
Scott Shawcroft
2c93ce5a28
Merge pull request #1672 from dhalbert/regular-fs-flush
...
flush flash filesystem once a second
4 years ago
Melissa LeBlanc-Williams
a54493b4ae
Added small delay inside toggle for edge cases
4 years ago
Melissa LeBlanc-Williams
09a1f06bbf
Added small delay inside toggle for edge cases
4 years ago
Melissa LeBlanc-Williams
cc96c39e6d
Fixed wrong operator
4 years ago
Dan Halbert
2229f17911
reset flush timer on call to filesystem_flush()
4 years ago
Dan Halbert
952c9c56b2
Merge pull request #1703 from pewpew-game/typo3
...
Reuse "Not connected" message in bleio
4 years ago
Dan Halbert
2b7a211249
Merge pull request #1706 from brentru/add-weight-sensor-property
...
Add a weight sensor property
4 years ago
brentru
a9e2592425
add weight sensor property to the design guide
4 years ago
Radomir Dopieralski
d553df95b0
Reuse "Not connected" message in bleio
4 years ago
Radomir Dopieralski
81fe8060d7
Properly calculate BPP for displayio.Bitmap
...
Fix #1669
4 years ago
Dan Halbert
7bac10ab6e
Merge pull request #1700 from ITACAInnovation/master
...
uChip board support for Circuitpython environment
4 years ago
ITACA Innovation S.R.L
74c5705a9a
Update mpconfigboard.mk
4 years ago
Kattni
8115301588
Merge pull request #1697 from dhalbert/update-frozen-libs
...
Update frozen libraries to latest tagged versions
4 years ago
ITACA Innovation S.R.L
994f292b3b
Rename ports/atmel-samd/boards/uChip/pins.c to ports/atmel-samd/boards/uchip/pins.c
4 years ago
ITACA Innovation S.R.L
5ed11ddfc3
Rename ports/atmel-samd/boards/uChip/mpconfigboard.mk to ports/atmel-samd/boards/uchip/mpconfigboard.mk
4 years ago
ITACA Innovation S.R.L
dfc5602fa0
Rename ports/atmel-samd/boards/uChip/mpconfigboard.h to ports/atmel-samd/boards/uchip/mpconfigboard.h
4 years ago
ITACA Innovation S.R.L
12865ce7d0
Update .travis.yml
4 years ago
ITACA Innovation S.R.L
af04307c83
Rename ports/atmel-samd/boards/uChip/board.c to ports/atmel-samd/boards/uchip/board.c
4 years ago
ITACA Innovation S.R.L
a9f18cc4bd
Update .travis.yml
...
Commit change with updated board list
4 years ago
Dan Halbert
54b41e42d9
Merge pull request #1699 from pewpew-game/typo1
...
Really fix the error messages in bleio, this time
4 years ago
Radomir Dopieralski
0698e61553
And of course forgot make translate
4 years ago
Radomir Dopieralski
f440e41819
Really fix the error messages in bleio, this time
4 years ago
Dan Halbert
18d67be7a8
Merge pull request #1692 from pewpew-game/typo1
...
Fix error messages in bleio
4 years ago
Dan Halbert
a88990aa68
Update frozen libraries to latest tagged versions
4 years ago
ITACA Innovation S.R.L
74b1c11e8c
Merge pull request #1 from ITACAInnovation/ITACAInnovation-patch-1
...
Add files via upload
4 years ago
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
4 years ago
Radomir Dopieralski
bb10a8aaa1
Fix error messages in bleio
4 years ago
Melissa LeBlanc-Williams
c3329e224d
Added Single Byte Boundaries option for certain displays
4 years ago
Dan Halbert
705929a40a
Merge pull request #1693 from pewpew-game/typo2
...
Reuse existing error message in busio.i2c
4 years ago
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.
4 years ago
Justin R. Cutler
41f4f269f1
Disable frequencyio support for samd21-based catwan_usbstick target.
4 years ago
Justin R. Cutler
d6c7bda6d1
Enable 256b of nvm storage for all samd21x18-bootloader.ld boards.
4 years ago
Melissa LeBlanc-Williams
d9de1b9926
Updated RTD comment to reflect new param defaulting True
4 years ago
Melissa LeBlanc-Williams
b25c4baeec
Moving Toggle to before command fixes driver issue
4 years ago
Melissa LeBlanc-Williams
0c33f7fdb4
Enable CS toggle for displayio by default
4 years ago
Melissa LeBlanc-Williams
d2a0ec28a0
Fixed display init on boards with displays
4 years ago
Melissa LeBlanc-Williams
2bb63cbeb3
Added new parameter description in displayio RTD comment
4 years ago
Melissa LeBlanc-Williams
fadb5a1024
Added option to toggle cs in displayio init sequence
4 years ago
Joshua Coats
e23bad3a3a
shared-bindings/socket: add socket_recv_into
4 years ago
Scott Shawcroft
fce63b17c6
Merge pull request #1678 from dhalbert/nrf-nfc-as-gpio
...
Allow NFC pins to be used for other purposes.
Fixes #1300
4 years ago
Dan Halbert
fe555a4098
Allow NFC pins to be used for other purposes.
4 years ago
Dan Halbert
26262cd477
Merge pull request #1670 from tannewt/fontio
...
Move Glyph and BuiltinFont into fontio
4 years ago
Scott Shawcroft
6f288ebb56
Merge pull request #1675 from dhalbert/cpython-compat
...
enable MICROPY_CPYTHON_COMPAT for most builds except CIRCUITPY_SMALL_BUILD
4 years ago
Scott Shawcroft
9f3ca66f97
Merge pull request #1676 from pewpew-game/bug1671
...
Make displayio.Palette support more than 255 colors
4 years ago