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
2019-10-11
extmod/modbluetooth: Use us instead of ms for advertising interval.
Jim Mussared
2019-10-11
extmod/modbluetooth: Allow config of scan interval/window.
Jim Mussared
2019-10-11
stm32/boards: Add new board ADAFRUIT_F405_EXPRESS.
ladyada
2019-10-10
nrf/boards: Add nrf9160 pca10090 board.
Glenn Ruben Bakke
2019-10-10
nrf: Add nrf9160 base support.
Glenn Ruben Bakke
2019-10-10
nrf/boards: Add support for pca10059.
Glenn Ruben Bakke
2019-10-10
nrf: Add tinyusb support for nrf52840.
Glenn Ruben Bakke
2019-10-10
nrf/device: Correct SPIM3 IRQ handler entry for nrf52840.
Glenn Ruben Bakke
2019-10-10
esp8266/modules/ntptime.py: Always close socket, and set day-of-week.
Damien George
2019-10-10
stm32: Use hardware double sqrt on F7/H7 MCUs.
Jim Mussared
2019-10-10
stm32/sdcard: Support boards with no SD card detect pin.
Andrey Belykh
2019-10-10
travis: Add esp8266 GENERIC_512K build to CI.
Mike Causer
2019-10-10
esp8266: Add per-board configs, following other ports.
Mike Causer
2019-10-08
nrf: Add support to activate MICROPY_PY_SYS_STDFILES.
Damien George
2019-10-08
stm32/mboot: Add option to automatically reset when USB is disconnected.
Andrew Leech
2019-10-08
travis: Add BLE submodules to ESP32 IDF4 build.
Jim Mussared
2019-10-08
esp32/boards: Enable BLE by default when building with IDF 4.x.
Jim Mussared
2019-10-08
esp32: Implement BLE using Nimble from IDF 4.x.
Jim Mussared
2019-10-08
stm32: Extract port-specific Nimble implementation.
Jim Mussared
2019-10-05
stm32/boards/PYBD_SF2: Put nimble library in external QSPI XIP flash.
Damien George
2019-10-05
stm32/usbdev: Fix compile error if MICROPY_HW_USB_CDC_NUM is set to 2.
Martin Fischer
2019-10-05
travis: Build unix nanbox with PYTHON=python2.
Damien George
2019-10-05
mpy-cross: Enable Xtensa-Windowed native emitter.
Damien George
2019-10-05
esp32: Enable native emitter.
Damien George
2019-10-05
py: Add new Xtensa-Windowed arch for native emitter.
Damien George
2019-10-05
py/asmxtensa: Add support for Xtensa with windowed registers.
Damien George
2019-10-05
py/emitnative: Add support for archs that cannot read executable data.
Damien George
2019-10-05
py/emitnative: Add support for using setjmp with native emitter.
Damien George
2019-10-05
py/emitnative: Add support for archs with windowed registers.
Damien George
2019-10-04
tests/basics: Add test for throw into yield-from with normal return.
Damien George
2019-10-04
py/runtime: Fix PEP479 behaviour throwing StopIteration into yield from.
Damien George
2019-10-04
py/vm: Fix handling of unwind jump out of active finally.
Damien George
2019-10-04
stm32/{adc,machine_adc}: Change ADC clock and sampling time for F0 MCUs.
Chris Mason
2019-10-04
py/makeqstrdefs.py: Remove unused blacklist.
Jim Mussared
2019-10-04
docs/develop/qstr.rst: Add documentation for string interning.
Jim Mussared
2019-10-04
py/compile: Disallow 'import *' outside module level.
Petr Viktorin
2019-10-04
stm32/boards: Enable MICROPY_HW_RTC_USE_LSE on L4 boards.
Damien George
2019-10-04
stm32/system_stm32: Support selection of HSE and LSI on L4 MCUs.
hahmadi
2019-10-02
nrf/main: Update the way the LED is used on startup.
roland van straten
2019-10-02
nrf/led: Expose public API for LED manipulation.
roland van straten
2019-10-02
nrf/flash: Update flash driver to use nrfx_nvmc driver.
Glenn Ruben Bakke
2019-10-02
nrf/uart: Add support for UARTE (EasyDMA).
Glenn Ruben Bakke
2019-10-02
nrf/temp: Move module configuration guard.
Glenn Ruben Bakke
2019-10-02
nrf/i2c: Add support for TWIM (EasyDMA).
Glenn Ruben Bakke
2019-10-01
tests/basics: Add test for getting name of func with closed over locals.
Damien George
2019-10-01
py/bc: Don't include mp_decode_uint funcs when not needed.
Damien George
2019-10-01
minimal/frozentest.mpy: Update due to change in bytecode.
Damien George
2019-10-01
py: Rework and compress second part of bytecode prelude.
Damien George
2019-10-01
py: Compress first part of bytecode prelude.
Damien George
2019-10-01
py: Add n_state to mp_code_state_t struct.
Damien George
[prev]
[next]