aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-09py/emitinline: Move inline-asm align and data methods to compiler.Damien George
2016-12-09py/emitinline: Embed entire asm struct instead of a pointer to it.Damien George
2016-12-09esp8266: Enable inline Xtensa assembler.Damien George
2016-12-09py: Add inline Xtensa assembler.Damien George
2016-12-09py: Allow inline-assembler emitter to be generic.Damien George
2016-12-09esp8266: Enable native emitter for Xtensa arch.Damien George
2016-12-09py: Integrate Xtensa assembler into native emitter.Damien George
2016-12-09py/asmxtensa: Add low-level Xtensa assembler.Damien George
2016-12-09py/asmbase: Add MP_PLAT_COMMIT_EXEC option for handling exec code.Damien George
2016-12-09py: Move arch-specific assembler macros from emitnative to asmXXX.h.Damien George
2016-12-09py/emit.h: Remove long-obsolete declarations for cpython emitter.Damien George
2016-12-09extmod/modframebuf: Store underlying buffer object to prevent GC free.Damien George
2016-12-08esp8266/mpconfigport_512k: Disable framebuf module for 512k build.Damien George
2016-12-08extmod/modframebuf: Make framebuf implement the buffer protocol.Damien George
2016-12-08esp8266: Refactor to use extmod implementation of software SPI class.Damien George
2016-12-08stmhal: Refactor to use extmod implementation of software SPI class.Damien George
2016-12-08extmod/machine_spi: Provide reusable software SPI class.Damien George
2016-12-07stmhal/hal: Update HALCOMMITS due to change in f7 hal files.Damien George
2016-12-07stmhal/boards/STM32F7DISC: Define LSE_STARTUP_TIMEOUT.Rami Ali
2016-12-07stmhal: Declare and initialise PrescTables for F7 MCUs.Rami Ali
2016-12-07stmhal: Port of f4 hal commit 1d7fb82 to updated f7 hal.Rami Ali
2016-12-07stmhal: Port of f4 hal commit 09de030 to updated f7 hal.Rami Ali
2016-12-07stmhal: Port of f4 hal commit c568a2b to updated f7 hal.Rami Ali
2016-12-07stmhal/hal: Update ST32CubeF7 HAL files to V1.1.2.Rami Ali
2016-12-07stmhal/cmsis: Update STM32F7 CMSIS device include files to V1.1.2.Rami Ali
2016-12-07py/compile: Simplify configuration of native emitter.Damien George
2016-12-05stmhal/uart: Add check that UART id is valid for the given board.Damien George
2016-12-05stmhal/uart: Add support for UART7 and UART8 on F7 MCUs.Damien George
2016-12-05stmhal: Refactor UART configuration to use pin objects.Rami Ali
2016-12-05esp8266: Move websocket_helper.py from scripts to modules for frozen BC.puuu
2016-12-05tests/extmod/framebuf1: Add basics tests for hline, vline, rect, line.Damien George
2016-12-05extmod/modframebuf: Add hline, vline, rect and line methods.Damien George
2016-12-05travis: Build STM32 F7 and L4 boards under Travis CI.Damien George
2016-12-05stmhal/adc: Use constants from new HAL version.Damien George
2016-12-05tests/extmod/btree1: Exercise btree.flush().Paul Sokolovsky
2016-12-05extmod/modbtree: Rename "sync" method to "flush" for consistency.Paul Sokolovsky
2016-12-04zephyr: Switch to Zephyr 1.6 unified kernel API.Paul Sokolovsky
2016-12-02docs/library/pyb.Accel: Add hardware note about pins used by accel.Peter Hinch
2016-12-02extmod/modbtree: Add method to sync the database.w4kpm
2016-12-02extmod/vfs_fat_file: Allow file obj to respond to ioctl flush request.w4kpm
2016-12-02esp8266: Enable uselect module.Damien George
2016-12-02extmod/modlwip: Add ioctl method to socket, with poll implementation.Damien George
2016-12-02extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI.Damien George
2016-12-02extmod/moduselect: Use stream helper function instead of ad-hoc code.Damien George
2016-12-02py/stream: Move ad-hoc ioctl constants to stream.h and rename them.Damien George
2016-12-02tests/extmod/vfs_fat_fileio: Add test for constructor of FileIO type.Damien George
2016-12-02stmhal/moduos: Implement POSIX behaviour of rename, allow to overwrite.Damien George
2016-12-02extmod/vfs_fat: Implement POSIX behaviour of rename, allow to overwrite.Damien George
2016-12-02stmhal/sdcard: Clean/invalidate cache before DMA transfers with SD card.Jean-François Milants
2016-12-01extmod/modframebuf: Optimise fill and fill_rect methods.Damien George