Dan Halbert
8b9e93329d
Merge pull request #1755 from tannewt/fix_tilegrid_bounds_check
...
Always check TileGrid's x, y
4 years ago
Scott Shawcroft
04a4e8a38d
Always check TileGrid's x, y
...
When using an int index you could end up writing past the end of
TileGrid's memory.
Fixes #1747
4 years ago
Dan Halbert
df058c971f
Merge pull request #1751 from makermelissa/ssd1331
...
Allow parameter data to be treated as commands for the ssd1331
4 years ago
Melissa LeBlanc-Williams
36b10104d6
Adjusted inline limit to fix Hallowing PL build
4 years ago
Melissa LeBlanc-Williams
97baa7899f
Added comment regarding parameter loop
4 years ago
Melissa LeBlanc-Williams
7872a33f8b
Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd1331
4 years ago
Scott Shawcroft
b9e37818ea
Merge pull request #1748 from dhalbert/usb-disconnect
...
update tinyusb to fix disconnect/suspend issue with #1681
4 years ago
Dan Halbert
7798eb983d
updated usb_descriptor submodule per @hathach
4 years ago
Dan Halbert
5f057d183a
move pybadge to faster subjob
4 years ago
Dan Halbert
50d72ed993
shrink sparkfun_lumidrive to make room for large translations
4 years ago
Dan Halbert
4f201964a6
Merge remote-tracking branch 'adafruit/master' into usb-disconnect
4 years ago
Melissa LeBlanc-Williams
af3d809980
Updated boards files with displays
4 years ago
Melissa LeBlanc-Williams
8f1fc6c07d
Added option to easily treat SPI parameter data as commands
4 years ago
Dan Halbert
b5bc8b3fc2
Merge pull request #1745 from dhalbert/rotaryio-typo-eic-refactor
...
ROTARYIO_MODULE typo; EIC interrupt handler refactor
4 years ago
Dan Halbert
682e83a63c
Turn off rotaryio on pewpew10 so de_DE will fit
4 years ago
Dan Halbert
e5e9d2ba47
@hathach's changes; check cdc connected during string write
4 years ago
Dan Halbert
35cfc61607
Merge pull request #1746 from tannewt/fix_bitmap_wrap
...
Support multi-byte values with Bitmap
4 years ago
hathach
9d43a25d6e
update tinyusb to fix disconnect/suspend issue with #1681
4 years ago
Dan Halbert
29df5930dd
#if EIC handlers; turn off rotaryio in pirkey for space reasons
4 years ago
Scott Shawcroft
99b4913fda
Update translations
4 years ago
Dan Halbert
2528b67e77
update samd-peripherals
4 years ago
Dan Halbert
cdd77b5972
remove CPy-specific EIC handlers from samd-peripherals
4 years ago
Scott Shawcroft
6fcda1dec4
Support multi-byte values with Bitmap
...
It also corrects the behavior of single byte values.
Fixes #1744
4 years ago
Dan Halbert
5b0c1c8df9
Merge pull request #1743 from tannewt/fs_testing
...
A display fix and file system flush tweak
4 years ago
Scott Shawcroft
ceb6f2e4fc
Rework flash flush so it preserves the cache
...
This should make filesystem writes quicker and cause less heap
churn.
4 years ago
Scott Shawcroft
a5520f8a3d
Set the terminal tilegrid NULL after free
...
Without this, a double free can occur when a display (and terminal)
is released and then a crash occurs. Upon a second release,
different memory is released (sometimes the heap). When this is
followed by an allocation for the flash cache, the cache can
overwrite the active heap causing crashes.
Fixes #1667
4 years ago
Scott Shawcroft
9bfa625170
Merge pull request #1740 from caternuson/iss1739_insert
...
Fix shift right in displayio.Group
4 years ago
caternuson
5298119aa2
change direction of shift right
4 years ago
Sabas
19c6b8aa0c
Merge branch 'master' into master
4 years ago
Dan Halbert
19278e0284
Merge pull request #1736 from nickzoic/circuitpython-nickzoic-1046-nrf-rtc-2
...
Circuitpython nickzoic 1046 nrf rtc 2
4 years ago
Dan Halbert
709de9ce9f
Merge pull request #1732 from ladyada/master
...
add airlift lite - samd51j19 + 2MB QSPI
4 years ago
Scott Shawcroft
2dda3df637
Merge pull request #1731 from makermelissa/ssd1351-fix
...
Improved readability of Single Byte Bounds code
4 years ago
ladyada
39098af7c1
add board build line
4 years ago
Melissa LeBlanc-Williams
f1e4a2ffb9
Removed unnecessary bit-ANDing
4 years ago
Nick Moore
fbcea96ec0
Update translations ...
4 years ago
Nick Moore
781d301bb6
Remove unnecessary MP_WEAK declarations
4 years ago
Scott Shawcroft
92095eb666
Update comment
4 years ago
Nick Moore
94bda3bde1
Change nRF RTC implementation to use RTC2 #1046
...
(to avoid interference with Bluetooth Softdevice. See
https://github.com/adafruit/circuitpython/pull/1534#issuecomment-478776240
with thanks to @bboser for pointing it out)
4 years ago
Nick Moore
6afe23d0b0
There isn't really a good way to calibrate this RTC adafruit/circuitpython#1046
4 years ago
Nick Moore
6206fa9a82
adafruit/circuitpython#1046 handle overflows in the RTC counter
4 years ago
Nick Moore
f846fa109e
enable NRFX RTC adafruit/circuitpython#1046
4 years ago
Nick Moore
f88f9fd748
more fake RTC code ... adafruit/circuitpython#1046
...
(works if MP_WEAK common_hal_rtc_get_time is removed)
4 years ago
Nick Moore
4a5c52fbd6
starting on #1046 rtc for nRF
4 years ago
Melissa LeBlanc-Williams
8e9f75bff9
Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd1351-fix
4 years ago
Dan Halbert
c9571fe1ea
ROTARYIO_MODULE mistakenly omitted from module list
4 years ago
Dan Halbert
367f6584ae
Merge pull request #1734 from dhalbert/hallowing-shrink-build
...
shrink inline-limit to allow large Hallowing translation to fit
4 years ago
Dan Halbert
10e35f30f0
shrink inline-limit to allow large Hallowing translation to fit
4 years ago
ladyada
8159272a8b
remove old comment
4 years ago
ladyada
89cf60eac3
add airlift lite - samd51j19 + 2MB QSPI
4 years ago
Melissa LeBlanc-Williams
8b4ca24e56
Improved readability of Single Byte Bounds code
4 years ago