summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-28change 'c2rst' from source_parser -> extension; allows use of sphinx 2.xsommersoft
2019-07-27fix board_exclusion lookupsommersoft
2019-07-27Merge branch 'master' into dynamic_support_matrixsommersoft
2019-07-27update 'Core Modules' descriptionsommersoft
2019-07-27use MICROPY_HW_BOARD_NAME vice board's folder namesommersoft
2019-07-27move the support matrix to its own page; add linking for modulessommersoft
2019-07-27change conf.py to use modules-by-boardsommersoft
2019-07-27add port-wide config parsing; add modules-by-board functionsommersoft
2019-07-25Merge pull request #2010 from jepler/audiocoreScott Shawcroft
audiocore: Factor from audioio
2019-07-25Remove unneeded headersScott Shawcroft
2019-07-25audiocore: Factor from audioioJeff Epler
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`.
2019-07-24Merge pull request #2007 from hierophect/F4xx-port-setupScott Shawcroft
Add STM32 Discovery F412ZG and F411RE support
2019-07-24Update SystemCoreClock macroHierophect
2019-07-24Requested changes, general cleanupHierophect
2019-07-24Merge pull request #2009 from hathach/tinyusb-updateDan Halbert
update tinyusb lib to 0.5.x
2019-07-24whitespacehathach
2019-07-24update tinyusb lib to 0.5.xhathach
2019-07-23docs: replace overzealous removal of parenssommersoft
2019-07-23docs: revert calling 'shared_bindings_matrix.py'sommersoft
2019-07-23don't use files to pass data; call and return directly in conf.pysommersoft
2019-07-23remove local copy of 'support_matrix.json'sommersoft
2019-07-23Revert tinyUSB issueHierophect
2019-07-23Doc error caused by submodule, misc cleanupHierophect
2019-07-23Switch to submodule for cube filesHierophect
2019-07-23Python doc generator fixesHierophect
2019-07-22Merge pull request #1998 from tannewt/monocolorDan Halbert
Add support for grayscale displays
2019-07-22Merge pull request #1986 from AnthonyDiGirolamo/patch-1Scott Shawcroft
Update Arch Linux ARM compiler installation instructions
2019-07-22Merge pull request #2006 from ntavish/patch-1Dan Halbert
Fix incorrect preprocessor define NRFX_TIMER3/4
2019-07-22Switch to SAMD compatible tinyusb commitHierophect
2019-07-22Fix LED misuse interfering with atmel buildsHierophect
2019-07-22Cleanup missed itemsHierophect
2019-07-22Add feature conditionals and clean upHierophect
2019-07-22Fix incorrect preprocessor define NRFX_TIMER3/4Tavish Naruka
Should be NRF_TIMER3 and NRF_TIMER4
2019-07-19Review feedback including NO_BRIGHTNESS_COMMAND macroScott Shawcroft
2019-07-19Turn off bitbanging on Hallowing to save code space.Scott Shawcroft
2019-07-19Correct typo in line meant to turn off frequencyio on M0 which saves 2k code ↵Scott Shawcroft
space.
2019-07-19Update translationsScott Shawcroft
2019-07-19Add support for grayscale displays that are < 8 bit depth.Scott Shawcroft
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
2019-07-19pin selection cleanup, tinyUSB updateHierophect
2019-07-19Merge pull request #2002 from ntavish/blip_improvementsScott Shawcroft
Blip improvements
2019-07-19enable libraries needed by BlipBoy ShieldTavish Naruka
2019-07-18Makefile cleanupHierophect
2019-07-18Deinit-capable USB on 411Hierophect
2019-07-18Merge pull request #1993 from dhalbert/ble-scanner5.0.0-alpha.0Scott Shawcroft
bleio: add central and scanner functionality, cleanup bleio API, some code restructure
2019-07-17Add missing files for DigitalIOHierophect
2019-07-17fix gitignoreHierophect
2019-07-17first pass of DigitalIOHierophect
2019-07-16sphinx fixDan Halbert
2019-07-16Address review comments.Dan Halbert
2019-07-11update frozen librariesDan Halbert