index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-02-07
py/scheduler: Move clearing of kbd traceback to mp_keyboard_interrupt.
Damien George
2020-02-07
esp32/uart: Use core-provided mp_keyboard_interrupt, placed in IRAM.
Damien George
2020-02-07
esp8266: Put mp_keyboard_interrupt in IRAM.
Damien George
2020-02-07
py/scheduler: Allow a port to specify attrs for mp_keyboard_interrupt.
Damien George
2020-02-07
tests/unix: Add coverage tests for kbd-intr and scheduler.
Damien George
2020-02-07
py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core.
Damien George
2020-02-07
lib/utils/pyexec: Handle pending exceptions after disabling kbd intrs.
Damien George
2020-02-07
py/scheduler: Add "raise_exc" argument to mp_handle_pending.
Damien George
2020-02-07
zephyr: Enable littlefs.
Maureen Helm
2020-02-07
zephyr: Implement block device protocol via zephyr flash map api.
Maureen Helm
2020-02-07
zephyr: Enable fatfs.
Maureen Helm
2020-02-07
zephyr: Enable virtual file system and uos module.
Maureen Helm
2020-02-07
zephyr: Implement block device protocol via zephyr disk access api.
Maureen Helm
2020-02-06
tests/basics: Move test for "return" outside function to own file.
Petr Viktorin
2020-02-06
py/compile: Allow 'return' outside function in minimal builds.
Petr Viktorin
2020-02-04
stm32/usbd_conf: Allow boards to configure USB HS ULPI NXT/DIR pins.
Damien George
2020-02-04
tests: Move CPy diff test to real test now that subclass equality works.
Damien George
2020-02-04
stm32/sdram: Expose the result of sdram startup test in stm32_main.
Andrew Leech
2020-02-04
lib/utils: Change default value of pyexec_mode_kind to 0 to put in bss.
odewdney
2020-02-04
esp32/Makefile: Reorder includes to build with latest toolchain.
Jim Mussared
2020-02-04
tests/cpydiff: Add os module environ differences.
David Lechner
2020-02-04
tests/cmdline: Add test for MICROPYINSPECT environment variable.
David Lechner
2020-02-04
unix/modos: Implement putenv and unsetenv to complement getenv.
David Lechner
2020-02-04
unix/main: Add command-line -h option for printing help text.
David Lechner
2020-02-04
unix/main: Add #if guard around -v option usage and document -i/-m opts.
David Lechner
2020-02-04
docs/unix: Add a new new quickref page for the UNIX port.
David Lechner
2020-02-04
tests/cmdline/repl_inspect: Add new test for -i option.
David Lechner
2020-02-04
unix/main: Add support for MICROPYINSPECT environment variable.
David Lechner
2020-02-04
zephyr: Remove reference to syscall_macros_h_target.
Maureen Helm
2020-02-04
zephyr: Replace deprecated time conversion macro.
Maureen Helm
2020-02-04
zephyr: Update include paths for Zephyr v2.0.
Maureen Helm
2020-02-03
docs/esp8266: In TCP tutorial, add HTTP response code and content-type.
Jesse Andrews
2020-02-01
unix/main: Print usage and NLR errors to stderr instead of stdout.
David Lechner
2020-02-01
nrf/boards/common.ld: Add ENTRY(Reset_Handler) in linker script.
caochaowu
2020-02-01
tools/pyboard.py: Change shebang to use python3.
Michael Buesch
2020-02-01
tools/pyboard.py: Use slice del instead of list.clear() for Py2 compat.
Michael Buesch
2020-02-01
tools/pyboard.py: Add option --no-follow to detach after sending script.
Michael Buesch
2020-01-31
py/modthread: Fix spelling error in comment.
David Lechner
2020-01-31
esp8266/modules/ntptime.py: Add comment about configuring NTP host.
Damien George
2020-01-31
stm32/powerctrl: Reenable PLL3 on H7 MCUs when waking from stop mode.
Damien George
2020-01-31
stm32/powerctrl: Improve support for changing system freq on H7 MCUs.
Damien George
2020-01-31
stm32/stm32_it: Don't call __HAL_USB_HS_EXTI_CLEAR_FLAG on H7 MCUs.
Damien George
2020-01-31
stm32/sdio: Add support for H7 MCUs.
Damien George
2020-01-31
drivers/cyw43: Return early from cyw43_wifi_set_up if wifi_on fails.
Damien George
2020-01-31
drivers/cyw43: Include stdio.h in files that use printf.
Damien George
2020-01-30
stm32/boards/stm32f746_af.csv: Add ADC alt functions to correct pins.
Damien George
2020-01-30
stm32/powerctrl: Enable overdrive on F7 when waking from stop mode.
Damien George
2020-01-30
stm32/powerctrl: Disable HSI if not needed to save a bit of power.
Damien George
2020-01-30
tests/basics: Expand test cases for equality of subclasses.
Nicko van Someren
2020-01-30
py: Support non-boolean results for equality and inequality tests.
Nicko van Someren
[next]