aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-21tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.Jim Mussared
2019-10-21stm32/powerctrlboot: Fix config of systick IRQ priority on F0/L0/WB MCU.Damien George
2019-10-18py/objtype: Add type.__bases__ attribute.Josh Lloyd
2019-10-18esp32/boards: Split out CPU frequency config, make 160MHz the default.Josh Lloyd
2019-10-18examples/bluetooth: Add basic BLE peripheral examples.Jim Mussared
2019-10-18extmod/re1.5: Support escaping within RE classes.Jim Mussared
2019-10-18esp32/machine_uart: Add ability to invert UART pins.Jeremy Herbert
2019-10-18stm32/accel: Fix Accel.read() method so it does read a byte.Damien George
2019-10-18stm32/boards: Add NADHAT_PYB405 board.Frederic.Pierson
2019-10-18stm32/accel: Add support for KXTJ3.Frederic.Pierson
2019-10-18stm32/accel: Rename MMA I2C macro constants to make it generic.Damien George
2019-10-16stm32/mpu: Save and restore the IRQ state when configuring MPU.Damien George
2019-10-16drivers/onewire/ds18x20.py: Add support for DS1822 sensor.Damien George
2019-10-16docs/wipy/tutorial: Link Blynk examples to the official library.Volodymyr Shymanskyy
2019-10-16docs: Fix spelling in various parts of the docs.Mike Causer
2019-10-16docs/esp8266: Add ntptime usage to esp8266 quickref.Mike Causer
2019-10-16docs/library: Clarify relation between machine and port-specific mods.Peter Hinch
2019-10-16docs/esp8266/tutorial: Make http_get sample function self contained.Thiago Paes
2019-10-16docs/library/bluetooth.rst: Fix typo in HR/UART services example.Damien George
2019-10-15stm32/adc: Fix sampling for internal channels on H7 MCUs.iabdalkader
2019-10-15stm32/adc: Use IS_CHANNEL_INTERNAL macro to check for internal channels.iabdalkader
2019-10-15stm32/adc: Remove unused macro and channel check, and fix spacing.iabdalkader
2019-10-15stm32/adc: Update ADC driver to work with the new H7 HAL.iabdalkader
2019-10-15esp32: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-15qemu-arm: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-15stm32: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-15esp8266: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-15unix: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-15tools: Add mechanism to provide a manifest of frozen files.Damien George
2019-10-15tools/make-frozen.py: Allow to run with no directory passed in.Damien George
2019-10-15extmod/modbluetooth: In gap_advertise only accept None to stop adv.Damien George
2019-10-15extmod/modbluetooth: Make gap_disconnect not raise when disconnected.Jim Mussared
2019-10-15docs/library/bluetooth.rst: Explain how to increase char buffer size.Jim Mussared
2019-10-15esp32: Run NimBLE on the app core.Jim Mussared
2019-10-15extmod/modbluetooth: Improve ringbuf handling.Jim Mussared
2019-10-15extmod/modbluetooth: Fix order of params to IRQ_GATTS_WRITE event.Jim Mussared
2019-10-15docs/library/bluetooth.rst: Clarify gap_advertise adv_data behavior.Jim Mussared
2019-10-15extmod/modbluetooth: Clear gap_advertise payload when data is empty.Jim Mussared
2019-10-15extmod/modbluetooth: Increase maximum connections from 1 to 4.Jim Mussared
2019-10-15travis: Use "make submodules" to init required modules for each port.Damien George
2019-10-15ports: Add new make target "submodules" which inits required modules.Damien George
2019-10-15minimal/frozentest.mpy: Recompile now that mpy format changed.Damien George
2019-10-15py/persistentcode: Make .mpy more compact with qstr directly in prelude.Damien George
2019-10-15tests/run-perfbench.py: Skip complex tests if target doesn't enable it.Damien George
2019-10-15tests/run-perfbench.py: Show error when truth check fails.Jim Mussared
2019-10-15tests/perf_bench: Add bm_fft test.Jim Mussared
2019-10-15docs/reference/glossary.rst: Add new terms and reduce complexity of old.Jim Mussared
2019-10-15top: Add CODEOFCONDUCT.md document based on the PSF code of conduct.Damien George
2019-10-11esp32: Add 4.x version of IDLE WDT config.Jim Mussared
2019-10-11docs/library/bluetooth: Add initial BLE documentation.Jim Mussared