Scott Shawcroft
583392a5c6
Merge pull request #2046 from brentru/add-pyportal-titano
...
Add PyPortal Titano
4 years ago
Jeff Epler
d9ee2d28a0
atmel-samd: Use RUN_BACKGROUND_TASKS
4 years ago
brentru
5a8846d33c
remove cruft from prv board
4 years ago
brentru
f87f48ab88
adding pyportal titano board definition
4 years ago
Chris Osterwood
d5658860aa
Added pin definition for battery change enable. Pin used to switch in a 10 ohm resistor during Hub reset & strapping.
4 years ago
Chris Osterwood
fb2712410e
Merge branch 'master' into capablerobot-usbhub
4 years ago
Jeff Epler
33b949abfa
samd: audio_dma, audio_background: Gate with CIRCUITPY_ defines
...
Some ports which actually don't have audioio or audiobusio were still
calling into audio_dma_background(). This wasn't an error until
the assignment to audio_dma_state in audio_dma_stop was added, though
it's not clear why.
4 years ago
Jeff Epler
500d1bb168
samd: audio_dma.c: Remove exceptions, just return early
...
These were most useful debugging, but because this code can be reached
"outside of the VM", it's not actually permitted to throw exceptions here.
4 years ago
brentru
1d4700cb6c
add pindefs for tft and tft control
4 years ago
brentru
8f6eac98f3
add defs for pyportal titano
4 years ago
Jeff Epler
39c64bf83c
samd: audio_dma_stop: don't free invalid channel
...
audio_dma_stop can be reached twice in normal usage of AudioOut.
This may bear further investigation, but stop it here, by making the
function check for a previously freed channel number. This also prevents
the event channel from being disabled twice.
The first stop location is from audio_dma_get_playing, when the buffers
are exhausted; the second is from common_hal_audioio_audioout_stop when
checking the 'playing' flag.
4 years ago
Jeff Epler
8b717955ba
samd: audio_dma: wrap dma_{en,dis}able_channel and add error checking
...
It turns out the "disable" error will fire in practice, we'll fix that
next.
4 years ago
Jeff Epler
6253f11503
samd: audio_dma_stop: Clear out audio_dma_state[]
...
As identified in #1908 , when both AudioOut and PDMIn are used, hard
locks can occur. Because audio_dma_stop didn't clear audio_dma_state[],
a future call to audio_dma_load_next_block could occur using a DMA
object which belongs to PDMIn.
I believe that this Closes : #1908 though perhaps it is still not the full
story.
Testing performed: Loaded a sketch similar to the one on #1908 that
tends to reproduce the bug within ~30s. Ran for >300s without hard
lock. HOWEVER, while my cpx is no longer hard locking, it occasionally
(<1 / 200s) announces
Code done running. Waiting for reload.
(and does so), even though my main loop is surrounded by a 'while True:'
condition, so there are still gremlins nearby.
4 years ago
Scott Shawcroft
eee759455a
Merge pull request #2018 from keith-packard/snekboard
...
Add board support for keithp.com SnekBoard
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
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
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
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
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
wallarug
0f30070d58
updated naming schema to match other boards
4 years ago
wallarug
b06fa48735
updated a few files
4 years ago
wallarug
9c57f52d1e
updated pins.c for robohat
4 years ago
wallarug
24e84adc6d
further robohat cleanups
4 years ago
wallarug
e2b83e2dd9
minor changes robohat d21
4 years ago
wallarug
36008de2ed
added custom ld file for samd51 no crystal, ext flash
4 years ago
wallarug
eda3423e35
updated to v1.7 board (samd51)
4 years ago
Scott Shawcroft
c61c874a6d
Reduce feather_m0_supersized build size
...
Make it match feather_m0_express
4 years ago
Scott Shawcroft
a87094e01f
Turn off GC opt to save space on Trinket Haxpress
4 years ago
Scott Shawcroft
4e7de436b4
Update constructors of boards with displays
4 years ago
Jeff Epler
6b44e40ee8
audiocore: Factor from audioio
...
When nrf pwm audio is introduced, it will be called `audiopwmio`. To
enable code sharing with the existing (dac-based) `audioio`, factor
the sample and mixer types to `audiocore`.
INCOMPATIBLE CHANGE: Now, `Mixer`, `RawSample` and `WaveFile` must
be imported from `audiocore`, not `audioio`.
4 years ago
Dan Halbert
82ab998cd5
Merge pull request #1998 from tannewt/monocolor
...
Add support for grayscale displays
4 years ago
Scott Shawcroft
7cb2aa2d62
Merge pull request #1986 from AnthonyDiGirolamo/patch-1
...
Update Arch Linux ARM compiler installation instructions
4 years ago
Scott Shawcroft
1d1b8703b6
Review feedback including NO_BRIGHTNESS_COMMAND macro
4 years ago
Scott Shawcroft
b9b9ef227f
Turn off bitbanging on Hallowing to save code space.
4 years ago
Scott Shawcroft
cdfc169ab6
Correct typo in line meant to turn off frequencyio on M0 which saves 2k code space.
4 years ago
Scott Shawcroft
6797ec6ed3
Add support for grayscale displays that are < 8 bit depth.
...
This also improves Palette so it stores the original RGB888 colors.
Lastly, it adds I2CDisplay as a display bus to talk over I2C. Particularly
useful for the SSD1306.
Fixes #1828 . Fixes #1956
4 years ago
Kattni Rembor
582acdaa0a
Requested changes.
4 years ago
Kattni Rembor
d905958db1
Adding PyRuler to CircuitPython.
4 years ago
Scott Shawcroft
f0cf9a4e75
Merge pull request #1988 from jandjstudios/datum
...
Add support for boards in the datum series.
4 years ago
Scott Shawcroft
f4a64a2e80
Merge pull request #1989 from rce1086/master
...
Added conditional compilation around selection of TX pad candidates
4 years ago
Carl Elkins
64507207da
Added conditional compilation around selection of TX pad candidates
...
Original code was correct for SAMD21
New code for SAMD51 only permits pad-0 for TX
4 years ago
jandjstudios
46b7575550
Initial commit to support boards in the datum series.
4 years ago
iot49
4c72a3991e
updated samd and esp8266 ports
4 years ago
Anthony DiGirolamo
55f15e3c05
Update Arch Linux ARM compiler installation instructions
...
- Add copy-pasteable Arch Linux `arm-none-eabi-gcc` install line similar to Ubuntu example
- Add `arm-none-eabi-newlib` as a required package for Arch
- Reformat Ubuntu and Arch install code-blocks to catch the eye for the impatient
Arch Linux changed their packaging for [arm-none-eabi-gcc](https://www.archlinux.org/packages/community/x86_64/arm-none-eabi-gcc/ ) by creating [arm-none-eabi-newlib](https://www.archlinux.org/packages/community/any/arm-none-eabi-newlib/ ) as an optional package. Without it users will get errors about missing header files like:
```
In file included from asf4/samd51/include/samd51j19a.h:49,
from asf4/samd51/include/sam.h:38,
from ./mpconfigport.h:31,
from ../../py/mpconfig.h:45,
from ../../py/emitnx64.c:3:
/usr/lib/gcc/arm-none-eabi/9.1.0/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
9 | # include_next <stdint.h>
| ^~~~~~~~~~
compilation terminated.
```
4 years ago
Chris Osterwood
97e7fea517
Change pin names to be more descriptive
4 years ago
Chris Osterwood
539502c891
Remove pin reservations. Prevents used from inside of CircuitPython code
4 years ago
Radomir Dopieralski
e45eac5016
Switch the terminal font for ugame10
...
I designed this really tiny, minimalist font for use on very small
displays. On uGame it lets one see the whole text that CircuitPython
prints on boot. The characters are 4x6 pixels each, and they are
optimized for legibility (large x-height, right angles, blocky shapes).
It might make sense to also use that font in other boards.
4 years ago
Scott Shawcroft
0cce7fcaa3
Merge remote-tracking branch 'adafruit/4.0.x' into merge_in_402
4 years ago
Scott Shawcroft
fe507db45f
Shrink pIRkey build down.
...
Rollback HID to save string space and remove board mapping for
default buses that don't exist.
4 years ago
Scott Shawcroft
7ad229ec27
Merge pull request #1958 from tannewt/pygamer_advanced
...
Add PyGamer Advance and fix Joystick pins
4 years ago
Scott Shawcroft
5e5252ced0
Merge pull request #1955 from pewpew-game/pygamer-stage
...
Add support for PyGamer to Stage library
4 years ago
Scott Shawcroft
352bf7eaf5
Add PyGamer Advance and fix Joystick pins
4 years ago
Radomir Dopieralski
5803245009
Add support for PyGamer to Stage library
4 years ago
Scott Shawcroft
2dddccb99e
Update board inits for new api.
4 years ago
brentru
ea2c068e11
COLMOD is 1 param, remove CASET/RASET in CircuitPython
4 years ago
brentru
207dc885a6
removed incorrect gamma code, looks better now
4 years ago
brentru
4092294e7c
tft working init. sequence, still undersaturated
4 years ago
brentru
0bc74172a2
Add pybadge airlift, sans-tft
4 years ago
Scott Shawcroft
0b1f605a9b
Turn off gc opt for more M0 boards
4 years ago
Scott Shawcroft
a91ad05774
Change to one lto partition for ultimate optimization.
4 years ago
Scott Shawcroft
eb21fc3e31
Add partial display update support.
...
Different operations to the display tree have different costs. Be
aware of these costs when optimizing your code.
* Changing tiles indices in a TileGrid will update an area
covering them all.
* Changing a palette will refresh every object that references it.
* Moving a TileGrid will update both where it was and where it moved to.
* Adding something to a Group will refresh each individual area it
covers.
* Removing things from a Group will refresh one area that covers all
previous locations. (Not separate areas like add.)
* Setting a new top level Group will refresh the entire display.
Only TileGrid moves are optimized for overlap. All other overlaps
cause sending of duplicate pixels.
This also adds flip_x, flip_y and transpose_xy to TileGrid. They
change the direction of the pixels but not the location.
Fixes #1169 . Fixes #1705 . Fixes #1923 .
4 years ago
Dan Halbert
ba1b36a800
Uncomment vm.c SUPEROPT (debugging typo); trim a few builds
4 years ago
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
Elvis Pfützenreuter
1da8d4b4da
Add PS/2 support -- ps2io module
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
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
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
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
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
0e03a321e4
Fully split gamepadshift from gamepad
4 years ago
ITACA Innovation S.R.L
2d303213ed
Add files via upload
4 years ago
ITACA Innovation S.R.L
4f5a7ffe46
Updates: VID&PID, pinout
...
Changed VID & PID to new ones.
Changed the layout accordingly to the prototype version.
4 years ago
Scott Shawcroft
c927e6b938
Split GamePadShift from GamePad to save space on most boards.
4 years ago
Scott Shawcroft
22889ca29a
Merge pull request #1790 from pewpew-game/pybadge-stage
...
Enable _stage module and freeze stage library on the PyBadge
4 years ago
Radomir Dopieralski
ade6bd8185
Enable _stage module and freeze stage library on the PyBadge
4 years ago
siddacious
5135ee52d9
Changing to support for CP32-M4 wrover
4 years ago
Radomir Dopieralski
eeef5359f9
Merge branch 'master' into gamepad-shift
4 years ago
Dan Halbert
f8473f4a39
Merge pull request #1788 from tannewt/pinyin
...
Add Chinese (Pinyin) and slim down boards so it fits
4 years ago
Scott Shawcroft
defc6dceb0
Slim down feather m0 express
4 years ago
Scott Shawcroft
796fc3f5ab
Update font location and shrink a bunch of builds
4 years ago
Scott Shawcroft
c064deaaf5
Merge pull request #1785 from pewpew-game/ugame-displayio
...
Enable displayio for the ugame10 board
4 years ago
Scott Shawcroft
7161038d6b
Turn off `displayio` because it is a satellite
4 years ago
Radomir Dopieralski
0599286e32
Use never_reset in ugame10
4 years ago
Radomir Dopieralski
947662415c
Disable gamepad for feather_m0_express_crickit
4 years ago
Max Holliday
41499ac315
No I2S on G19
4 years ago
Max Holliday
e85b6fb83c
adding kicksat-sprite board
...
See https://github.com/RoboticExplorationLab/sprite for details
4 years ago
Radomir Dopieralski
dabbded622
Got back to using Display object in the Stage library
4 years ago
Radomir Dopieralski
c3136f4f32
Enable displayio for uGame10 board
...
Also, make the _stage library work with the fourwire bus, to re-use the
display.
4 years ago
Radomir Dopieralski
5603d0cd38
Configure the TFT spi to 24MHz by default
...
That is (slightly) out of spec for the display, but it works reliably.
4 years ago
Scott Shawcroft
9f4f689879
Free up space in Itsy Bitsy M0 by limiting inline.
4 years ago
ladyada
894c1e9590
Rev D/E (beta) hardware!
4 years ago
Dan Halbert
203d795bd6
Merge pull request #1772 from tannewt/fix_gc_never_free
...
Check that a never free pointer is on the heap.
4 years ago
Scott Shawcroft
44e32506ed
Don't make Pins for those not connected on Itsy M0
4 years ago
Dan Halbert
c0c809ad4b
Fix version skew for bast_pro_mini build
4 years ago
Scott Shawcroft
ac2fd2fa80
Merge pull request #1773 from dhalbert/no-recursive-background-tasks
...
Don't let a background task call run_background_tasks()
4 years ago
Dan Halbert
d8763debf5
shrink sparkfun_lumidrive build
4 years ago
Dan Halbert
fc9cb038c4
Merge pull request #1715 from ElectronicCats/master
...
Added Bast Pro Mini M0
4 years ago
Dan Halbert
d633928a16
Don't let a background task call run_background_tasks()
4 years ago
Scott Shawcroft
129e725599
Merge branch 'master' into master
4 years ago
Scott Shawcroft
0e98eeb63b
Turn off touchio on pIRkey and add back usb midi.
...
USB MIDI was still being compiled in mostly anyway. There is no
place to touch on the board so touchio is useless.
4 years ago
Scott Shawcroft
ef23ffe584
Turn off audiobusio on Hallowing to free rom
...
It is about 5kb and the pins aren't broken out for it anyway.
4 years ago
Scott Shawcroft
de48e4b262
Merge remote-tracking branch 'adafruit/master' into fix_cpx_display
4 years ago
Scott Shawcroft
0f003ac5b8
Reorganize board busses into shared-bindings and shared-module.
4 years ago
Radomir Dopieralski
8323721232
Stop hard-coding SPI frequency in FourWire
...
Instead remember and use the frequency, polarity and phase that was
set when the bus was first created.
4 years ago
Scott Shawcroft
7686f93ef4
Fix crash when getting board.SPI outside the VM
...
If one of the default pins was already in use it would crash.
The internal API has been refined to allow us to get the value
without causing an init of the singleton.
Fixes #1753
4 years ago
Melissa LeBlanc-Williams
36b10104d6
Adjusted inline limit to fix Hallowing PL build
4 years ago
Melissa LeBlanc-Williams
7872a33f8b
Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd1331
4 years ago
Dan Halbert
50d72ed993
shrink sparkfun_lumidrive to make room for large translations
4 years ago
Melissa LeBlanc-Williams
af3d809980
Updated boards files with displays
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
29df5930dd
#if EIC handlers; turn off rotaryio in pirkey for space reasons
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
ceb6f2e4fc
Rework flash flush so it preserves the cache
...
This should make filesystem writes quicker and cause less heap
churn.
4 years ago
Sabas
19c6b8aa0c
Merge branch 'master' into master
4 years ago
Dan Halbert
709de9ce9f
Merge pull request #1732 from ladyada/master
...
add airlift lite - samd51j19 + 2MB QSPI
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
sabas1080
bb7bb80b4a
update bast pro mini m0
4 years ago
Melissa LeBlanc-Williams
8087cb41e5
Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd1351-fix
4 years ago
Dan Halbert
f118aef283
copy/paste error
4 years ago
Dan Halbert
88068876ed
turn off frequencyio for all SAMD21 builds
4 years ago
Dan Halbert
df79e9a732
Merge pull request #1687 from jrcutler/master
...
Enable nvm storage for all samd21x18 boards
4 years ago
Melissa LeBlanc-Williams
f4cede4747
Removed parameter so CS is always toggled
4 years ago
Melissa LeBlanc-Williams
b2ad16f5c8
Removed parameter so CS is always toggled
4 years ago
Melissa LeBlanc-Williams
5f0e71ccb4
Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd1351-fix
4 years ago
Melissa LeBlanc-Williams
0df40534f3
Merge branch 'master' of https://github.com/adafruit/circuitpython
4 years ago
Scott Shawcroft
2c93ce5a28
Merge pull request #1672 from dhalbert/regular-fs-flush
...
flush flash filesystem once a second
4 years ago
ITACA Innovation S.R.L
74c5705a9a
Update mpconfigboard.mk
4 years ago
ITACA Innovation S.R.L
994f292b3b
Rename ports/atmel-samd/boards/uChip/pins.c to ports/atmel-samd/boards/uchip/pins.c
4 years ago
ITACA Innovation S.R.L
5ed11ddfc3
Rename ports/atmel-samd/boards/uChip/mpconfigboard.mk to ports/atmel-samd/boards/uchip/mpconfigboard.mk
4 years ago
ITACA Innovation S.R.L
dfc5602fa0
Rename ports/atmel-samd/boards/uChip/mpconfigboard.h to ports/atmel-samd/boards/uchip/mpconfigboard.h
4 years ago
ITACA Innovation S.R.L
af04307c83
Rename ports/atmel-samd/boards/uChip/board.c to ports/atmel-samd/boards/uchip/board.c
4 years ago
ITACA Innovation S.R.L
4886451000
Add files via upload
...
This is a pull request to add support for uChip into the Circuitpython environment.
We tested the uploaded code and it seems to work with Circuitpython.
If there are any suggestions or changes needed, please let us know!
What is uChip in brief?
A complete USB dev board the size of a narrow 16-DIP package, featuring Atmel SAMD21 Cortex M0+ and onboard switching converters. (OTG compliant and power delivery up to 1A@5V or 3V3).
For more details refer to the ongoing campaign on kickstarter.
www.kickstarter.com/projects/1186620431/uchip-arduino-zero-compatible-in-a-narrow-dip-16-p
4 years ago
Melissa LeBlanc-Williams
c3329e224d
Added Single Byte Boundaries option for certain displays
4 years ago
Justin R. Cutler
41f4f269f1
Disable frequencyio support for samd21-based catwan_usbstick target.
4 years ago
Justin R. Cutler
d6c7bda6d1
Enable 256b of nvm storage for all samd21x18-bootloader.ld boards.
4 years ago
Melissa LeBlanc-Williams
0c33f7fdb4
Enable CS toggle for displayio by default
4 years ago
Melissa LeBlanc-Williams
d2a0ec28a0
Fixed display init on boards with displays
4 years ago
Dan Halbert
eca23a7279
remove i2cslave from feather m0 crickit
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
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
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
Scott Shawcroft
e05ab64398
Squeeze down the feather crickit build
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
Dan Halbert
97140e6a62
wrong arg type for PWMOut variable_frequency
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
2e500a8a29
Copy inline setting on feather m0 express that the metro has.
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
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
8f57606513
Merge pull request #1635 from caternuson/iss1634_SPEAKER
...
add SPEAKER pin alias for PyPortal
4 years ago
caternuson
46fc8a8a86
change order so SPEAKER is first
4 years ago
caternuson
53b7055283
add SPEAKER pin alias for PyPortal
4 years ago
Radomir Dopieralski
caf51cf4eb
Add default devices and tweak brightness in boards/pewpew10
4 years ago
Dan Halbert
26ed411936
Shrink build so de_DE fits
4 years ago
sommersoft
b7b74d1f78
update translations
4 years ago
sommersoft
b2520f3147
using the correct name for things is important...
4 years ago
sommersoft
c9eb02d9d2
shore-up inclusion
4 years ago
sommersoft
2cd6a79016
better handle frequencyio inclusion
4 years ago
sommersoft
438eadd63a
re-add frequencyin to 'timer_handler' after upstream merge
4 years ago
sommersoft
a44bfc2730
Merge branch 'master' of https://github.com/adafruit/circuitpython into new_freq_in
4 years ago
Dan Halbert
17bf2afa41
Merge pull request #1607 from pewpew-game/pewpew10.x-4.x
...
Add support for PewPew 10.x boards
4 years ago
Radomir Dopieralski
263134dcd3
Add more guards for CIRCUITPYTHON_PEW
4 years ago
Dan Halbert
7535326d38
Merge pull request #1605 from dhalbert/pwmout-tcc-lock-ccb
...
Use TCC LUPD lock when updating CCB
4 years ago
Radomir Dopieralski
2bfafd1fc9
Enable math for pewpew10
4 years ago
Radomir Dopieralski
5d85d54026
Move the frozen pew.py into a submodule
4 years ago
Radomir Dopieralski
89b2788d11
Apply review fixes:
...
* fix formatting
* fix copyrights
* fix CIRCUITPYTHON_GAMEPAD guards
* add CIRCUITPYTHON_PEW guards to reset
* fix module list order
4 years ago
Radomir Dopieralski
3826ca4194
Rename internal pins to add underscore in front
4 years ago
Radomir Dopieralski
f5f4932220
Clean unused include from tick.c
4 years ago
Radomir Dopieralski
18870255ea
Remove the pewpew70 board definition, leave only pewpew10
4 years ago
Dan Halbert
fb027f2024
Update PyPortal pins to rev C
4 years ago
Radomir Dopieralski
45fea86554
Rebase on top of CircuitPython 4.x
4 years ago
Dan Halbert
3c24e893e9
Fix SYNCBUSY loop typo.
4 years ago
Dan Halbert
808304e827
Use TCC LUPD lock when updating CCB
4 years ago
Radomir Dopieralski
59f63eaef6
Handle new buttons
4 years ago
Radomir Dopieralski
0a5c1c9402
Some cleanup
4 years ago
Radomir Dopieralski
55b511a5d8
Use a dedicated timer
4 years ago
Radomir Dopieralski
88e40193ae
Add a _pew module
4 years ago
Radomir Dopieralski
7ac11ed8e1
Enlarge the usb disk
4 years ago
Radomir Dopieralski
5a1e69f5b8
Correct a typo in the pin name
4 years ago
Radomir Dopieralski
a41ea27596
Add pewpew70 board
4 years ago
sommersoft
4d47ce5c60
fixes set_timer_handler call
4 years ago
sommersoft
9d20380bd4
Merge branch 'master' into new_freq_in
4 years ago
sommersoft
4a9f05a44f
final re-glue; compiles now.
4 years ago
sommersoft
a8204f1bf9
touchup adding frequencyin interrupt handling
4 years ago
sommersoft
f602fa3d9f
fix init deps
4 years ago
Bryan Siepert
3afcd3f5bc
another/different size tweak for the DE hallowing build
4 years ago
Bryan Siepert
2cb31ea546
Merge branch 'master' into bmp_bitdepths
4 years ago
Bryan Siepert
3843e96edc
Tweaking German hallowing build for size
4 years ago
ladyada
85421f9766
final pin names, tested with final release
4 years ago
sommersoft
2437ab9605
update frequencyin interrupt handler
4 years ago
sommersoft
a1060747f8
Merge branch 'new_master' into new_freq_in
4 years ago
Scott Shawcroft
af863a3780
Merge pull request #1586 from sommersoft/shared_timer_handler
...
Move shared_timer_handler
4 years ago
sommersoft
a3f387274f
fix build issues
4 years ago
sommersoft
7a7f6638d2
update peripherals submodule
4 years ago
Kattni
f3e50b9df2
Merge pull request #1581 from dhalbert/ble-drv-root-pointer
...
Use critical section, not lock, in CharacteristicBuffer; use a root pointer for ble_drv list
4 years ago
Dan Halbert
99da3b9646
Use critical section, not lock, in CharacteristicBuffer; use a root pointer for ble_drv list
4 years ago
sommersoft
55e7c5a41b
handle 'set_timer_handler' on this side, vs samd-periphs.
4 years ago
Dan Halbert
0dc2600587
Merge pull request #1552 from tannewt/onsdbitmap
...
Fix displaying images off of SD cards.
4 years ago
Scott Shawcroft
3e24b9668e
Merge pull request #1573 from dhalbert/reset-analogout
...
Fix #ifdefs in port.c to call xxx_reset() routines properly. Remove most uses of EXPRESS_BOARD.
4 years ago
Scott Shawcroft
53fa65e318
Speed up pyportal by writing memory on the same access as our rotation.
4 years ago
Dan Halbert
4e75aaecd0
Merge pull request #1569 from TG-Techie/patch-7
...
PYPORTAL:make it easier for people to hookup in spi mode
4 years ago