aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-31stm32/rtc: Get rtc.wakeup working on F0 MCUs.Damien George
2018-07-31py/asmthumb: Optimise native code calling runtime glue functions.Damien George
2018-07-30stm32/Makefile: Use -Wno-attributes for ll_usb.c HAL source file.Damien George
2018-07-30stm32/sdcard: Get SDMMC alt func macro names working with F4,F7,H7 MCUs.Damien George
2018-07-30py/objstr: In format error message, use common string with %s for type.Damien George
2018-07-30tests/extmod/ujson_dump_iobase.py: Return number of bytes written.Damien George
2018-07-27tools/pydfu.py: Make the DFU tool work again with Python 2.roland
2018-07-23stm32/boards/STM32F429DISC: Enable onboard SDRAM.Andrew Leech
2018-07-23stm32/sdram: On F7 MCUs enable MPU on external SDRAM.Andrew Leech
2018-07-23stm32/sdram: Integrate SDRAM driver into rest of code.Andrew Leech
2018-07-23stm32/sdram: Add SDRAM driver from OpenMV project.Andrew Leech
2018-07-23nrf/drivers/flash: Fix incorrect page alignment check.Ayke van Laethem
2018-07-23nrf: Update nrfjprog links to allow to download any version.roland
2018-07-20docs/library/machine: Remove conditionals in machine class index.Damien George
2018-07-20docs/reference/index: Remove conditional for inline asm docs.Damien George
2018-07-20docs/library/index: Add hint about using help('modules') for discovery.Damien George
2018-07-20docs/library/index: Remove all conditionals from library index.Damien George
2018-07-20tools/pydfu.py: Use getfullargspec instead of getargspec for newer pyusbroland
2018-07-20tools/dfu.py: Pad image data to 8 byte alignment to support L476.roland
2018-07-20travis: Add nrf port to Travis CI build.Damien George
2018-07-20nrf/boards/microbit: Use MICROPY_PY_BUILTINS_FLOAT to detect FP support.Damien George
2018-07-20nrf: Properly use (void) instead of () for function definitions.Damien George
2018-07-20nrf/Makefile: Make sure dependencies for pins_gen.c are correct.Damien George
2018-07-20stm32/sdcard: Use mp_hal_pin_config_alt_static to configure SD card pinsDamien George
2018-07-20stm32: Add method for statically configuring pin alternate function.Andrew Leech
2018-07-20unix: Use MP_STREAM_GET_FILENO to allow uselect to poll general objects.Damien George
2018-07-20py/stream: Introduce MP_STREAM_GET_FILENO ioctl request.Damien George
2018-07-20extmod/modussl: Support polling in ussl objects by passing through ioctlDamien George
2018-07-20extmod/modlwip: Deregister all lwIP callbacks when closing a socket.Damien George
2018-07-20tests/run-tests: Improve crash reporting when running on remote targets.Ayke van Laethem
2018-07-20tests/run-tests: Add nrf target.Ayke van Laethem
2018-07-20tests: Improve feature detection for VFS.Ayke van Laethem
2018-07-19stm32/flashbdev: Fix bug with L4 block cache, dereferencing block size.Peter D. Gray
2018-07-19travis: Use build stages and parallel jobs under Travis CI.Damien George
2018-07-19nrf: Include $(SRC_MOD) in the build.Ayke van Laethem
2018-07-18nrf: Use mp_raise_ValueError instead of nlr_raise(...)Ayke van Laethem
2018-07-18README: Update list of ports to include esp32 and nrf.Damien George
2018-07-18nrf/drivers: Add license text to ticker.h and softpwm.h.Glenn Ruben Bakke
2018-07-18nrf: Upgrade to nrfx 1.1.0Glenn Ruben Bakke
2018-07-18nrf: Compile nlr objects with -fno-lto flagGlenn Ruben Bakke
2018-07-18nrf: Add explicit make flag for oofatfsGlenn Ruben Bakke
2018-07-18nrf/bluetooth: Replace BLE REPL (WebBluetooth) URLGlenn Ruben Bakke
2018-07-18nrf: Quick-fix on const objects with open array dimension in objtuples.Glenn Ruben Bakke
2018-07-18nrf/boards: Check for stack/heap size using an assert.Ayke van Laethem
2018-07-18nrf/bluetooth: Add support for s132/s140 v6, remove s132 v2/3/5Glenn Ruben Bakke
2018-07-18nrf: Generalize feather52 targetGlenn Ruben Bakke
2018-07-18nrf: Add support for reading output pin stateGlenn Ruben Bakke
2018-07-18nrf: Move pyb module to boards moduleGlenn Ruben Bakke
2018-07-18nrf/nrfx_config: Move back nrf52832 to use non-EasyDMA SPIGlenn Ruben Bakke
2018-07-18nrf/modules/machine/spi: Move enable-guard to prevent wrong includesGlenn Ruben Bakke