9533 Commits (f7d6108d1ad83f26598e73d3b163f3de411c902b)
 

Author SHA1 Message Date
Damien George 21dae87710 stm32/modmachine: Get machine.sleep working on F0 MCUs. 6 years ago
Damien George 9dfbb6cc16 stm32/rtc: Get rtc.wakeup working on F0 MCUs. 6 years ago
Damien George 1e3a7f561f py/asmthumb: Optimise native code calling runtime glue functions. 6 years ago
Damien George f6f6452b6f stm32/Makefile: Use -Wno-attributes for ll_usb.c HAL source file. 6 years ago
Damien George 90fc7c5cfa stm32/sdcard: Get SDMMC alt func macro names working with F4,F7,H7 MCUs. 6 years ago
Damien George aec6fa9160 py/objstr: In format error message, use common string with %s for type. 6 years ago
Damien George 571295d090 tests/extmod/ujson_dump_iobase.py: Return number of bytes written. 6 years ago
roland 11a38d5dc5 tools/pydfu.py: Make the DFU tool work again with Python 2. 6 years ago
Andrew Leech 434975defa stm32/boards/STM32F429DISC: Enable onboard SDRAM. 6 years ago
Andrew Leech 968fa47392 stm32/sdram: On F7 MCUs enable MPU on external SDRAM. 6 years ago
Andrew Leech a1db1506a2 stm32/sdram: Integrate SDRAM driver into rest of code. 6 years ago
Andrew Leech 7ae053abfd stm32/sdram: Add SDRAM driver from OpenMV project. 6 years ago
Ayke van Laethem 7067ac3573 nrf/drivers/flash: Fix incorrect page alignment check. 6 years ago
roland 6a31dcd638 nrf: Update nrfjprog links to allow to download any version. 6 years ago
Damien George 81e320aecc docs/library/machine: Remove conditionals in machine class index. 6 years ago
Damien George 0ab8428995 docs/reference/index: Remove conditional for inline asm docs. 6 years ago
Damien George 5b1ca66668 docs/library/index: Add hint about using help('modules') for discovery. 6 years ago
Damien George 84d5dd46fe docs/library/index: Remove all conditionals from library index. 6 years ago
roland feec0a6909 tools/pydfu.py: Use getfullargspec instead of getargspec for newer pyusb 6 years ago
roland 6e50df4e21 tools/dfu.py: Pad image data to 8 byte alignment to support L476. 6 years ago
Damien George b7004efe36 travis: Add nrf port to Travis CI build. 6 years ago
Damien George 6ac4304284 nrf/boards/microbit: Use MICROPY_PY_BUILTINS_FLOAT to detect FP support. 6 years ago
Damien George 9addc38af4 nrf: Properly use (void) instead of () for function definitions. 6 years ago
Damien George 55632af70a nrf/Makefile: Make sure dependencies for pins_gen.c are correct. 6 years ago
Damien George 4201f36a46 stm32/sdcard: Use mp_hal_pin_config_alt_static to configure SD card pins 6 years ago
Andrew Leech 4343c9330e stm32: Add method for statically configuring pin alternate function. 6 years ago
Damien George ef554ef9a2 unix: Use MP_STREAM_GET_FILENO to allow uselect to poll general objects. 6 years ago
Damien George 7a4f1b00f6 py/stream: Introduce MP_STREAM_GET_FILENO ioctl request. 6 years ago
Damien George 7a67f057d7 extmod/modussl: Support polling in ussl objects by passing through ioctl 6 years ago
Damien George 4a2051eec7 extmod/modlwip: Deregister all lwIP callbacks when closing a socket. 6 years ago
Ayke van Laethem 055ee18919 tests/run-tests: Improve crash reporting when running on remote targets. 6 years ago
Ayke van Laethem 1b88433f2d
tests/run-tests: Add nrf target. 6 years ago
Ayke van Laethem 7c98c6b053
tests: Improve feature detection for VFS. 6 years ago
Peter D. Gray a8736e5c36 stm32/flashbdev: Fix bug with L4 block cache, dereferencing block size. 6 years ago
Damien George 3ffcef8bdf travis: Use build stages and parallel jobs under Travis CI. 6 years ago
Ayke van Laethem 8df342d330 nrf: Include $(SRC_MOD) in the build. 6 years ago
Ayke van Laethem 2f0f4fdcd3
nrf: Use mp_raise_ValueError instead of nlr_raise(...) 6 years ago
Damien George 4117a3d672 README: Update list of ports to include esp32 and nrf. 6 years ago
Glenn Ruben Bakke 264d80c84e nrf/drivers: Add license text to ticker.h and softpwm.h. 6 years ago
Glenn Ruben Bakke ab815788da nrf: Upgrade to nrfx 1.1.0 6 years ago
Glenn Ruben Bakke ea00717a57 nrf: Compile nlr objects with -fno-lto flag 6 years ago
Glenn Ruben Bakke 14d257c66b nrf: Add explicit make flag for oofatfs 6 years ago
Glenn Ruben Bakke 50ee908896 nrf/bluetooth: Replace BLE REPL (WebBluetooth) URL 6 years ago
Glenn Ruben Bakke cf58ef27af nrf: Quick-fix on const objects with open array dimension in objtuples. 6 years ago
Ayke van Laethem 0e5f8425ea nrf/boards: Check for stack/heap size using an assert. 6 years ago
Glenn Ruben Bakke 7144e87ced nrf/bluetooth: Add support for s132/s140 v6, remove s132 v2/3/5 7 years ago
Glenn Ruben Bakke db67a5000f nrf: Generalize feather52 target 6 years ago
Glenn Ruben Bakke b7ce2f1460 nrf: Add support for reading output pin state 7 years ago
Glenn Ruben Bakke 6011441342 nrf: Move pyb module to boards module 7 years ago
Glenn Ruben Bakke 4a323f8b80 nrf/nrfx_config: Move back nrf52832 to use non-EasyDMA SPI 7 years ago