aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-22docs/library: Rename "array" module to "uarray".Damien George
2019-10-22py/modarray: Rename "array" module to "uarray".Damien George
2019-10-22unix,windows: Enable module weak links.Damien George
2019-10-22py: Automatically provide weak links from "foo" to "ufoo" module name.Damien George
2019-10-22examples/bluetooth/ble_uart_peripheral.py: Add usage demo.Jim Mussared
2019-10-22extmod/modbluetooth_nimble: Use `data_alloc` length to truncate writes.Jim Mussared
2019-10-22extmod/modbluetooth: Persist reference to NimBLE service instances.Jim Mussared
2019-10-22py/objstr: Size-optimise failure path for mp_obj_str_get_buffer.Jim Mussared
2019-10-22examples/bluetooth: Use UUIDs directly to add services to adv payload.Jim Mussared
2019-10-22extmod/modbluetooth: Make UUID support the buffer protocol.Jim Mussared
2019-10-22esp8266/boards: Add manifest_release.py with files for a release.Damien George
2019-10-21esp32: Add missing and necessary newline at EOF for sdkconfig.240mhz.Jim Mussared
2019-10-21tests/cpydiff: Fix typo in types_bytes_keywords.py doc comments.clach04
2019-10-21unix: Allow building without a manifest.Jim Mussared
2019-10-21esp8266: Allow building without a manifest.Jim Mussared
2019-10-21py/mkrules.mk: Add warning/error for invalid frozen config.Jim Mussared
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