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
2016-12-07
stmhal/cmsis: Update STM32F7 CMSIS device include files to V1.1.2.
Rami Ali
2016-12-07
py/compile: Simplify configuration of native emitter.
Damien George
2016-12-05
stmhal/uart: Add check that UART id is valid for the given board.
Damien George
2016-12-05
stmhal/uart: Add support for UART7 and UART8 on F7 MCUs.
Damien George
2016-12-05
stmhal: Refactor UART configuration to use pin objects.
Rami Ali
2016-12-05
esp8266: Move websocket_helper.py from scripts to modules for frozen BC.
puuu
2016-12-05
tests/extmod/framebuf1: Add basics tests for hline, vline, rect, line.
Damien George
2016-12-05
extmod/modframebuf: Add hline, vline, rect and line methods.
Damien George
2016-12-05
travis: Build STM32 F7 and L4 boards under Travis CI.
Damien George
2016-12-05
stmhal/adc: Use constants from new HAL version.
Damien George
2016-12-05
tests/extmod/btree1: Exercise btree.flush().
Paul Sokolovsky
2016-12-05
extmod/modbtree: Rename "sync" method to "flush" for consistency.
Paul Sokolovsky
2016-12-04
zephyr: Switch to Zephyr 1.6 unified kernel API.
Paul Sokolovsky
2016-12-02
docs/library/pyb.Accel: Add hardware note about pins used by accel.
Peter Hinch
2016-12-02
extmod/modbtree: Add method to sync the database.
w4kpm
2016-12-02
extmod/vfs_fat_file: Allow file obj to respond to ioctl flush request.
w4kpm
2016-12-02
esp8266: Enable uselect module.
Damien George
2016-12-02
extmod/modlwip: Add ioctl method to socket, with poll implementation.
Damien George
2016-12-02
extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI.
Damien George
2016-12-02
extmod/moduselect: Use stream helper function instead of ad-hoc code.
Damien George
2016-12-02
py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
Damien George
2016-12-02
tests/extmod/vfs_fat_fileio: Add test for constructor of FileIO type.
Damien George
2016-12-02
stmhal/moduos: Implement POSIX behaviour of rename, allow to overwrite.
Damien George
2016-12-02
extmod/vfs_fat: Implement POSIX behaviour of rename, allow to overwrite.
Damien George
2016-12-02
stmhal/sdcard: Clean/invalidate cache before DMA transfers with SD card.
Jean-François Milants
2016-12-01
extmod/modframebuf: Optimise fill and fill_rect methods.
Damien George
2016-12-01
extmod/modframebuf: Add back legacy FrameBuffer1 "class".
Damien George
2016-12-01
drivers/display/ssd1306.py: Update to use FrameBuffer not FrameBuffer1
Radomir Dopieralski
2016-12-01
extmod/modframebuf: Make FrameBuffer handle 16bit depth.
Radomir Dopieralski
2016-11-30
extmod/modurandom: Allow to build with float disabled.
Damien George
2016-11-30
stmhal/adc: Make channel "16" always map to the temperature sensor.
Damien George
2016-11-30
stmhal/adc: Add support for F767 MCU.
Damien George
2016-11-30
stmhal/adc: Add ADCAll.read_vref method, returning "3.3v" value.
Damien George
2016-11-30
stmhal/adc: Make ADCAll.read_core_temp return accurate float value.
Damien George
2016-11-30
stmhal/adc: Provide more accurate measure of VBAT and VREFINT.
Damien George
2016-11-30
zephyr/zephyr_getchar: Update to Zephyr 1.6 unified kernel API.
Paul Sokolovsky
2016-11-30
zephyr: Add .gitignore to ignore Zephyr's "outdir" directory.
Paul Sokolovsky
2016-11-30
py/asmthumb: Fix build for F7 MCUs after recent code refactoring.
Damien George
2016-11-29
stmhal/adc: Add "mask" selection parameter to pyb.ADCAll constructor.
Damien George
2016-11-28
stmhal: Add address parameters to openocd config files.
Nicholas Graumann
2016-11-28
stmhal: Add OpenOCD configuration for STM32L4.
Nicholas Graumann
2016-11-28
stmhal: Add back GPIO_BSRRL and GPIO_BSRRH constants to stm module.
Damien George
2016-11-28
py: Factor out common code from assemblers into asmbase.[ch].
Damien George
2016-11-26
stmhal: Add support for flash storage on STM32F415.
Dave Hylands
2016-11-26
tests/basics: Enable tests for list slice getting with 3rd arg.
Damien George
2016-11-26
tests/basics: Change dict_fromkeys test so it doesn't use generators.
Damien George
2016-11-26
py/compile: Remove comment about TODO for short circuiting for if-stmt.
Damien George
2016-11-26
tests/basics: Add tests for if-expressions.
Damien George
2016-11-26
tests/basics: Add test for dict.fromkeys where arg is a generator.
Damien George
2016-11-25
stmhal/machine_i2c: Provide HW implementation of I2C peripherals for F4.
Damien George
[next]