summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-21Merge pull request #2545 from dhalbert/cpx-stack-47605.0.0-beta.4Dan Halbert
Increase CPX stack size by 256
2020-01-21Merge pull request #2543 from pewpew-game/support-matrixsommersoft
Fix entry overrides in support matrix generation
2020-01-21Increase CPX stack size by 256Dan Halbert
2020-01-21Fix entry overrides in support matrix generationRadomir Dopieralski
Fix #2539 The entries in the board's mpconfigboard.mk override any other entries. Also, fixed a warning for bad use of backslash in a string.
2020-01-20Merge pull request #2534 from CapableRobot/capablerobot-usbhubScott Shawcroft
Pin name updates and add additional SPI flash part for Capable Robot USB Hub
2020-01-20Merge remote-tracking branch 'origin/master' into capablerobot-usbhubChris Osterwood
2020-01-17Merge pull request #2530 from adafruit/mimxrt1011_pin_fixLimor "Ladyada" Fried
mimxrt1011: Fix pin definition
2020-01-17mimxrt1011: Fix pin definitionarturo182
2020-01-16Merge pull request #2528 from oshwabadge2020/ohs2020-badgeLimor "Ladyada" Fried
Ohs2020 badge initial support
2020-01-16Update the VID and USB company stringMichael Welling
Signed-off-by: Michael Welling <mwelling@ieee.org>
2020-01-16Fix backlight pin registrationMichael Welling
Signed-off-by: Michael Welling <mwelling@ieee.org>
2020-01-16Add OHS2020 badge to build.ymlMichael Welling
Signed-off-by: Michael Welling <mwelling@ieee.org>
2020-01-16Initial board support for OHS2020 BadgeMichael Welling
Not tested but builds. Signed-off-by: Michael Welling <mwelling@ieee.org>
2020-01-15Merge pull request #2510 from dhalbert/bonding-nvmScott Shawcroft
nrf: Add bonding to BLE pairing support
2020-01-15Merge pull request #2525 from aramcon-badge/badge_2019_upstreamDan Halbert
Add board definition files for AramCon Badge 2019
2020-01-16Add board definition files for AramCon Badge 2019Benny Meisels
2020-01-15Merge pull request #2520 from joeycastillo/openbook-squashedDan Halbert
CircuitPython support for the Open Book
2020-01-15Merge pull request #2521 from dalegrover/add_seeeduino_xiaoLimor "Ladyada" Fried
Add Seeeduino XIAO board definitions
2020-01-14address review commentsDan Halbert
2020-01-14Initial commit.dalegrover
2020-01-14add support for the Open BookJoey Castillo
2020-01-14Merge pull request #2463 from hierophect/stm32-i2c-reworkhierophect
STM32: I2C fix & general busio cleanup
2020-01-14Merge pull request #2507 from kamtom480/circuitpython-mkspkScott Shawcroft
Add mkspk source files
2020-01-14Merge pull request #2505 from theodox/masterScott Shawcroft
Make all `PYTHON` env vars into `PYTHON3`
2020-01-14Merge pull request #2504 from rhooper/fix-tuple-subscrScott Shawcroft
Fix tuple subscr
2020-01-14style changes, fix i2c typoHierophect
2020-01-13Merge pull request #2511 from scs217/feather_m4_express_expanded_pinoutDan Halbert
Added Dxx names to analog pins on Feather M4 Express pins.c file
2020-01-13second revision to line breaks for visibility per dhalbertscs217
2020-01-13inserted line breaks between different pins (grouping together aliases for ↵scs217
legibility) per request by dhalbert
2020-01-13Added Dxx names to analog pins on Feather M4 Express pins.c filescs217
2020-01-13fix some typos and leftoversDan Halbert
2020-01-13merge from adafruit/circuitpythonDan Halbert
2020-01-13put bonding to-do flags into Connection objects instead of using a ↵Dan Halbert
heap-allocated queue
2020-01-13Merge pull request #2457 from hierophect/stm32-cpython-compatScott Shawcroft
STM32: Cpython compatibility flag 2
2020-01-13Exclude mkspk from docsKamil Tomaszewski
2020-01-13Add mkspk source filesKamil Tomaszewski
2020-01-12fix CCCD bonding store; avoid excessive bonding writesDan Halbert
2020-01-11Make all `PYTHON` env vars into `PYTHON3`Steve Theodore
make file contained a mix of references to `PYTHON` and `PYTHON3`, and did not build on a fresh install of Ubuntu (under Windows LXSS)
2020-01-11make types that depend on tuple subscr workRoy Hooper
2020-01-10wip: HID bonding works!Dan Halbert
2020-01-10Merge pull request #2501 from kamtom480/timerhookScott Shawcroft
Fix board_timerhook
2020-01-10Merge pull request #2498 from dhalbert/optional-i2c-pullup-checkingScott Shawcroft
Make requiring I2C pullups be optional
2020-01-10Merge pull request #2461 from jepler/urandom-hardfaultsScott Shawcroft
Urandom hardfaults
2020-01-10add flag to i.mx portDan Halbert
2020-01-10Fix board_timerhookKamil Tomaszewski
2020-01-09Add test for issue #2465 - tuple subsclass subscriptRoy Hooper
2020-01-09wip; redid flash writing to be compatible with SDDan Halbert
2020-01-09Make requiring I2C pullups be optionalDan Halbert
2020-01-09spacing changes and text fixHierophect
2020-01-09Merge branch 'master' into stm32-i2c-reworkHierophect