7227 Commits (3242cf2d364b40fd26a643f1c618e8b51cef0139)
 

Author SHA1 Message Date
Damien George 45a6156dfd esp8266: Enable native emitter for Xtensa arch. 8 years ago
Damien George 8e5aced1fd py: Integrate Xtensa assembler into native emitter. 8 years ago
Damien George fcac4b07f1 py/asmxtensa: Add low-level Xtensa assembler. 8 years ago
Damien George 81316fa411 py/asmbase: Add MP_PLAT_COMMIT_EXEC option for handling exec code. 8 years ago
Damien George c8746e1e72 py: Move arch-specific assembler macros from emitnative to asmXXX.h. 8 years ago
Damien George c2713592bc py/emit.h: Remove long-obsolete declarations for cpython emitter. 8 years ago
Damien George adf3cb5081 extmod/modframebuf: Store underlying buffer object to prevent GC free. 8 years ago
Damien George 5e393007b9 esp8266/mpconfigport_512k: Disable framebuf module for 512k build. 8 years ago
Damien George 898d4c1217 extmod/modframebuf: Make framebuf implement the buffer protocol. 8 years ago
Damien George ad166857bc esp8266: Refactor to use extmod implementation of software SPI class. 8 years ago
Damien George 1b6d94bccd stmhal: Refactor to use extmod implementation of software SPI class. 8 years ago
Damien George 1eb3c66e91 extmod/machine_spi: Provide reusable software SPI class. 8 years ago
Damien George d9c839742f stmhal/hal: Update HALCOMMITS due to change in f7 hal files. 8 years ago
Rami Ali db5a4e8f3c stmhal/boards/STM32F7DISC: Define LSE_STARTUP_TIMEOUT. 8 years ago
Rami Ali 6901649f54 stmhal: Declare and initialise PrescTables for F7 MCUs. 8 years ago
Rami Ali 44cb2ff7ab stmhal: Port of f4 hal commit 1d7fb82 to updated f7 hal. 8 years ago
Rami Ali 821863751f stmhal: Port of f4 hal commit 09de030 to updated f7 hal. 8 years ago
Rami Ali e1c6ed634f stmhal: Port of f4 hal commit c568a2b to updated f7 hal. 8 years ago
Rami Ali b9741cd8f8 stmhal/hal: Update ST32CubeF7 HAL files to V1.1.2. 8 years ago
Rami Ali d9677f4098 stmhal/cmsis: Update STM32F7 CMSIS device include files to V1.1.2. 8 years ago
Damien George 080a78b15e py/compile: Simplify configuration of native emitter. 8 years ago
Damien George 4c7d799b82 stmhal/uart: Add check that UART id is valid for the given board. 8 years ago
Damien George aaab6a9921 stmhal/uart: Add support for UART7 and UART8 on F7 MCUs. 8 years ago
Rami Ali 27a503f632 stmhal: Refactor UART configuration to use pin objects. 8 years ago
puuu 4fc607a1d7 esp8266: Move websocket_helper.py from scripts to modules for frozen BC. 8 years ago
Damien George 042d5f24d6 tests/extmod/framebuf1: Add basics tests for hline, vline, rect, line. 8 years ago
Damien George 374ed317c5 extmod/modframebuf: Add hline, vline, rect and line methods. 8 years ago
Damien George 0db3a41f02 travis: Build STM32 F7 and L4 boards under Travis CI. 8 years ago
Damien George fcd10882bd stmhal/adc: Use constants from new HAL version. 8 years ago
Paul Sokolovsky e44b236ce2 tests/extmod/btree1: Exercise btree.flush(). 8 years ago
Paul Sokolovsky 4463d8a910 extmod/modbtree: Rename "sync" method to "flush" for consistency. 8 years ago
Paul Sokolovsky 1779a62085 zephyr: Switch to Zephyr 1.6 unified kernel API. 8 years ago
Peter Hinch 46e59c52af docs/library/pyb.Accel: Add hardware note about pins used by accel. 8 years ago
w4kpm ec22d1739d extmod/modbtree: Add method to sync the database. 8 years ago
w4kpm bd476acd41 extmod/vfs_fat_file: Allow file obj to respond to ioctl flush request. 8 years ago
Damien George e50cb73b7a esp8266: Enable uselect module. 8 years ago
Damien George cb53226b0c extmod/modlwip: Add ioctl method to socket, with poll implementation. 8 years ago
Damien George 2d329c4a56 extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI. 8 years ago
Damien George ebc8d730f1 extmod/moduselect: Use stream helper function instead of ad-hoc code. 8 years ago
Damien George 304cfda8c4 py/stream: Move ad-hoc ioctl constants to stream.h and rename them. 8 years ago
Damien George 6194336d81 tests/extmod/vfs_fat_fileio: Add test for constructor of FileIO type. 8 years ago
Damien George f7545b200e stmhal/moduos: Implement POSIX behaviour of rename, allow to overwrite. 8 years ago
Damien George b7df3e541a extmod/vfs_fat: Implement POSIX behaviour of rename, allow to overwrite. 8 years ago
Jean-François Milants 08bd7d1d31 stmhal/sdcard: Clean/invalidate cache before DMA transfers with SD card. 8 years ago
Damien George a081b49d55 extmod/modframebuf: Optimise fill and fill_rect methods. 8 years ago
Damien George 81e171b7bb extmod/modframebuf: Add back legacy FrameBuffer1 "class". 8 years ago
Radomir Dopieralski eb09336e99 drivers/display/ssd1306.py: Update to use FrameBuffer not FrameBuffer1 8 years ago
Radomir Dopieralski 225e22b287 extmod/modframebuf: Make FrameBuffer handle 16bit depth. 8 years ago
Damien George 8b8242954e extmod/modurandom: Allow to build with float disabled. 8 years ago
Damien George c19a395cac stmhal/adc: Make channel "16" always map to the temperature sensor. 8 years ago