summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-04Merge pull request #2584 from dhalbert/oserror-with-filename5.0.0-beta.5Dan Halbert
Include filename for 'No such file/directory', etc.
2020-02-04Merge remote-tracking branch 'adafruit/master' into oserror-with-filenameDan Halbert
2020-02-04fix printing single-arg exceptionsDan Halbert
2020-02-04fix multi-arg exception printingDan Halbert
2020-02-04preserve errno in OSErrorDan Halbert
2020-02-04Merge pull request #2568 from hierophect/stm32-loader-linkersScott Shawcroft
STM32: UF2 build option for STM32F405
2020-02-04Include filename for 'No such file/directory', etc.Dan Halbert
2020-02-04Merge pull request #2582 from dhalbert/palette-color-list-tupleKattni
allow tuple or list for Palette color
2020-02-04Implement new linker for external flash onlyLucian Copeland
2020-02-03make translateDan Halbert
2020-02-03allow tuple or list for Palette colorDan Halbert
2020-02-03Merge pull request #2577 from ladyada/masterDan Halbert
Add initial Bluefruit Sense
2020-02-03add buildlineladyada
2020-02-03add bluefruit sense - testedLady Ada
2020-02-03Merge pull request #2576 from oshwabadge2020/ohs2020-badge-newLimor "Ladyada" Fried
Ohs2020 badge updates
2020-02-02Adjust OHS2020 madctl for default rotationMichael Welling
Make to go faster I guess. Signed-off-by: Michael Welling <mwelling@ieee.org>
2020-02-02Add I2C pin definitions for interoperability with Adafruit librariesMichael Welling
Signed-off-by: Michael Welling <mwelling@ieee.org>
2020-02-02Updates to enable working SPI TFTMichael Welling
The backlight enable is active low on our board so the driver doesn't like it. Toggling to GPIO manually for now. As fixed the improper SPI bus pins definitions and it works! Signed-off-by: Michael Welling <mwelling@ieee.org>
2020-02-02QSPI flash fixesMichael Welling
We had the pin names swapped on the schematic and a different flash was populated. Signed-off-by: Michael Welling <mwelling@ieee.org>
2020-01-31Merge pull request #2572 from ladyada/masterDan Halbert
adjust CLUE madctl so rotation 0 is 'right'
2020-01-31adjust CLUE madctl so rotation 0 is 'right'Lady Ada
2020-01-31Merge pull request #2571 from dhalbert/clue-fixesDan Halbert
fix UICR check; do not use NULL for no MISO
2020-01-31fix UICR check; do not use NULL for no MISODan Halbert
2020-01-31Merge pull request #2569 from dhalbert/nrf-increase-connectionsDan Halbert
increase max BLE connections from 2 to 5
2020-01-31increase max connections from 2 to 5Dan Halbert
2020-01-31Merge branch 'stm32-loader-linkers' of ↵Lucian Copeland
https://github.com/hierophect/circuitpython into stm32-loader-linkers
2020-01-31Fix pyboardLucian Copeland
2020-01-31Update ports/stm32f4/boards/STM32F405_boot.ldhierophect
Co-Authored-By: Scott Shawcroft <scott@tannewt.org>
2020-01-31text fixesLucian Copeland
2020-01-31dangling editLucian Copeland
2020-01-31Add build option for UF2 flash offsetLucian Copeland
2020-01-31Merge branch 'master' into stm32-loader-linkersLucian Copeland
2020-01-30Merge pull request #2565 from dhalbert/gamepad-for-cpxDan Halbert
add gamepad to specialty cpx builds; update frozen libs
2020-01-30add gamepad to specialty cpx builds; update frozen libsDan Halbert
2020-01-30Merge pull request #2564 from dhalbert/clue-rev-cDan Halbert
Update CLUE to Rev C
2020-01-30Update CLUE to Rev CDan Halbert
2020-01-30Merge pull request #2550 from tannewt/tweak_pixelbufJeff Epler
Encapsulate the buffers within PixelBuf
2020-01-30Merge remote-tracking branch 'adafruit/master' into tweak_pixelbufScott Shawcroft
2020-01-30Remove unneeded native cast.Scott Shawcroft
2020-01-30Merge pull request #2561 from pewpew-game/stage-backgroundScott Shawcroft
circuitpython-stage: allow choosing background color
2020-01-30Merge pull request #2562 from dhalbert/ble-fixesScott Shawcroft
nrf: track vm_used_ble better
2020-01-30track vm_used_ble betterDan Halbert
2020-01-30circuitpython-stage: allow choosing background colorRadomir Dopieralski
2020-01-29Tweak error messages to reduce code size.Scott Shawcroft
2020-01-29Merge pull request #2404 from hierophect/stm32-meowbitScott Shawcroft
STM32: Meowbit support
2020-01-29fix merge issueLucian Copeland
2020-01-29Merge commit 'eb0ef' into tweak_pixelbufScott Shawcroft
2020-01-29Merge commit 'b36b24' into tweak_pixelbufScott Shawcroft
2020-01-29Merge branch 'master' into stm32-meowbithierophect
2020-01-29Move board_init to main.cLucian Copeland