Dan Halbert
1bb4fccc3b
Turn off SUPEROPT on gc.c instead of trying to squueze inline limit so much; reorganize mpconfigboard.mk files
4 years ago
Dan Halbert
0b3f29780a
shrink a bunch of builds to fit
4 years ago
Dan Halbert
4fc189b60c
Merge latest 4.0.x fixes into master
4 years ago
shazz
9c49af0597
Added pin for SD CS
4 years ago
Dan Halbert
62de2506e4
Include display objects in gc.
4 years ago
Elvis Pfützenreuter
1da8d4b4da
Add PS/2 support -- ps2io module
4 years ago
Tavish Naruka
4a7122d354
boards: add support for Electronut labs Blip
...
Signed-off-by: Tavish Naruka <tavishnaruka@gmail.com>
4 years ago
Dan Halbert
bcda5e133d
Merge pull request #1903 from tannewt/get_area
...
Rework the pixel computation to use areas
4 years ago
Dan Halbert
4e85c1ef91
Implement forced clean builds for boards so designated.
...
Mark boards that set CFLAGS_INLINE_LIMIT for particular langauges as needing clean builds.
Fixes #1910 .
4 years ago
Dan Halbert
e84f3b1c6a
make crickit cpx pinyin build fit
4 years ago
Scott Shawcroft
3fad7de8db
Rework the pixel computation to use areas
...
This changes the displayio pixel computation from per-pixel to
per-area. This is precursor work to updating portions of the screen
(#1169 ). It should provide mild speedups because bounds checks are
done once per area rather than once per pixel. Filling by area also
allows TileGrid to maintain a row-associative fill pattern even when
the display's refresh is orthogonal to it.
4 years ago
Dan Halbert
0199d9810b
Make pinyin fit on cpx
4 years ago
Dan Halbert
008bbc944c
correct USB PIDs for several boards
4 years ago
Scott Shawcroft
f3ab820fc2
Merge pull request #1884 from CapableRobot/capablerobot-usbhub
...
Added board definition for Capable Robot Programmable USB Hub
4 years ago
Chris Osterwood
a0497553fc
Fix to prevent critical pins from being reset when MCU restarts or enters REPL
4 years ago
Chris Osterwood
420dbafa9d
Added board definition for Capable Robot Programmable USB Hub
4 years ago
sabas1080
9f082ba5cb
Fix pin lost
4 years ago
Scott Shawcroft
36e2faf8d2
Merge pull request #1873 from ElectronicCats/escornabot_makech
...
Add Escornabot Makech of Electronic Cats
4 years ago
sabas1080
d174ce8821
Update pins define
4 years ago
Scott Shawcroft
67007282c9
Tighten down inlining on the pIRkey
4 years ago
Scott Shawcroft
80a752da87
Merge latest adafruit/master in.
4 years ago
Scott Shawcroft
9feb844b7e
Fix crash in internal filesystem on nrf
...
Fixes #1842
4 years ago
sabas1080
27ea1df710
Init escornabot
4 years ago
Scott Shawcroft
9ba8191a04
Merge pull request #1855 from dhalbert/frequencyin-no-double-arith
...
avoid double float arithmetic in FrequencyIn
4 years ago
sabas1080
08a170388d
fix VID and PID inverted
4 years ago
Dan Halbert
f59dadbb4f
avoid double float arithmetic in FrequencyIn
4 years ago
ladyada
ed8e6e8f45
re-add i2s (its J not G!)
4 years ago
ladyada
fa3a52bc1e
similar to pybadge, has pin defs for joystick - comes up with filesys and display so good enough to start hacking :)
4 years ago
wallarug
aa3c28787c
removed problem libraries from frozen build.
4 years ago
wallarug
b4a70daf17
updated lots
4 years ago
wallarug
cd4aaa13a3
added robohatmm1 board defs.
4 years ago
ladyada
9b593cd154
update periph submodule
4 years ago
ladyada
a5697470e1
fix up pybadge for final release board (swap backlite and reset)
4 years ago
Dan Halbert
15b7946fc4
Off-by-one error for usage of MAX_TX_IN_PROGRESS
4 years ago
Scott Shawcroft
f548305c07
Merge pull request #1815 from dhalbert/stop-flicker
...
Turn off auto_brightness if brightness is set
4 years ago
Dan Halbert
0113e0970e
add Display.__init__() args for brightness and auto_brightness
4 years ago
Scott Shawcroft
f7c7904e2b
Correct call structure for throwing errors
4 years ago
Carlos
71c4f100de
Update translations and use same error for PDM too
4 years ago
Carlos
5865b28592
[audiobusio-I2SOut] Fix translation error
4 years ago
Carlos
65cc366280
[audiobusio-I2SOut] Fix compilation error by using mp_raise_ValueError_varg
4 years ago
Carlos
9f63125345
Fix I2SOut message, fix #1765
4 years ago
Scott Shawcroft
713a38d1a2
Merge pull request #1754 from dmazzella/dmazzella-patch-1
...
add support for USER_C_MODULES
4 years ago
Dan Halbert
6684a3c723
Merge pull request #1778 from pewpew-game/gamepad-shift
...
Add GamePadShift for handling shift-register-based buttons
4 years ago
Scott Shawcroft
608bf5076b
Merge pull request #1804 from ITACAInnovation/master
...
Merging updates
4 years ago
Dan Halbert
c0ce820974
Merge pull request #1803 from nickzoic/circuitpython-nickzoic-1042-nrf-nvm-bytearray-3
...
Circuitpython nickzoic 1042 nrf nvm bytearray 3
4 years ago
Scott Shawcroft
2fa1bf4351
Merge remote-tracking branch 'adafruit/master' into gamepadshift
4 years ago
Scott Shawcroft
55782901d0
Actually call gamepadshift_tick
4 years ago
Scott Shawcroft
f58446e937
Merge branch 'master' into master
4 years ago
Scott Shawcroft
7822d013cd
Merge pull request #1798 from ntavish/papyr
...
Add support for Electronut Labs Papyr.
4 years ago
Scott Shawcroft
0e03a321e4
Fully split gamepadshift from gamepad
4 years ago