Dan Halbert
eca23a7279
remove i2cslave from feather m0 crickit
4 years ago
Radomir Dopieralski
f5cfd6e1f1
Make displayio.Palette support more than 255 colors
...
Fix #1671
4 years ago
Dan Halbert
fbf166af1a
enable MICROPY_CPYTHON_COMPAT for most builds except CIRCUITPY_SMALL_BUILD; remove a few other things to make fit
4 years ago
Dan Halbert
2459eabd66
flush flash filesystem once a second
4 years ago
Scott Shawcroft
4d4b7adcd8
Fix up translation file locations
4 years ago
Scott Shawcroft
4b0afc855d
Fix up sphinx
4 years ago
Scott Shawcroft
5e2fec714c
Move Glyph and BuiltinFont into fontio
...
It was confusing in displayio.
Fixes #1662
4 years ago
Scott Shawcroft
8543695f9d
Merge pull request #1653 from python-ugame/master
...
Add frozen stage module to ugame10 board
4 years ago
Radomir Dopieralski
d81db3bced
Merge branch 'master' of github.com:adafruit/circuitpython
4 years ago
Dan Halbert
b4b8ffa0e2
Merge pull request #1661 from dhalbert/nrf-internal-flash-fixes
...
nrf: fix internal flash writes
4 years ago
Dan Halbert
aff4e341f9
make translate
4 years ago
Dan Halbert
9cceea0d68
nrf: fix internal flash writes
4 years ago
Dan Halbert
60f76941ef
Merge pull request #1649 from dhalbert/reload-flush-filesystem
...
flush filesystem before resetting heap
4 years ago
Radomir Dopieralski
a50ee4f650
Add frozen stage module to ugame10 board
...
And also ignore some more pins.
This is needed for the builds on the circuitpython.org to be functional.
4 years ago
Dan Halbert
a10e4fe21e
also flush fileystem on soft reboot from repl
4 years ago
Dan Halbert
43915133a1
after code.py runs, flush filesystem before resetting heap
4 years ago
Dan Halbert
0cdb5fcfd9
Merge pull request #1648 from tannewt/board_i2c_crash
...
Long live shared bus singletons
4 years ago
Scott Shawcroft
a086631607
Long live shared bus singletons
...
Without long living them you may clone them when long living a
module that uses them.
Fixes #1603
4 years ago
Dan Halbert
634791acdc
Merge pull request #1647 from tannewt/swd_pin_reuse
...
Fix custom pin in use logic for SWD
4 years ago
Scott Shawcroft
ff7e729032
Fix custom pin in use logic for SWD
...
This should allow you to use SWD pins unless a debugger is attached.
You may have trouble connecting to SWD when CircuitPython has already
begun using them.
Fixes #1633
4 years ago
Dan Halbert
74083dafed
Merge pull request #1645 from tannewt/fix_directory_move
...
Fix directory move into itself and prevent more fs changes when read-only
4 years ago
Scott Shawcroft
e05ab64398
Squeeze down the feather crickit build
4 years ago
Scott Shawcroft
6c01aba05b
Prevent other filesystem changes besides file writes
...
Such as moving files, adding directories and changing the label.
4 years ago
Scott Shawcroft
7482870164
Throw an error when moving a directory into itself.
...
Fixes #1192
4 years ago
Dan Halbert
494a9d3825
Merge pull request #1640 from tannewt/final_displayio_changes
...
Final displayio changes before 4.0.0
4 years ago
Scott Shawcroft
b4601a351c
Merge pull request #1641 from dhalbert/pwmout-var-freq-bug
...
wrong arg type for PWMOut variable_frequency
4 years ago
Scott Shawcroft
f72d2733df
Build pewpew10 on Travis so we know it builds.
4 years ago
Dan Halbert
97140e6a62
wrong arg type for PWMOut variable_frequency
4 years ago
Scott Shawcroft
946790bfb5
Add better PewPew error messages and update translations
4 years ago
Scott Shawcroft
afbf59019e
Update displayio docs to add detail to display bus comments
...
Fixes #1599
4 years ago
Scott Shawcroft
224e9b1009
Standardize TileGrid to x and y properties over position
...
This brings it inline with Group. Also fixes #1613
This also includes a number of fixes for where a method is called
through a subclass. We now correctly get the native object.
Fixes #1567
Lastly, this adds subscript support to TileGrid for changing tile
indices. Similar to Bitmap, it accepts ints or 2-tuples.
4 years ago
Scott Shawcroft
96a924f5f0
Turn off networking on M0s.
...
It takes 10k of code space and isn't very useful because of the
M0's limited RAM. Disabling it allows us to add other things.
4 years ago
Scott Shawcroft
ea45877ca5
Accept x and y kwargs into Group for initial position.
4 years ago
Dan Halbert
2169a62409
Merge pull request #1600 from jreese/pybadge
...
Add basic Pybadge board definition
4 years ago
Scott Shawcroft
2e500a8a29
Copy inline setting on feather m0 express that the metro has.
4 years ago
Scott Shawcroft
911509c80c
Fix function signature
4 years ago
Scott Shawcroft
3f6713abc1
Fix unix build by using safe mode stub
4 years ago
Scott Shawcroft
d6b2199f36
Stub out safe mode for mpy-cross
4 years ago
Scott Shawcroft
545574dad9
Build pybadge on Travis
4 years ago
Scott Shawcroft
b1c572e82e
Fixup the pybadge definition so the screen works.
4 years ago
Scott Shawcroft
37e10d4a81
Be more careful when initing the board outside the VM.
4 years ago
Scott Shawcroft
03be42ab84
Enter safe mode when an allocation is attempted on an uninitialized heap.
4 years ago
John Reese
ef4a74e201
Add basic Pybadge board definition
...
Currently boots on board and can connect to REPL,
but does not appear as mountable drive in OS.
Starting REPL gives the following error message:
```
You are running in safe mode which means something unanticipated happened.
Looks like our core CircuitPython code crashed hard. Whoops!
Please file an issue at https://github.com/adafruit/circuitpython/issues
with the contents of your CIRCUITPY drive and this message:
Crash into the HardFault_Handler.
```
4 years ago
Scott Shawcroft
cfb54f0263
Merge pull request #1638 from dhalbert/disable-SPIM3
...
nrf: Disable SPIM3; add SPIM1; remove TWIM1
4 years ago
Dan Halbert
c4586c0531
nrf: Disable SPIM3; add SPIM1; remove TWIM1
4 years ago
Scott Shawcroft
8f57606513
Merge pull request #1635 from caternuson/iss1634_SPEAKER
...
add SPEAKER pin alias for PyPortal
4 years ago
Dan Halbert
eec144d901
Merge pull request #1637 from tannewt/tweak_file_updater
...
Update board info build to handle top level list.
4 years ago
caternuson
46fc8a8a86
change order so SPEAKER is first
4 years ago
Scott Shawcroft
cac9da37f9
Update board info build to handle top level list.
4 years ago
Dan Halbert
e3e35a5048
Merge pull request #1624 from tannewt/add_translate_files
...
Add translation file locations back.
4 years ago