summaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2020-08-12Merge pull request #3269 from jepler/sharpdisplay-v2Scott Shawcroft
2020-08-12nrf: Improve commenting about disabled warningsJeff Epler
2020-08-12atmel-samd: disable FRAMEBUFFERIO on samd21Jeff Epler
2020-08-12Merge pull request #3262 from tannewt/fix_fs_corruptionScott Shawcroft
2020-08-12nrf: reset_pin_number: reset pin clears never-reset, mirroring samdJeff Epler
2020-08-12nrf: Make port build with -Werror=undefJeff Epler
2020-08-12trailing spaces fixbleeptrack
2020-08-11Whitespace and Newline fixbleeptrack
2020-08-11Fixing indentationbleeptrack
2020-08-11Removing unnecessary pin ignoredbleeptrack
2020-08-11PicoPlanetbleeptrack
2020-08-11Init directlyScott Shawcroft
2020-08-11Merge pull request #3232 from hierophect/esp32-neopixelScott Shawcroft
2020-08-10Fix writing sector 0 as the first write.Scott Shawcroft
2020-08-10Merge pull request #3244 from xiongyihui/mainJeff Epler
2020-08-10Merge remote-tracking branch 'origin/main' into stm32-sdioioJeff Epler
2020-08-10Fix neopixel macro issue, set default neopixel colorLucian Copeland
2020-08-07dynamically enable or disable QSPI by defaultYihui Xiong
2020-08-06add qspi_disable()Yihui Xiong
2020-08-05Fix pwm reset spew, protect against null reference in led statusLucian Copeland
2020-08-05avoid using the RGB LEDs to save energyYihui Xiong
2020-08-05adjustYihui Xiong
2020-08-04"pop from empty %q"Jeff Epler
2020-08-04Rework build flags, prevent idf errorsLucian Copeland
2020-08-04Combine 'index out of range' messagesJeff Epler
2020-08-04various: Use mp_obj_get_type_qstr more widelyJeff Epler
2020-08-04Combine similar strings to reduce size of translationsJeff Epler
2020-08-05add an option to turn off QSPI when sleepYihui Xiong
2020-08-03Merge remote-tracking branch 'origin/main' into stm32-sdioioJeff Epler
2020-08-03Merge remote-tracking branch 'upstream/main' into esp32-neopixelLucian Copeland
2020-08-01add RELEASE_NEEDS_CLEAN_BUILD for lang-specific CFLAGS_INLINE_LIMIT changesDan Halbert
2020-08-01SUPEROPT_VM = 0 for de_DEDan Halbert
2020-08-01Fix include errorLucian Copeland
2020-07-31Add neopixel supportLucian Copeland
2020-07-30atmel-samd: gemma, trinket: Make space for de_DE translationJeff Epler
2020-07-30Merge remote-tracking branch 'origin/main' into blm_badgeJeff Epler
2020-07-30Merge pull request #3226 from joeycastillo/mainJeff Epler
2020-07-30stm: sdioio: include header for common_hal_mcu_pin_claimJeff Epler
2020-07-30stm: sdioio: call common_hal_mcu_pin_claimJeff Epler
2020-07-30stm: fix if-guard of conditional codeJeff Epler
2020-07-30stm: sdioio: remove unused code related to "SD Card detect pin"Jeff Epler
2020-07-30stm: stioio: correctly claim pinsJeff Epler
2020-07-30stm: sdioio: Get rid of debug code and useless commentsJeff Epler
2020-07-30stm: Use 'Invalid %q pin selection' more placesJeff Epler
2020-07-30feather_stm32f405_express: sdio_data_tuple should be staticJeff Epler
2020-07-30stm: Add sdioio support for feather_stm32f405_expressJeff Epler
2020-07-30stm: enable SD module in HALJeff Epler
2020-07-30atmel-samd: move samd-specific scriptJeff Epler
2020-07-29add descriptive pin namesJoey Castillo
2020-07-29set screen orientation to portraitJoey Castillo