7010 Commits (7f1da0a03b1559080ca4d054bd38f104bde168e6)
 

Author SHA1 Message Date
Damien George 7f1da0a03b py: Add MICROPY_KBD_EXCEPTION config option to provide mp_kbd_exception. 8 years ago
Damien George 979ab4e126 stmhal/usb: Always use the mp_kbd_exception object for VCP interrupt. 8 years ago
Damien George f254cfd3c4 stmhal: Rename mp_const_vcp_interrupt to mp_kbd_exception. 8 years ago
Damien George 29b5879613 tools/pyboard.py: Refactor so target is not reset between scripts/cmd. 8 years ago
Damien George 1b02565316 stmhal/mpconfigport: Add weak-module links for io, collections, random. 8 years ago
Damien George 7081ea4119 tests/micropython: Get heapalloc_traceback test running on baremetal. 8 years ago
Lorenz Schmid a5b3c7e7f9 docs/library/pyb.UART: Moved writechar doc to sit with other writes. 8 years ago
Lorenz Schmid 0caac94b98 docs/library/pyb.UART: Added clarification about timeouts. 8 years ago
Paul Sokolovsky c16e7eae5e zephyr: Implement soft reset feature. 8 years ago
Paul Sokolovsky 95fe7a40b3 zephyr: Support raw REPL. 8 years ago
Paul Sokolovsky 403c93053e py/mpconfig.h: Enable MICROPY_PY_SYS_EXIT by default. 8 years ago
Paul Sokolovsky ee7ad7e8be esp8266: Add "ota" target to produce firmware binary for use with yaota8266. 8 years ago
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