Scott Shawcroft
|
0318a9a9bc
|
More make_new fixes for unix build
|
2019-01-18 11:53:09 -08:00 |
Scott Shawcroft
|
427766ac69
|
Update translations
|
2019-01-18 11:44:53 -08:00 |
Scott Shawcroft
|
41dad1ea1e
|
Fix pin defs
|
2019-01-18 11:43:35 -08:00 |
Scott Shawcroft
|
96e2c717fc
|
Fix build
|
2019-01-17 22:10:11 -08:00 |
Scott Shawcroft
|
fddc98858a
|
fix nonetype handling and nrf never reset
|
2019-01-17 18:51:40 -08:00 |
Scott Shawcroft
|
6404aaf411
|
Fix up nrf and using board.SPI in FourWire
|
2019-01-17 18:19:07 -08:00 |
Scott Shawcroft
|
760bd8d8a4
|
share fourwire and make nrf compile
|
2019-01-17 15:15:59 -08:00 |
Scott Shawcroft
|
2d136d58bf
|
Fix other builds and hallowing
|
2019-01-17 14:45:29 -08:00 |
Scott Shawcroft
|
5277138c99
|
pyportal compiles and tweak blinka colors
|
2019-01-17 10:57:05 -08:00 |
Scott Shawcroft
|
84292ad890
|
External fourwire works and blinka splash after
|
2019-01-17 00:20:16 -08:00 |
Scott Shawcroft
|
05d8885a1a
|
Rework displays in prep for dynamic support and 8bit parallel.
|
2019-01-16 12:05:20 -08:00 |
Scott Shawcroft
|
076ddfd66b
|
Merge pull request #1474 from ladyada/master
more pyportal pins
|
2019-01-16 11:11:56 -08:00 |
Scott Shawcroft
|
c1e6624f8f
|
Merge pull request #1470 from gpshead/mdk_usb_dongle
Add Makerdiary nRF52840 MDK USB dongle support.
|
2019-01-15 23:05:15 -08:00 |
ladyada
|
19b6c5c802
|
more pins!
|
2019-01-16 01:49:12 -05:00 |
Gregory P. Smith
|
91452ec9cb
|
Mention the MDK USB Dongle.
|
2019-01-15 21:24:36 -08:00 |
Gregory P. Smith
|
4d9f138e32
|
Add the dongle to the Travis build.
|
2019-01-15 21:24:15 -08:00 |
Dan Halbert
|
ea5acb7987
|
Merge pull request #1473 from dsiee/patch-1
Update pins.c
|
2019-01-15 23:50:13 -05:00 |
dsiee
|
af0f1a7542
|
Update pins.c
whitespace
|
2019-01-16 15:02:48 +11:00 |
dsiee
|
c2d39a7ab7
|
Update pins.c
|
2019-01-16 14:58:16 +11:00 |
dsiee
|
ac238838f2
|
Update pins.c
add declaration for RED_LED as D3 to match silkscreen.
|
2019-01-16 14:48:41 +11:00 |
Scott Shawcroft
|
c1dfee6575
|
Merge pull request #1466 from TG-Techie/patch-1
Update DLIPM4 mpconfigboard.mk
|
2019-01-15 18:40:46 -08:00 |
Dan Halbert
|
7659648594
|
Merge pull request #1472 from tannewt/shape
Add displayio.Shape
|
2019-01-15 18:55:48 -05:00 |
Scott Shawcroft
|
bfd531281a
|
Fix default values on last line.
|
2019-01-15 10:15:55 -08:00 |
Limor "Ladyada" Fried
|
15edc96540
|
Merge pull request #1471 from adafruit/tannewt-patch-6
Tweak artifact path for upload
|
2019-01-15 13:03:49 -05:00 |
Scott Shawcroft
|
7669ab83e1
|
Tweak artifact path for upload
|
2019-01-15 09:44:28 -08:00 |
Gregory P. Smith
|
7296b647ef
|
Add MDK nRF52840 MDK USB Dongle support.
Adds support for https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/.
A cheap nRF52840 USB stick with optional headers, very Trinket and Itsy like.
|
2019-01-15 01:37:22 -08:00 |
Scott Shawcroft
|
043a9e0e7e
|
Merge pull request #1469 from vgoodwinv/patch-2
Update build_release_files.py - board/language version
|
2019-01-15 00:15:18 -08:00 |
vgoodwinv
|
c1cfe5f5f0
|
Update build_release_files.py
|
2019-01-14 21:35:21 -05:00 |
vgoodwinv
|
d1204c7cf3
|
Update build_release_files.py
|
2019-01-14 21:27:14 -05:00 |
vgoodwinv
|
6962c04f66
|
Update build_release_files.py
added language directories under exist board directories for #1441
|
2019-01-14 21:21:48 -05:00 |
Scott Shawcroft
|
c271754962
|
fixup micropy
|
2019-01-14 18:09:02 -08:00 |
Scott Shawcroft
|
bd3c36ce6d
|
fixup m0 and nrf
|
2019-01-14 18:08:45 -08:00 |
Scott Shawcroft
|
12c8b00556
|
Don't build machine class we don't use.
|
2019-01-14 17:30:01 -08:00 |
Scott Shawcroft
|
747f2cfe26
|
Add subclass support to displayio.
Also, swap make_news to accept a kwarg map and refine param checking.
Fixes #1237
|
2019-01-14 17:29:19 -08:00 |
Scott Shawcroft
|
72d993d60c
|
py changes for supporting superclass constructors that take kwargs
|
2019-01-14 17:29:19 -08:00 |
Scott Shawcroft
|
619bc4caae
|
Support subclasses of Shape as bitmaps.
|
2019-01-14 17:29:18 -08:00 |
Scott Shawcroft
|
a14762a16c
|
Add support for rendering a shape.
Fixes #1171
|
2019-01-14 17:29:15 -08:00 |
Dan Halbert
|
738e8f0028
|
Merge pull request #1467 from adafruit/tannewt-patch-5
Remove ESP8266 build
|
2019-01-14 17:37:19 -05:00 |
Scott Shawcroft
|
b5f35b82e1
|
Remove from build info too
|
2019-01-14 13:30:09 -08:00 |
Scott Shawcroft
|
3aeadb9f0c
|
Remove ESP8266 build
We're removing support in 4.0 because it doesn't have native usb.
|
2019-01-14 12:02:33 -08:00 |
TG-Techie
|
f667d4d887
|
Update mpconfigboard.mk
oops, forgot to change those when i copied the folder
|
2019-01-14 14:43:34 -05:00 |
Scott Shawcroft
|
6c1d671c7e
|
Merge pull request #1459 from TG-Techie/master
add Datalore IP M4 to the atmel boards folder
|
2019-01-13 23:10:35 -08:00 |
TG-Techie
|
ef6c9e7df6
|
removed commented code
|
2019-01-12 23:19:40 -05:00 |
TG-Techie
|
309a02efa1
|
added datalore ip m4 to boards
|
2019-01-12 23:06:12 -05:00 |
Dan Halbert
|
9678a5a328
|
Merge pull request #1458 from dhalbert/winbond-8mb
support winbond 8MB chips on all boards that might use them
|
2019-01-12 15:38:09 -05:00 |
Dan Halbert
|
5f9980fb6b
|
support winbond 8MB chips on all boards that might use them
|
2019-01-12 13:24:35 -05:00 |
Dan Halbert
|
42e95e2877
|
Merge pull request #1455 from yeyeto2788/master
Spanish translations
|
2019-01-12 11:32:15 -05:00 |
Scott Shawcroft
|
c5e1f0b6af
|
Merge pull request #1457 from dhalbert/grand-central-i2c-fix
Use correct SERCOM for SDA/SCL on Grand Central
|
2019-01-11 17:01:32 -08:00 |
Dan Halbert
|
6eecf96710
|
Use correct SERCOM for SDA/SCL on Grand Central
|
2019-01-11 19:06:46 -05:00 |
Scott Shawcroft
|
62a8cc2825
|
Merge pull request #1453 from tannewt/text_on_pyportal
Enable the display on pyportal
|
2019-01-11 10:33:16 -08:00 |