Dan Halbert
347fbb652f
Merge pull request #2030 from pewpew-game/stage-scale
...
Add support for scaling to _stage
4 years ago
Dan Halbert
7ce3776b80
WIP: rework of Characteristic properties; enhance Descriptor; not tested
4 years ago
Radomir Dopieralski
c1e5247d51
Add support for scaling to _stage
...
On high-resolution displays we can use 2x2 or even 3x3 pixels.
4 years ago
Scott Shawcroft
64bf0f8f1f
Merge pull request #1996 from jepler/nrf-reboot-bootloader
...
[DRAFT] nrf: enable "reboot to bootloader" functionality
4 years ago
Scott Shawcroft
08718993be
Merge pull request #2028 from pewpew-game/master
...
Update circuitpython-stage to 1.0.4 for audiocore changes
4 years ago
Jeff Epler
28b7cbfca6
nrf: Mark interrupt vectors as used
4 years ago
jepler
34e2bab96a
nrf: Implement RUNMODE_BOOTLOADER and RUNMODE_SAFE_MODE
4 years ago
Radomir Dopieralski
fd2299e51a
Update circuitpython-stage to 1.0.4 for audiocore changes
...
Since some parts of audioio were moved to audiocore, we now have
to import them differently.
4 years ago
Jeff Epler
76f65ac694
Implement play/pause
...
.. and also incidentally fix a problem where a RawSample could only
be looped 131070 times.
4 years ago
Scott Shawcroft
95d2694bc3
Merge pull request #2026 from pewpew-game/master
...
Fix missing write_ram_command in _stage
4 years ago
Scott Shawcroft
eee759455a
Merge pull request #2018 from keith-packard/snekboard
...
Add board support for keithp.com SnekBoard
4 years ago
Jeff Epler
b0f7c7bc4c
Merge remote-tracking branch 'origin/master' into nrf-pwm-audio
4 years ago
Radomir Dopieralski
c4c5d8c5e7
Fix missing write_ram_command in _stage
...
Since the changes in displayio, displayio_display_set_region_to_update
no longer sends the write_ram_command, so we have to send it explicitly.
4 years ago
Dan Halbert
ee518b9141
Merge remote-tracking branch 'adafruit/master' into ble-pairing
4 years ago
Dan Halbert
91d791afd0
cleanup adapter.address; add uniquish suffix to BLE device name
4 years ago
Scott Shawcroft
366fdcce18
Merge pull request #2011 from tannewt/ssd1322
...
Add knobs for SSD1322 and two displayio fixes.
4 years ago
Scott Shawcroft
9dd56b1566
Merge branch 'master' into snekboard
4 years ago
Scott Shawcroft
bb04fbf410
Merge pull request #2014 from robotics-masters/wallarug-robohat
...
Robo HAT MM1 updates v1.8 board
4 years ago
Dan Halbert
83129b8c63
BLE: peripheral client pairing (not yet bonding); fix time doc formatting
4 years ago
wallarug
ecfffac3a8
Delete samd51x19-bootloader-external-flash-crystalless.ld
4 years ago
wallarug
ff6ae1aefb
Update mpconfigboard.mk to use standard linker file
4 years ago
Scott Shawcroft
f9d314b263
Merge pull request #1985 from sommersoft/dynamic_support_matrix
...
Docs: Dynamically Build Support Matrix Table
4 years ago
Scott Shawcroft
3b3a7bbd06
Update pwmaudioio module for PWMAudioOut
4 years ago
Scott Shawcroft
3961014a9e
Update doc comments for PWMAudioOut
4 years ago
Jeff Epler
b72352949b
PWM audio: Rename AudioOut -> PWMAudioOut, _audioio_ -> _audiopwmio_
4 years ago
Keith Packard
c6e4ddc88a
boards/snekboard: Delete SPI object reference
...
Snekboard does not expose any pins for SPI to the user, so delete
the SPI object reference as that won't work.
Signed-off-by: Keith Packard <keithp@keithp.com>
4 years ago
Keith Packard
9a37c8a4b3
boards/snekboard: Add pin aliases for UART and I2C
...
Allow users to use TX/RX and SDA/SCL names.
Signed-off-by: Keith Packard <keithp@keithp.com>
4 years ago
Dan Halbert
a108554a85
Merge pull request #2016 from hexthat/patch-2
...
added translations
4 years ago
Dan Halbert
e5860f83bc
Merge pull request #2017 from sethitow/fix-example-typo
...
bleio: Fix typo in Peripheral example code.
4 years ago
Keith Packard
4387ecfdfb
Update snekboard PID to official value
...
Snekboard has been assigned the following PIDs:
PID 0x004D # bootloader
PID 0x804D # arduino
PID 0x804E # circuitpython
Signed-off-by: Keith Packard <keithp@keithp.com>
4 years ago
Keith Packard
326df70ac2
Fix snekboard names
...
Manufacturer -- keithp.com
Product -- snekboard
Signed-off-by: Keith Packard <keithp@keithp.com>
4 years ago
Keith Packard
7736e71e91
Add snekboard to .travis.yml
...
Make sure snekboard images are autogenerated
Signed-off-by: Keith Packard <keithp@keithp.com>
4 years ago
Keith Packard
56f710f64f
Add board support for keithp.com SnekBoard
...
This is another SAMDG2118A design with built-in 9V motor controllers
that are designed to be used with Lego PowerFunctions devices.
Signed-off-by: Keith Packard <keithp@keithp.com>
4 years ago
wallarug
dc1eb73ee7
Merge branch 'master' into wallarug-robohat
4 years ago
wallarug
8974c7e843
Added BUTTON to pins.c
4 years ago
wallarug
9e0bea405d
Added BUTTON to pins.c
4 years ago
wallarug
4d30efdc2a
Updated pins.c for GROVE.
4 years ago
wallarug
8838e25cb2
Update pins.c
4 years ago
sommersoft
8eab946c5b
Merge pull request #2003 from C47D/travis_check_new_boards
...
Add check to travis to make sure new boards are built, fix #1886
4 years ago
sommersoft
bbc5255f04
update rST ref link for support matrix
4 years ago
sommersoft
f7b10b1fde
docs: install setuptools earlier
4 years ago
sommersoft
6454eb1384
docs: add setuptools for sphinx 2.x
4 years ago
sommersoft
6129a58508
have Travis use pip3 for Sphinx 2.x
4 years ago
sommersoft
8c75962850
add ':noindex:' to micropy's 'network.rst' to avoid sphinx conflict
4 years ago
sommersoft
d489c7a057
change 'c2rst' from source_parser -> extension; allows use of sphinx 2.x
4 years ago
Seth Itow
a2bab9f172
bleio: Fix typo in Peripheral example code.
4 years ago
hexthat
6afb758bdc
added translations
4 years ago
Dan Halbert
28ca05ccdc
allow discovery from central or peripheral
4 years ago
sommersoft
143275db04
fix board_exclusion lookup
4 years ago
sommersoft
cebdadd0f6
Merge branch 'master' into dynamic_support_matrix
4 years ago