Hierophect
fff5f8eb65
Merge remote-tracking branch 'upstream/master' into stm32-meowbit
2020-01-06 11:31:25 -05:00
Hierophect
7198cc8ed6
Changes to UF2 settings, reboot working, no usb
2020-01-06 11:30:23 -05:00
Hierophect
f355642eab
Boot linker edits
2020-01-04 16:29:31 -05:00
Hierophect
d0fab1c728
Clean up debugging edits
2020-01-04 13:53:31 -05:00
Hierophect
36088becc9
PWM Fix, plus debugging
2020-01-04 13:35:53 -05:00
Scott Shawcroft
776c9b011c
Merge pull request #2432 from tannewt/fix_nrf_uart
...
Fix nRF UART reset
2020-01-03 16:57:59 -08:00
Scott Shawcroft
f6ec1ea172
Throw an error when we cannot allocate PWM pixel buffer
2020-01-03 15:15:36 -08:00
Scott Shawcroft
6afb8dadbc
Change SPI and I2C in the same way.
2020-01-03 15:14:37 -08:00
Dan Halbert
32b82032a1
Merge pull request #2423 from pewpew-game/pewpew-m4-update
...
Update the PewPew M4 board and circuitpython-stage
2020-01-01 13:59:02 -05:00
Dan Halbert
c7d68fc3bc
Merge pull request #2440 from adafruit/tannewt-hwm4-uart-pins
...
Fix Hallowing M4 Express UART pin mapping
2019-12-30 23:45:14 -05:00
Dan Halbert
f0d34da556
add display support; rotation 270
2019-12-30 17:39:39 -05:00
Dan Halbert
3f9ebd2fed
initial CLUE board defn
2019-12-30 17:10:42 -05:00
Hierophect
28b1d718a3
Tests for PWM issues, style changes
2019-12-30 15:15:55 -05:00
Scott Shawcroft
0223589e6c
Fix default UART too
2019-12-30 11:34:51 -08:00
Scott Shawcroft
e1d026f815
Update pins.c
2019-12-30 11:33:04 -08:00
Dan Halbert
264abd4741
Merge pull request #2428 from hathach/samd-improve-usb
...
improve usb dcd samd51
2019-12-30 13:39:17 -05:00
Hierophect
e9dbc34d80
add cypthon compat setting
2019-12-30 11:35:02 -05:00
Hierophect
5b9209aa02
Merge remote-tracking branch 'upstream/master' into stm32-meowbit
2019-12-30 11:17:12 -05:00
Scott Shawcroft
cfd71d9023
Fix nRF UART reset
...
disable only turns off ENABLE but doesn't set the init tracking that
nrfx uses. uninit hangs if ENABLE is off and is called because it
waits forever for TX to stop.
2019-12-27 20:18:07 -08:00
hathach
62c4028cde
sync with https://github.com/hathach/tinyusb/pull/246
...
should fix slow enumeration
2019-12-26 23:04:16 +07:00
Jerry Needell
d38a0007f1
define board.VOLTAGE_MONITOR for feather_stm32f405_express
2019-12-26 08:46:27 -05:00
Hierophect
b49ecc52b9
text fixes
2019-12-23 14:55:26 -05:00
Radomir Dopieralski
b06057395b
Update PewPew M4
...
PewPew M4 now has the pew.py added to its frozen libraries. Some
features needed to be disabled to make room for that.
2019-12-23 18:37:36 +01:00
Ha Thach
21cbd5ce96
Merge pull request #2379 from hierophect/update-tusb
...
Update Tinyusb
2019-12-23 17:58:26 +07:00
Scott Shawcroft
f60b6481e0
Turn off gamepad
on cpx crickit
2019-12-20 12:14:27 -08:00
Scott Shawcroft
b859e2b710
Remove re
from CPX Displayio build to make space.
2019-12-20 11:43:56 -08:00
Scott Shawcroft
f08c7d470d
Merge pull request #2410 from jepler/nrf-extended-samplerate
...
nrf: PWMAudioOut: 62500Hz limitation is not needed
2019-12-20 09:31:02 -08:00
Jeff Epler
d31a387ace
circuitplayground_express_displayio: reduce inlining to make .ko translation fit
2019-12-19 16:11:29 -06:00
Jeff Epler
51af8aadb7
nrf: PWMAudioOut: 62500Hz limitation is not needed
...
.. and it gets in the way of some example programs, due to the way
circuitplayground library generates different frequency sine waves
2019-12-19 10:34:56 -06:00
Hierophect
902e242237
Revert "enable internal SPI intercepts. can brick USB"
...
This reverts commit 5b70fa0a64
.
2019-12-18 17:17:06 -05:00
Hierophect
5b70fa0a64
enable internal SPI intercepts. can brick USB
2019-12-18 15:40:08 -05:00
Hierophect
3a5de7effd
Remove merge overflow
2019-12-18 14:46:12 -05:00
hathach
d1f045880d
Merge branch 'master' into hierophect-update-tusb
2019-12-18 16:52:04 +07:00
Ha Thach
25df6e613a
Merge pull request #2395 from hathach/nrfx-v2
...
upgrade nrfx API to v2
2019-12-18 16:14:25 +07:00
hathach
dad2663337
update nrfx submodule to v2
2019-12-18 15:39:11 +07:00
Scott Shawcroft
e9cb47ffbd
Merge pull request #2393 from dhalbert/increase-cpx-stack
...
Increase CPX stack size slightly
2019-12-17 14:35:37 -08:00
Hierophect
ba19cd9ecb
Internal filesystem displayIO test
2019-12-17 17:33:49 -05:00
Hierophect
f136ef2b91
add most remaining pindefs
2019-12-17 14:00:35 -05:00
Hierophect
4bfb255a1c
merge Thach's suggestion
2019-12-17 12:58:16 -05:00
Jeff Epler
8137ac4c49
nRF: PWMAudioOut: handle non-looping rawsamples
2019-12-17 08:59:08 -06:00
hathach
894cad2e17
upgrade nrfx API to v2
2019-12-17 21:39:52 +07:00
hathach
ebc21144b8
stm32 explicitily enable/disable vbus sense, fix warning
2019-12-17 10:55:19 +07:00
Dan Halbert
81581b345c
Increase CPX stack size slightly
2019-12-16 17:25:22 -05:00
JoeBakalor
03ea9ff66e
reset atmel-samd submodule to correct commit
2019-12-16 16:31:44 -05:00
Joe Bakalor
822828b9a4
Merge pull request #6 from adafruit/master
...
Pull master
2019-12-16 15:06:58 -05:00
JoeBakalor
2abccc1745
update vid and pid for teknikio_bluebird
2019-12-16 08:58:56 -05:00
KalbeAbbas
89ed64157d
Merge branch 'master' into master
2019-12-16 13:25:44 +05:00
KalbeAbbas
87dc9bee8b
Update mpconfigboard.mk
2019-12-16 12:25:51 +05:00
KalbeAbbas
6f6d6c01ab
Update mpconfigboard.mk
2019-12-16 12:18:16 +05:00
JoeBakalor
32744a04e1
update bluebird make file
2019-12-13 09:08:21 -05:00