11325 Commits (b909e8b2dd007d8e7d61547768518b29bb4f833c)
 

Author SHA1 Message Date
David Lechner 5a63bc5a44 unix/main: Add #if guard around -v option usage and document -i/-m opts. 5 years ago
David Lechner c8d2f7838f docs/unix: Add a new new quickref page for the UNIX port. 5 years ago
David Lechner 7c24f55285 tests/cmdline/repl_inspect: Add new test for -i option. 5 years ago
David Lechner 122baa6787 unix/main: Add support for MICROPYINSPECT environment variable. 5 years ago
Maureen Helm bc3ce86a5a zephyr: Remove reference to syscall_macros_h_target. 5 years ago
Maureen Helm a7663b862e zephyr: Replace deprecated time conversion macro. 5 years ago
Maureen Helm c25e12d0dd zephyr: Update include paths for Zephyr v2.0. 5 years ago
Jesse Andrews c4ea4c1810 docs/esp8266: In TCP tutorial, add HTTP response code and content-type. 5 years ago
David Lechner 4ab8bee82f unix/main: Print usage and NLR errors to stderr instead of stdout. 5 years ago
caochaowu 61f64c78a6 nrf/boards/common.ld: Add ENTRY(Reset_Handler) in linker script. 5 years ago
Michael Buesch 1604606238 tools/pyboard.py: Change shebang to use python3. 5 years ago
Michael Buesch 1cadb12d1c tools/pyboard.py: Use slice del instead of list.clear() for Py2 compat. 5 years ago
Michael Buesch 83afd48ad9 tools/pyboard.py: Add option --no-follow to detach after sending script. 5 years ago
David Lechner 3e1bbeabaf py/modthread: Fix spelling error in comment. 5 years ago
Damien George e3ff52863b esp8266/modules/ntptime.py: Add comment about configuring NTP host. 5 years ago
Damien George af88e70414 stm32/powerctrl: Reenable PLL3 on H7 MCUs when waking from stop mode. 5 years ago
Damien George 2c8c2b935e stm32/powerctrl: Improve support for changing system freq on H7 MCUs. 5 years ago
Damien George 03b73ce329 stm32/stm32_it: Don't call __HAL_USB_HS_EXTI_CLEAR_FLAG on H7 MCUs. 5 years ago
Damien George 257b17ec10 stm32/sdio: Add support for H7 MCUs. 5 years ago
Damien George d494e47855 drivers/cyw43: Return early from cyw43_wifi_set_up if wifi_on fails. 5 years ago
Damien George 5de55e8fb4 drivers/cyw43: Include stdio.h in files that use printf. 5 years ago
Damien George 31ba06ce84 stm32/boards/stm32f746_af.csv: Add ADC alt functions to correct pins. 5 years ago
Damien George 68db7e01d8 stm32/powerctrl: Enable overdrive on F7 when waking from stop mode. 5 years ago
Damien George 29b84ea798 stm32/powerctrl: Disable HSI if not needed to save a bit of power. 5 years ago
Nicko van Someren c96a2f636b tests/basics: Expand test cases for equality of subclasses. 5 years ago
Nicko van Someren 3aab54bf43 py: Support non-boolean results for equality and inequality tests. 5 years ago
Damien George c3450effd4 py/objtype: Make mp_obj_type_t.flags constants public, moved to obj.h. 5 years ago
Damien George 96a4435be1 stm32/boards/STM32F769DISC: Add config to use external SPI as filesys. 5 years ago
Damien George 7bb2bf965e stm32/Makefile: Allow a board's .mk file to add things to CFLAGS. 5 years ago
Andrew Leech 30501d3f54 drivers, stm32: Support SPI/QSPI flash chips over 16MB. 5 years ago
David Lechner b72cb0ca1b py/mpthread.h: Use strong type for mp_thread_set_state() argument. 5 years ago
Damien George a542c6d7e0 stm32/powerctrl: For F7, allow PLLM!=HSE when setting PLLSAI to 48MHz. 5 years ago
Jim Mussared c3095b37e9 py/nativeglue: Fix typo about where the native fun table enum is. 5 years ago
Jim Mussared 888ddb81dd py/emitnative: Stop after finding an unwind target. 5 years ago
Jim Mussared 0de304e7da py/emitnative: Use NULL for pending exception (not None). 5 years ago
Jim Mussared 1f4b607116 tests: Add tests for generator throw and yield-from with exc handlers. 5 years ago
David Lechner d89ed3e62b unix/unix_mphal: Add compile check for incompatible GIL+ASYNC_KBD_INTR. 5 years ago
David Lechner bc3499f010 windows/windows_mphal: Release GIL during system calls. 5 years ago
David Lechner 62537a18e3 py: Release GIL during syscalls in reader and writer code. 5 years ago
David Lechner 35f66d38b8 extmod/vfs_posix: Release GIL during system calls. 5 years ago
David Lechner fee7e5617f unix: Release GIL during all system calls. 5 years ago
Damien George 96716b46e1 unix/Makefile: Reserve CFLAGS_EXTRA/LDFLAGS_EXTRA for external use. 5 years ago
Yonatan Goldschmidt cb4472df42 tests: Add boolean-as-integer formatting tests for fixed regression. 5 years ago
Yonatan Goldschmidt 35e664d779 tests/unix: Add coverage tests for mp_obj_is_type() and variants. 5 years ago
Yonatan Goldschmidt d9433d3e94 py/obj.h: Add and use mp_obj_is_bool() helper. 5 years ago
Damien George 27f41e624c tests/unix: Add coverage test for mp_obj_new_exception_args. 5 years ago
Damien George e2c1226da4 py/objexcept: Optimise mp_obj_new_exception[_arg1/_args] functions. 5 years ago
Damien George edc7a8bf1d py/objgenerator: Use mp_obj_new_exception_arg1 to make StopIteration. 5 years ago
David Lechner edbb73a411 py/qstr: Don't include or init qstr_mutex when GIL is enabled. 5 years ago
David Lechner ccc18f047d py/gc: Don't include or init gc_mutex when GIL is enabled. 5 years ago