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
2021-02-12
unix/mpbtstackport_common: Implement mp_bluetooth_hci_active.
Damien George
2021-02-11
tests/extmod/vfs_posix.py: Add more tests for VfsPosix class.
Damien George
2021-02-11
extmod/vfs_posix_file: Allow closing an already closed file.
Damien George
2021-02-09
esp8266/modules: Fix fs_corrupted() to use start_sec not START_SEC.
Damien George
2021-02-08
py/mpz: Fix overflow of borrow in mpn_div.
Damien George
2021-02-05
py/gc: Change include of stdint.h to stddef.h.
Damien George
2021-02-05
rp2/micropy_rules.cmake: Fix makemoduledefs vpath to work with abs path.
Damien George
2021-02-04
py: Rename WORD_MSBIT_HIGH to MP_OBJ_WORD_MSBIT_HIGH.
Damien George
2021-02-04
all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.
Damien George
2021-02-04
py: Rename BITS_PER_BYTE to MP_BITS_PER_BYTE.
Damien George
2021-02-04
py: Remove BITS_PER_WORD definition.
Damien George
2021-02-04
ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.
Damien George
2021-02-04
py/gc: Don't include mpconfig.h and misc.h in gc.h.
Xiang Xiao
2021-02-04
rp2/machine_adc: Only initialise the ADC periph if not already enabled.
Damien George
2021-02-03
all: Bump version to 1.14.
Damien George
2021-02-03
docs/library/machine.Pin.rst: Make it clear which methods are not core.
Damien George
2021-02-02
rp2/modmachine: Implement additional functions incl unique_id and idle.
Damien George
2021-02-02
windows/msvc: Use same default python command as core.
stijn
2021-02-02
tests/run-tests: Change default Python command used on Windows.
stijn
2021-02-02
stm32/mboot: Change debug compiler optimisation from -O0 to -Og.
Andrew Leech
2021-02-02
stm32/usbd_cdc_interface: Don't wait in usbd_cdc_tx_always if suspended.
Damien George
2021-02-02
examples/rp2: Add pio_uart_rx.py example.
Tim Radvan
2021-02-02
rp2/rp2_pio: Add JMP PIN support for PIO.
Tim Radvan
2021-02-02
lib/pico-sdk: Update to latest version v1.0.1.
Damien George
2021-02-02
rp2/memmap_mp.ld: Update for latest SDK.
graham sanderson
2021-02-02
rp2/machine_pin: Change N_GPIOS to NUM_BANK0_GPIOS for pico-sdk compat.
Andrew Scheller
2021-02-01
zephyr/machine_uart: Fix arg of machine_uart_ioctl to make it uintptr_t.
Damien George
2021-02-01
tests/extmod/utime_time_ns.py: Relax bounds on time_ns measurement.
Damien George
2021-02-01
github/workflows/ports_unix.yml: Add job for a reproducible build.
iTitou
2021-01-31
py/makeversionhdr: Honor SOURCE_DATE_EPOCH if present.
iTitou
2021-01-31
LICENSE,docs: Update copyright year range to include 2021.
Damien George
2021-01-30
docs/develop/natmod: Fix a small typo, con->can.
Samuelson
2021-01-30
py/persistentcode: Introduce MICROPY_PERSISTENT_CODE_SAVE_FILE option.
David CARLIER
2021-01-30
py/gc: Fix debug printing of pointer.
stijn
2021-01-30
tools: Remove obsolete upip bootstrap script.
stijn
2021-01-30
docs/esp8266/quickref: Add warning block about NeoPixel timing.
Christopher Tse
2021-01-30
esp8266/modules/neopixel.py: Add timing param to NeoPixel constructor.
Christopher Tse
2021-01-30
nrf/README: Add use of "make submodules" in alternative build paragraph.
Chris Hemingway
2021-01-30
tools/makemanifest.py: Add check that freeze path is a directory.
Jim Mussared
2021-01-30
docs,stm32: Fix minor typos in RTC docs, and->an.
Andrew Scheller
2021-01-30
github/workflows: Add workflow to verify commit message format.
stijn
2021-01-30
tools/verifygitlog.py: Add script for verifying commit message format.
stijn
2021-01-30
lib/utils/pyexec: Remove obsolete LCD initialization.
stijn
2021-01-30
py/qstr.h: Remove QSTR_FROM_STR_STATIC macro.
stijn
2021-01-30
extmod/nimble: Improve the flow control for l2cap recv path.
Jim Mussared
2021-01-30
stm32/rfcore: Fix flow control for IPCC RX IRQ.
Jim Mussared
2021-01-30
github/workflows: Add CI workflow for rp2 port.
Damien George
2021-01-30
rp2: Add new port to Raspberry Pi RP2 microcontroller.
Damien George
2021-01-29
lib/pico-sdk: Add new pico-sdk submodule, for the rp2 port.
Damien George
2021-01-29
extmod/modonewire: Use pin_od_high/pin_od_low instead of pin_write.
Damien George
[next]