7048 Commits (97f3797b820e18ad475658442caec1ce97563771)
 

Author SHA1 Message Date
Damien George e8f2db7da3 py/runtime: Zero out fs_user_mount array in mp_init. 8 years ago
Damien George e83f140463 py/mpz: Remove unreachable code in mpn_or_neg functions. 8 years ago
Rami Ali 9112b0b62b tests/extmod: Improve modframebuf test coverage. 8 years ago
Damien George 0f408bc1ff stmhal: Move PY_SYS_PLATFORM config from board to general config file. 8 years ago
Rami Ali 8001918a89 stmhal: Add STM32F769DISC board files. 8 years ago
Rami Ali 3dd04dee3e stmhal/cmsis: Add CMSIS file stm32f769xx.h, V1.1.2. 8 years ago
Rami Ali e9fbc555fc stmhal: Add NUCLEO_F767ZI board, with openocd config for stm32f7. 8 years ago
Rami Ali 517f347f6f stmhal/cmsis: Add CMSIS file stm32f767xx.h, V1.1.2. 8 years ago
Damien George d9047d3c8a py/builtinimport: Support importing packages from compiled .mpy files. 8 years ago
Rami Ali d22762017e tests/extmod: Improve moductypes test coverage. 8 years ago
Damien George a3c61004c2 py/binary: Do zero extension when storing a value larger than word size. 8 years ago
Paul Sokolovsky aee13ef3f2 tests: Update for required byteorder arg for int.from_bytes()/to_bytes(). 8 years ago
Paul Sokolovsky 9d787de2a1 py/objint: from_bytes, to_bytes: Require byteorder arg, require "little". 8 years ago
Damien George 93ee6603b1 py/asm: Fix x86 and ARM assemblers due to recent code refactoring. 8 years ago
Damien George 155fdc74d5 py/asm: Remove need for dummy_data when doing initial assembler passes. 8 years ago
Damien George e920bab976 py/emitinline: Move common code for end of final pass to compiler. 8 years ago
Damien George dd53b12193 py/emitinline: Move inline-asm align and data methods to compiler. 8 years ago
Damien George a7fd786a1f py/emitinline: Embed entire asm struct instead of a pointer to it. 8 years ago
Damien George 3a4ebf5768 esp8266: Enable inline Xtensa assembler. 8 years ago
Damien George f76b1bfa9f py: Add inline Xtensa assembler. 8 years ago
Damien George ad297a1950 py: Allow inline-assembler emitter to be generic. 8 years ago
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