9559 Commits (a23719e0ad134dcc2e771bb6932fbfdc3ac33f17)
 

Author SHA1 Message Date
roland c1c798fbc3 drivers/cc3000: Use cc3000_time_t instead of time_t for custom typedef. 6 years ago
Damien George 17b512020b py/emitnative: Allocate space for local stack info as it's needed. 6 years ago
Damien George 652a58698e py/emitnative: Simplify handling of exception objects from nlr_buf_t. 6 years ago
Damien George 3bef7bd782 py/emitnative: Fix native locals stack to start at correct location. 6 years ago
Damien George 1c0bd46d1d py/asmx86: Use generic emit function to simplify cmp emit function. 6 years ago
Damien George ce786da196 tests/run-tests: Enable bool1.py test with native emitter. 6 years ago
Damien George 49529f22d4 tests/micropython/viper_cond: Add test for large int as bool. 6 years ago
Damien George 10830059c5 py/emitnative: Fix x86 native zero checks by comparing full word. 6 years ago
Damien George 4b1e8bdebd py/emitnative: Factor common code for native jump helper. 6 years ago
Peter Hinch 163bacd1e8 docs/library/machine.I2C.rst: Clarify availability of primitive I2C ops. 6 years ago
Ayke van Laethem 0d7a088039 tools/pyboard: Run exec: command as a string. 6 years ago
Ayke van Laethem 6572029dc0 tests: Make tests work on targets without float support. 6 years ago
Damien George 7be5bb3672 stm32/adc: Fix ADC reading on F0 MCUs to only sample a single channel. 6 years ago
Damien George c62b23094f stm32/adc: Disable VBAT in read channel helper function. 6 years ago
Ayke van Laethem e755bd4932
nrf/uart: Fix UART.writechar() to write just 1 byte. 6 years ago
Ayke van Laethem 60a05485cb
nrf/uart: Remove unused UART.char_width field. 6 years ago
Stig Bjørlykke 2cf2ad943e nrf: Use separate config for each PWM instance. 6 years ago
Damien George b630dfcc1d py: Fix compiling with debug enabled and make more use of DEBUG_printf. 6 years ago
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