11137 Commits (f6d99bc7952d5854fc5822d9cf54b792794f6da7)
 

Author SHA1 Message Date
Maureen Helm cc19cf2549 zephyr: Implement block device protocol via zephyr disk access api. 5 years ago
Petr Viktorin dbed8f576d tests/basics: Move test for "return" outside function to own file. 5 years ago
Petr Viktorin e6c9800645 py/compile: Allow 'return' outside function in minimal builds. 5 years ago
Damien George d6a1e45caa stm32/usbd_conf: Allow boards to configure USB HS ULPI NXT/DIR pins. 5 years ago
Damien George 69b415f745 tests: Move CPy diff test to real test now that subclass equality works. 5 years ago
Andrew Leech ff9a61b5a8 stm32/sdram: Expose the result of sdram startup test in stm32_main. 5 years ago
odewdney b51a2c266a lib/utils: Change default value of pyexec_mode_kind to 0 to put in bss. 5 years ago
Jim Mussared 0645478475 esp32/Makefile: Reorder includes to build with latest toolchain. 5 years ago
David Lechner 74106757ac tests/cpydiff: Add os module environ differences. 5 years ago
David Lechner 4a97f7aaf3 tests/cmdline: Add test for MICROPYINSPECT environment variable. 5 years ago
David Lechner f1b6e6bb15 unix/modos: Implement putenv and unsetenv to complement getenv. 5 years ago
David Lechner 83439e38fc unix/main: Add command-line -h option for printing help text. 5 years ago
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