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
2019-10-15
stm32: Convert to use FROZEN_MANIFEST to specify frozen code.
Damien George
2019-10-15
esp8266: Convert to use FROZEN_MANIFEST to specify frozen code.
Damien George
2019-10-15
unix: Convert to use FROZEN_MANIFEST to specify frozen code.
Damien George
2019-10-15
esp32: Run NimBLE on the app core.
Jim Mussared
2019-10-15
extmod/modbluetooth: Increase maximum connections from 1 to 4.
Jim Mussared
2019-10-15
ports: Add new make target "submodules" which inits required modules.
Damien George
2019-10-15
minimal/frozentest.mpy: Recompile now that mpy format changed.
Damien George
2019-10-11
esp32: Add 4.x version of IDLE WDT config.
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
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
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
esp32: Enable native emitter.
Damien George
2019-10-04
stm32/{adc,machine_adc}: Change ADC clock and sampling time for F0 MCUs.
Chris Mason
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
minimal/frozentest.mpy: Update due to change in bytecode.
Damien George
2019-10-01
py/bc: Change mp_code_state_t.exc_sp to exc_sp_idx.
Damien George
2019-10-01
stm32/boards/PYBD: Enable BLE for Pyboard D.
Jim Mussared
2019-10-01
stm32/mpconfigport.h: Add modbluetooth module to stm32.
Jim Mussared
2019-10-01
unix/coverage: Add coverage tests for ringbuf.
Jim Mussared
2019-10-01
stm32: Provide port-specific implementation for Nimble on STM32.
Jim Mussared
2019-09-27
stm32/uart: Add RTS/CTS pin configuration support to UART4.
Andrew Leech
2019-09-26
stm32/powerctrlboot: Add support for HSI at 8MHz on F0 MCUs.
Chris Mason
2019-09-26
stm32/powerctrlboot: Fix clock and PLL selection for HSI48 on F0 MCUs.
Chris Mason
2019-09-26
stm32: Support disabling the compiler.
Damien George
2019-09-26
minimal/frozentest: Recompile now that mpy version has changed.
Damien George
2019-09-26
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
Josh Lloyd
2019-09-26
stm32/usbd_cdc_interface: Add CTS flow control option for USB VCP.
Andrew Leech
2019-09-23
stm32/can: Guard header file by MICROPY_HW_ENABLE_CAN.
Damien George
2019-09-23
stm32: Use mp_printf with MICROPY_ERROR_PRINTER for uncaught exceptions.
Damien George
[prev]
[next]