9591 Commits (0f4d595bebb82cfdd6264e1d18455faa0502ff31)
 

Author SHA1 Message Date
Damien George da2d2b6d88 py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output. 6 years ago
Stig Bjørlykke 0c161691b4 nrf: Correct index checking of ADC/PWM/RTCounter instances. 6 years ago
Stig Bjørlykke 7f0c5f2ef9 nrf: Enable all PWM, RTC and Timer instances for nrf52840. 6 years ago
Stig Bjørlykke b6e49da407
nrf/uos: Add mbfs __enter__ and __exit__ handlers. 6 years ago
Rich Barlow 6e5a40cf3c tools/mpy-tool: Set sane initial dynamic qstr pool size with frozen mods 6 years ago
Damien George 5482d84673 stm32/modmachine: Get machine.sleep working on L4 MCUs. 6 years ago
Damien George c12348700f stm32/extint.h: Use correct EXTI lines for RTC interrupts. 6 years ago
Damien George d8e0320485 docs: Move WiPy specific Timer class to separate doc file. 6 years ago
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