10658 Commits (9adedce42e308692ea22a1e8e1154c51c1e8173d)
 

Author SHA1 Message Date
Damien George 9adedce42e py: Add new Xtensa-Windowed arch for native emitter. 5 years ago
Damien George f7ddc94166 py/asmxtensa: Add support for Xtensa with windowed registers. 5 years ago
Damien George 306ec5369a py/emitnative: Add support for archs that cannot read executable data. 5 years ago
Damien George 3504edc804 py/emitnative: Add support for using setjmp with native emitter. 5 years ago
Damien George 4107597b84 py/emitnative: Add support for archs with windowed registers. 5 years ago
Damien George 27fe84e661 tests/basics: Add test for throw into yield-from with normal return. 5 years ago
Damien George 809d89c794 py/runtime: Fix PEP479 behaviour throwing StopIteration into yield from. 5 years ago
Damien George 82c494a97e py/vm: Fix handling of unwind jump out of active finally. 5 years ago
Chris Mason 0096041c99 stm32/{adc,machine_adc}: Change ADC clock and sampling time for F0 MCUs. 5 years ago
Jim Mussared a09fd04758 py/makeqstrdefs.py: Remove unused blacklist. 5 years ago
Jim Mussared 4ddd46e6cf docs/develop/qstr.rst: Add documentation for string interning. 5 years ago
Petr Viktorin 25a9bccdee py/compile: Disallow 'import *' outside module level. 5 years ago
Damien George 26e90a0514 stm32/boards: Enable MICROPY_HW_RTC_USE_LSE on L4 boards. 5 years ago
hahmadi 266146ad64 stm32/system_stm32: Support selection of HSE and LSI on L4 MCUs. 5 years ago
roland van straten a069340c1e nrf/main: Update the way the LED is used on startup. 5 years ago
roland van straten 226399bcef nrf/led: Expose public API for LED manipulation. 5 years ago
Glenn Ruben Bakke cf383412ef nrf/flash: Update flash driver to use nrfx_nvmc driver. 6 years ago
Glenn Ruben Bakke c561ae61a1 nrf/uart: Add support for UARTE (EasyDMA). 6 years ago
Glenn Ruben Bakke 02a8c31eef nrf/temp: Move module configuration guard. 6 years ago
Glenn Ruben Bakke d2e730b727 nrf/i2c: Add support for TWIM (EasyDMA). 6 years ago
Damien George 4102320e90 tests/basics: Add test for getting name of func with closed over locals. 5 years ago
Damien George 1d0423419b py/bc: Don't include mp_decode_uint funcs when not needed. 5 years ago
Damien George fd9b7efe39 minimal/frozentest.mpy: Update due to change in bytecode. 5 years ago
Damien George c8c0fd4ca3 py: Rework and compress second part of bytecode prelude. 5 years ago
Damien George b5ebfadbd6 py: Compress first part of bytecode prelude. 5 years ago
Damien George 81d04a0200 py: Add n_state to mp_code_state_t struct. 5 years ago
Damien George 4c5e1a0368 py/bc: Change mp_code_state_t.exc_sp to exc_sp_idx. 5 years ago
Damien George 1d7afcce49 py/bc: Remove comments referring to obsolete currently_in_except_block. 5 years ago
Jim Mussared fafa9d35dd stm32/boards/PYBD: Enable BLE for Pyboard D. 5 years ago
Jim Mussared 6f35f214d3 stm32/mpconfigport.h: Add modbluetooth module to stm32. 5 years ago
Andrew Leech eb1b6858a2 extmod/modbluetooth: Allow MP_BLUETOOTH_MAX_ATTR_SIZE in board config. 5 years ago
Andrew Leech 5dc592d117 extmod/modbluetooth_nimble: Use random addr if public isn't available. 5 years ago
Jim Mussared 497dae45e7 extmod/modbluetooth_nimble: Implement modbluetooth API with Nimble. 5 years ago
Jim Mussared 16f8ceeaaa extmod/modbluetooth: Add low-level Python BLE API. 5 years ago
Jim Mussared f67fd95f8d unix/coverage: Add coverage tests for ringbuf. 5 years ago
Jim Mussared 42e9bdf19b py/ringbuf: Add helpers for put16/get16. 5 years ago
Jim Mussared d72dbb822c stm32: Provide port-specific implementation for Nimble on STM32. 5 years ago
Damien George 07f6644a38 extmod/nimble: Add nimble bindings. 5 years ago
Damien George 21507a6f62 lib/mynewt-nimble: Add Apache mynewt nimble as a submodule. 5 years ago
Damien George 7418dbf12d drivers/cyw43: Add low-level CYW43xx Bluetooth HCI UART driver. 5 years ago
Andrew Leech 4ba0aff472 stm32/uart: Add RTS/CTS pin configuration support to UART4. 5 years ago
Chris Mason eb12fa3862 stm32/powerctrlboot: Add support for HSI at 8MHz on F0 MCUs. 5 years ago
Chris Mason f16e4be3fa stm32/powerctrlboot: Fix clock and PLL selection for HSI48 on F0 MCUs. 5 years ago
Damien George 3328b7d71f stm32: Support disabling the compiler. 5 years ago
Damien George 095f90f04e tests/micropython: Add test for native generators. 5 years ago
Damien George 6647d03e42 travis: Build more stm32 boards to cover all supported MCUs. 5 years ago
Damien George 9abfe85ace minimal/frozentest: Recompile now that mpy version has changed. 5 years ago
Damien George 5716c5cf65 py/persistentcode: Bump .mpy version to 5. 5 years ago
Damien George 96f2a38075 py/nativeglue: Make mp_fun_table fixed size regardless of config. 5 years ago
Josh Lloyd 7d58a197cf py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions. 5 years ago