index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-08-14
py/py.mk: Don't hardcode path to libaxtls.a.
Paul Sokolovsky
2018-08-14
windows/msvc: Support custom compiler for header generation.
stijn
2018-08-13
py/compile: For dynamic compiler, widen literal 1 to get correct shift.
Damien George
2018-08-10
stm32/spi: Round up prescaler calc to never exceed requested baudrate.
Damien George
2018-08-10
run-tests: Make .exp and .out file names unique by prefixing with dir.
stijn
2018-08-10
stm32/dma: Fix spelling of "corresponding" in two locations.
David Lechner
2018-08-10
tools/pyboard.py: Change base class of PyboardError to Exception.
Martin Dybdal
2018-08-08
drivers/cc3000: Use cc3000_time_t instead of time_t for custom typedef.
roland
2018-08-07
py/emitnative: Allocate space for local stack info as it's needed.
Damien George
2018-08-06
py/emitnative: Simplify handling of exception objects from nlr_buf_t.
Damien George
2018-08-04
py/emitnative: Fix native locals stack to start at correct location.
Damien George
2018-08-04
py/asmx86: Use generic emit function to simplify cmp emit function.
Damien George
2018-08-04
tests/run-tests: Enable bool1.py test with native emitter.
Damien George
2018-08-04
tests/micropython/viper_cond: Add test for large int as bool.
Damien George
2018-08-04
py/emitnative: Fix x86 native zero checks by comparing full word.
Damien George
2018-08-04
py/emitnative: Factor common code for native jump helper.
Damien George
2018-08-04
docs/library/machine.I2C.rst: Clarify availability of primitive I2C ops.
Peter Hinch
2018-08-04
tools/pyboard: Run exec: command as a string.
Ayke van Laethem
2018-08-04
tests: Make tests work on targets without float support.
Ayke van Laethem
2018-08-04
stm32/adc: Fix ADC reading on F0 MCUs to only sample a single channel.
Damien George
2018-08-04
stm32/adc: Disable VBAT in read channel helper function.
Damien George
2018-08-02
nrf/uart: Fix UART.writechar() to write just 1 byte.
Ayke van Laethem
2018-08-02
nrf/uart: Remove unused UART.char_width field.
Ayke van Laethem
2018-08-02
nrf: Use separate config for each PWM instance.
Stig Bjørlykke
2018-08-02
py: Fix compiling with debug enabled and make more use of DEBUG_printf.
Damien George
2018-08-02
py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.
Damien George
2018-08-01
nrf: Correct index checking of ADC/PWM/RTCounter instances.
Stig Bjørlykke
2018-08-01
nrf: Enable all PWM, RTC and Timer instances for nrf52840.
Stig Bjørlykke
2018-08-01
nrf/uos: Add mbfs __enter__ and __exit__ handlers.
Stig Bjørlykke
2018-08-01
tools/mpy-tool: Set sane initial dynamic qstr pool size with frozen mods
Rich Barlow
2018-08-01
stm32/modmachine: Get machine.sleep working on L4 MCUs.
Damien George
2018-08-01
stm32/extint.h: Use correct EXTI lines for RTC interrupts.
Damien George
2018-07-31
docs: Move WiPy specific Timer class to separate doc file.
Damien George
2018-07-31
stm32/modmachine: Get machine.sleep working on F0 MCUs.
Damien George
2018-07-31
stm32/rtc: Get rtc.wakeup working on F0 MCUs.
Damien George
2018-07-31
py/asmthumb: Optimise native code calling runtime glue functions.
Damien George
2018-07-30
stm32/Makefile: Use -Wno-attributes for ll_usb.c HAL source file.
Damien George
2018-07-30
stm32/sdcard: Get SDMMC alt func macro names working with F4,F7,H7 MCUs.
Damien George
2018-07-30
py/objstr: In format error message, use common string with %s for type.
Damien George
2018-07-30
tests/extmod/ujson_dump_iobase.py: Return number of bytes written.
Damien George
2018-07-27
tools/pydfu.py: Make the DFU tool work again with Python 2.
roland
2018-07-23
stm32/boards/STM32F429DISC: Enable onboard SDRAM.
Andrew Leech
2018-07-23
stm32/sdram: On F7 MCUs enable MPU on external SDRAM.
Andrew Leech
2018-07-23
stm32/sdram: Integrate SDRAM driver into rest of code.
Andrew Leech
2018-07-23
stm32/sdram: Add SDRAM driver from OpenMV project.
Andrew Leech
2018-07-23
nrf/drivers/flash: Fix incorrect page alignment check.
Ayke van Laethem
2018-07-23
nrf: Update nrfjprog links to allow to download any version.
roland
2018-07-20
docs/library/machine: Remove conditionals in machine class index.
Damien George
2018-07-20
docs/reference/index: Remove conditional for inline asm docs.
Damien George
2018-07-20
docs/library/index: Add hint about using help('modules') for discovery.
Damien George
[next]