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-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
2019-10-15
extmod/modbluetooth: Improve ringbuf handling.
Jim Mussared
2019-10-15
extmod/modbluetooth: Fix order of params to IRQ_GATTS_WRITE event.
Jim Mussared
2019-10-15
docs/library/bluetooth.rst: Clarify gap_advertise adv_data behavior.
Jim Mussared
2019-10-15
extmod/modbluetooth: Clear gap_advertise payload when data is empty.
Jim Mussared
2019-10-15
extmod/modbluetooth: Increase maximum connections from 1 to 4.
Jim Mussared
2019-10-15
travis: Use "make submodules" to init required modules for each port.
Damien George
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-15
py/persistentcode: Make .mpy more compact with qstr directly in prelude.
Damien George
2019-10-15
tests/run-perfbench.py: Skip complex tests if target doesn't enable it.
Damien George
2019-10-15
tests/run-perfbench.py: Show error when truth check fails.
Jim Mussared
2019-10-15
tests/perf_bench: Add bm_fft test.
Jim Mussared
2019-10-15
docs/reference/glossary.rst: Add new terms and reduce complexity of old.
Jim Mussared
2019-10-15
top: Add CODEOFCONDUCT.md document based on the PSF code of conduct.
Damien George
2019-10-11
esp32: Add 4.x version of IDLE WDT config.
Jim Mussared
2019-10-11
docs/library/bluetooth: Add initial BLE documentation.
Jim Mussared
[prev]
[next]