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
path:
root
/
ports
Age
Commit message (
Expand
)
Author
2020-03-12
stm32/main: Fix bug mounting 3rd SD partition.
Damien George
2020-03-11
zephyr: Execute main.py file if it exists.
Maureen Helm
2020-03-11
zephyr: Enable usb mass storage class on mimxrt1050_evk.
Maureen Helm
2020-03-11
zephyr: Mount a file system during init.
Maureen Helm
2020-03-11
unix/Makefile: Detect and pass thru mpy-cross flags when running tests.
Damien George
2020-03-11
py/modmicropython: Add heap_locked function to test state of heap.
Andrew Leech
2020-03-11
mimxrt: Add MIMXRT1010 board.
Jim Mussared
2020-03-11
mimxrt: Add new, minimal port to NXP i.MX RT series CPUs.
Jim Mussared
2020-03-11
samd: Fix to build with latest tinyusb.
Jim Mussared
2020-03-11
extmod/vfs: Factor out vfs mount-and-chdir helper from stm32.
Damien George
2020-03-11
esp32: Deinitialize Bluetooth on soft reset.
Thomas Friebel
2020-03-10
esp8266/machine_pin: Disable ets_loop_iter during hard IRQ handler.
Damien George
2020-03-10
stm32: Refactor Bluetooth HCI RX to be independent of transport layer.
Damien George
2020-03-10
extmod/btstack: Implement advertising.
Damien George
2020-03-10
stm32/boards/PYBD: Allow building with BTstack (via make command line).
Damien George
2020-03-10
stm32: Add bindings for BTstack implementation.
Damien George
2020-03-10
stm32: Refactor bluetooth stack/hci/driver bindings.
Damien George
2020-03-06
extmod/modbluetooth_nimble: Move nimble specific code, factor nimble.mk.
Damien George
2020-03-06
stm32/modnetwork: Remove redundant call to nimble_poll in lwip poll.
Damien George
2020-03-04
unix/file: Don't raise OSError(EINVAL) on sys.stdin/out/err.flush().
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
all: Add *FORMAT-OFF* in various places.
Damien George
2020-02-28
unix/unix_mphal: Adjust #if in mp_hal_stdin_rx_chr to improve format.
Damien George
2020-02-21
stm32/mpconfigport.h: Add option to have custom help text.
hahmadi
2020-02-20
unix/mphalport.h: Fix build when MICROPY_USE_READLINE=0.
Damien George
2020-02-20
esp32: Move to IDF 4.0 release version.
Jim Mussared
2020-02-20
unix/mpthreadport: Fix Mac build by using SIGUSR1 if SIGRTMIN not avail.
David Lechner
2020-02-18
stm32/sdram: Fix compile issue from unused sdram startup test flag.
Andrew Leech
2020-02-18
unix/mpthreadport: Use SIGRTMIN+5 instead of SIGUSR1 for thread-GC.
David Lechner
2020-02-18
nrf: Use MICROPY_HW_ENABLE_RNG instead of MICROPY_PY_RANDOM_HW_RNG.
Damien George
2020-02-18
nrf: Remove custom "random" module and use extmod version instead.
Damien George
2020-02-16
nrf/drivers/bluetooth: Fix variable initialisation error with older gcc.
cccc
2020-02-16
unix/Makefile: Allow to install all variants of the executable.
David Lechner
2020-02-16
unix/variants/standard: Fix role of PREFIX when used to install.
David Lechner
2020-02-16
unix/Makefile: Remove old variant targets that are no longer needed.
Damien George
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2020-02-13
py: Add mp_raise_type helper macro and use it where appropriate.
Damien George
2020-02-11
esp32/modsocket: Convert EADDRINUSE error code from lwip return value.
Damien George
2020-02-11
windows: Improve default search path.
stijn
2020-02-11
unix/main: Use OS-dependent path separator when searching path.
stijn
2020-02-11
nrf/drivers: Use mp_raise_msg where appropriate, and shorten exc msgs.
Damien George
2020-02-07
stm32/usbd_cdc_interface: Remove "interrupt_char != -1" check.
Damien George
2020-02-07
unix, windows: Use mp_keyboard_interrupt instead of custom code.
Damien George
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
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
[prev]
[next]