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-22
docs/library: Rename "array" module to "uarray".
Damien George
2019-10-22
py/modarray: Rename "array" module to "uarray".
Damien George
2019-10-22
unix,windows: Enable module weak links.
Damien George
2019-10-22
py: Automatically provide weak links from "foo" to "ufoo" module name.
Damien George
2019-10-22
examples/bluetooth/ble_uart_peripheral.py: Add usage demo.
Jim Mussared
2019-10-22
extmod/modbluetooth_nimble: Use `data_alloc` length to truncate writes.
Jim Mussared
2019-10-22
extmod/modbluetooth: Persist reference to NimBLE service instances.
Jim Mussared
2019-10-22
py/objstr: Size-optimise failure path for mp_obj_str_get_buffer.
Jim Mussared
2019-10-22
examples/bluetooth: Use UUIDs directly to add services to adv payload.
Jim Mussared
2019-10-22
extmod/modbluetooth: Make UUID support the buffer protocol.
Jim Mussared
2019-10-22
esp8266/boards: Add manifest_release.py with files for a release.
Damien George
2019-10-21
esp32: Add missing and necessary newline at EOF for sdkconfig.240mhz.
Jim Mussared
2019-10-21
tests/cpydiff: Fix typo in types_bytes_keywords.py doc comments.
clach04
2019-10-21
unix: Allow building without a manifest.
Jim Mussared
2019-10-21
esp8266: Allow building without a manifest.
Jim Mussared
2019-10-21
py/mkrules.mk: Add warning/error for invalid frozen config.
Jim Mussared
2019-10-21
tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.
Jim Mussared
2019-10-21
stm32/powerctrlboot: Fix config of systick IRQ priority on F0/L0/WB MCU.
Damien George
2019-10-18
py/objtype: Add type.__bases__ attribute.
Josh Lloyd
2019-10-18
esp32/boards: Split out CPU frequency config, make 160MHz the default.
Josh Lloyd
2019-10-18
examples/bluetooth: Add basic BLE peripheral examples.
Jim Mussared
2019-10-18
extmod/re1.5: Support escaping within RE classes.
Jim Mussared
2019-10-18
esp32/machine_uart: Add ability to invert UART pins.
Jeremy Herbert
2019-10-18
stm32/accel: Fix Accel.read() method so it does read a byte.
Damien George
2019-10-18
stm32/boards: Add NADHAT_PYB405 board.
Frederic.Pierson
2019-10-18
stm32/accel: Add support for KXTJ3.
Frederic.Pierson
2019-10-18
stm32/accel: Rename MMA I2C macro constants to make it generic.
Damien George
2019-10-16
stm32/mpu: Save and restore the IRQ state when configuring MPU.
Damien George
2019-10-16
drivers/onewire/ds18x20.py: Add support for DS1822 sensor.
Damien George
2019-10-16
docs/wipy/tutorial: Link Blynk examples to the official library.
Volodymyr Shymanskyy
2019-10-16
docs: Fix spelling in various parts of the docs.
Mike Causer
2019-10-16
docs/esp8266: Add ntptime usage to esp8266 quickref.
Mike Causer
2019-10-16
docs/library: Clarify relation between machine and port-specific mods.
Peter Hinch
2019-10-16
docs/esp8266/tutorial: Make http_get sample function self contained.
Thiago Paes
2019-10-16
docs/library/bluetooth.rst: Fix typo in HR/UART services example.
Damien George
2019-10-15
stm32/adc: Fix sampling for internal channels on H7 MCUs.
iabdalkader
2019-10-15
stm32/adc: Use IS_CHANNEL_INTERNAL macro to check for internal channels.
iabdalkader
2019-10-15
stm32/adc: Remove unused macro and channel check, and fix spacing.
iabdalkader
2019-10-15
stm32/adc: Update ADC driver to work with the new H7 HAL.
iabdalkader
2019-10-15
esp32: Convert to use FROZEN_MANIFEST to specify frozen code.
Damien George
2019-10-15
qemu-arm: Convert to use FROZEN_MANIFEST to specify frozen code.
Damien George
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
tools: Add mechanism to provide a manifest of frozen files.
Damien George
2019-10-15
tools/make-frozen.py: Allow to run with no directory passed in.
Damien George
2019-10-15
extmod/modbluetooth: In gap_advertise only accept None to stop adv.
Damien George
2019-10-15
extmod/modbluetooth: Make gap_disconnect not raise when disconnected.
Jim Mussared
2019-10-15
docs/library/bluetooth.rst: Explain how to increase char buffer size.
Jim Mussared
2019-10-15
esp32: Run NimBLE on the app core.
Jim Mussared
[next]