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-03-25
esp32/modsocket: Handle poll of a closed socket.
Damien George
2020-03-25
drivers/onewire: Fix undefined variable errors.
Andreas Motl
2020-03-25
py/stream.h: Include sys/types.h to get size_t and off_t for POSIX API.
David Lechner
2020-03-25
extmod/vfs_posix_file: Include unistd.h to get STD{IN,OUT,ERR}_FILENO.
David Lechner
2020-03-25
windows/windows_mphal: Fix missing semicolon.
David Lechner
2020-03-25
unix,windows: Use STDIN_FILENO, STDOUT_FILENO macros where appropriate.
David Lechner
2020-03-25
windows: Remove custom definition of MP_PLAT_PRINT_STRN.
David Lechner
2020-03-25
unix: Remove custom definition of MP_PLAT_PRINT_STRN.
David Lechner
2020-03-25
esp8266/modnetwork: Add support for wlan.ifconfig('dhcp').
Damien George
2020-03-25
all: Remove spaces between nested paren and inside function arg paren.
Damien George
2020-03-25
windows/msvc: Fix warnings regarding function declarations.
stijn
2020-03-25
tools/codeformat.py: Include all msvc C code in auto-format.
stijn
2020-03-25
zephyr: Update machine.Pin class to use new zephyr gpio api.
Maureen Helm
2020-03-25
stm32/mboot: Remove unnecessary test for led being 1 in led_state.
Damien George
2020-03-25
stm32/mboot: Update LED0 state from systick handler.
Andrew Leech
2020-03-22
tools/pydfu.py: Display any error strings from device/mboot.
Andrew Leech
2020-03-22
stm32/mboot: Protect against invalid address flash writes.
Andrew Leech
2020-03-22
stm32/mboot: Update dfu state/status flags to better match standard.
Andrew Leech
2020-03-22
stm32/mboot: Allow overriding led_init and led_state in board folder.
Andrew Leech
2020-03-22
tools/pydfu.py: Add args for VID/PID & exit with cleaner error handling.
Andrew Leech
2020-03-22
esp32/README.md: Update build instructions for newer toolchain.
Jim Mussared
2020-03-22
esp8266/README.md: Add docker build instructions.
Jim Mussared
2020-03-20
esp8266/modmachine: Implement machine.soft_reset().
Damien George
2020-03-18
tests/run-multitests.py: Print test summary and do exit(1) on failure.
Damien George
2020-03-18
unix: Remove custom file implementation to use extmod's VFS POSIX one.
Damien George
2020-03-18
extmod/vfs_posix_file: Lock GIL when writing and allow stdio flush.
Damien George
2020-03-18
all: Convert exceptions to use mp_raise_XXX helpers in remaining places.
Damien George
2020-03-18
extmod/modlwip: Properly handle non-blocking and timeout on UDP recv.
Damien George
2020-03-18
extmod/modlwip: Fix polling of UDP socket so it doesn't return HUP.
Damien George
2020-03-12
stm32/main: Fix bug mounting 3rd SD partition.
Damien George
2020-03-12
examples/bluetooth: Replace "connectable" parameter with "adv_type".
Thomas Friebel
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
travis: For unix tests use Makefile target instead of explicit commands.
Damien George
2020-03-11
tests/run-tests: Consider all tests as native when emit=native is used.
Damien George
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
lib/tinyusb: Update to a6b916ba for i.MX support.
Jim Mussared
2020-03-11
py/objstringio: Expose tell() on StringIO and BytesIO objects.
Andrew Leech
2020-03-11
tools/codeformat.py: Eliminate need for sizeof fixup.
David Lechner
2020-03-11
py/objstr: Remove duplicate % in error string.
Tom Collins
2020-03-11
extmod/vfs: Factor out vfs mount-and-chdir helper from stm32.
Damien George
2020-03-11
tools/metrics.py: Use check_call instead of run to error out on error.
Damien George
2020-03-11
extmod/nimble: When getting BLE MAC try public address if random fails.
Damien George
2020-03-11
extmod/modbluetooth: Change scan result's "connectable" to "adv_type".
Damien George
2020-03-11
esp32: Deinitialize Bluetooth on soft reset.
Thomas Friebel
[prev]
[next]