summaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2019-05-16correct USB PIDs for several boardsDan Halbert
2019-05-14Merge pull request #1884 from CapableRobot/capablerobot-usbhubScott Shawcroft
2019-05-14Fix to prevent critical pins from being reset when MCU restarts or enters REPLChris Osterwood
2019-05-14Added board definition for Capable Robot Programmable USB HubChris Osterwood
2019-05-13Fix pin lostsabas1080
2019-05-10Merge pull request #1873 from ElectronicCats/escornabot_makech4.0.0-rc.2Scott Shawcroft
2019-05-10Update pins definesabas1080
2019-05-10Tighten down inlining on the pIRkeyScott Shawcroft
2019-05-10Merge latest adafruit/master in.Scott Shawcroft
2019-05-08Fix crash in internal filesystem on nrfScott Shawcroft
2019-05-08Init escornabotsabas1080
2019-05-08Merge pull request #1855 from dhalbert/frequencyin-no-double-arithScott Shawcroft
2019-05-08fix VID and PID invertedsabas1080
2019-05-07avoid double float arithmetic in FrequencyInDan Halbert
2019-04-29re-add i2s (its J not G!)ladyada
2019-04-29similar to pybadge, has pin defs for joystick - comes up with filesys and dis...ladyada
2019-04-28removed problem libraries from frozen build.wallarug
2019-04-27updated lotswallarug
2019-04-25added robohatmm1 board defs.wallarug
2019-04-23update periph submoduleladyada
2019-04-23fix up pybadge for final release board (swap backlite and reset)ladyada
2019-04-22Off-by-one error for usage of MAX_TX_IN_PROGRESSDan Halbert
2019-04-18Merge pull request #1815 from dhalbert/stop-flickerScott Shawcroft
2019-04-18add Display.__init__() args for brightness and auto_brightnessDan Halbert
2019-04-17Correct call structure for throwing errorsScott Shawcroft
2019-04-17Update translations and use same error for PDM tooCarlos
2019-04-17[audiobusio-I2SOut] Fix translation errorCarlos
2019-04-17[audiobusio-I2SOut] Fix compilation error by using mp_raise_ValueError_vargCarlos
2019-04-17Fix I2SOut message, fix #1765Carlos
2019-04-17Merge pull request #1754 from dmazzella/dmazzella-patch-1Scott Shawcroft
2019-04-17Merge pull request #1778 from pewpew-game/gamepad-shiftDan Halbert
2019-04-16Merge pull request #1804 from ITACAInnovation/masterScott Shawcroft
2019-04-16Merge pull request #1803 from nickzoic/circuitpython-nickzoic-1042-nrf-nvm-by...Dan Halbert
2019-04-16Merge remote-tracking branch 'adafruit/master' into gamepadshiftScott Shawcroft
2019-04-16Actually call gamepadshift_tickScott Shawcroft
2019-04-16Merge branch 'master' into masterScott Shawcroft
2019-04-16Merge pull request #1798 from ntavish/papyrScott Shawcroft
2019-04-16Fully split gamepadshift from gamepadScott Shawcroft
2019-04-16Add files via uploadITACA Innovation S.R.L
2019-04-16Updates: VID&PID, pinoutITACA Innovation S.R.L
2019-04-16Add support for Electronut Labs Papyr.Tavish Naruka
2019-04-16Fix up single-byte access to nvm.ByteArrayNick Moore
2019-04-16Fixups for adafruit/circuitpython#1042Nick Moore
2019-04-16Make some space for NVM adafruit/circuitpython#1042Nick Moore
2019-04-16Switch supervisor/internal_flash to use new nrf_nvm_safe_flash_page_writeNick Moore
2019-04-16switch nvm.ByteArray to use new nrf_nvm_safe_flash_page_writeNick Moore
2019-04-16Add a peripherals/nrf/nvm.c to wrap flash page writes safelyNick Moore
2019-04-16Working flash pages for nvm.ByteArray adafruit/circuitpython#1042Nick Moore
2019-04-16switch CIRCUITPY_NVM on!Nick Moore
2019-04-16nvm.ByteArray reads & writes but no sensible erase yet adafruit/circuitpython...Nick Moore