10902 Commits (42c1aed2bba55b759e54139421044a05ccd4bfc6)
 

Author SHA1 Message Date
Andrew Leech 19ca025b45 stm32/sdram: Fix to use new mpu_config_start/mpu_config_end signature. 5 years ago
Jim Mussared 19e87742c4 docs/library/bluetooth: Rename to "ubluetooth". 5 years ago
Jim Mussared b02d7e612d extmod/modbluetooth: Rename module to "ubluetooth". 5 years ago
Damien George 30e25174bb tests: Rename "array" module to "uarray". 5 years ago
Damien George a2eea57b1d docs/library: Rename "array" module to "uarray". 5 years ago
Damien George 21a60935a5 py/modarray: Rename "array" module to "uarray". 5 years ago
Damien George 1582c7eeb0 unix,windows: Enable module weak links. 5 years ago
Damien George d2384efa80 py: Automatically provide weak links from "foo" to "ufoo" module name. 5 years ago
Jim Mussared 9c5262f25e examples/bluetooth/ble_uart_peripheral.py: Add usage demo. 5 years ago
Jim Mussared 2c1f269918 extmod/modbluetooth_nimble: Use `data_alloc` length to truncate writes. 5 years ago
Jim Mussared f34e16dbc6 extmod/modbluetooth: Persist reference to NimBLE service instances. 5 years ago
Jim Mussared c7ae8c5a99 py/objstr: Size-optimise failure path for mp_obj_str_get_buffer. 5 years ago
Jim Mussared 3e1af5b36f examples/bluetooth: Use UUIDs directly to add services to adv payload. 5 years ago
Jim Mussared 56fc3edf98 extmod/modbluetooth: Make UUID support the buffer protocol. 5 years ago
Damien George f1d91908fa esp8266/boards: Add manifest_release.py with files for a release. 5 years ago
Jim Mussared 912892b209 esp32: Add missing and necessary newline at EOF for sdkconfig.240mhz. 5 years ago
clach04 ffd11486d4 tests/cpydiff: Fix typo in types_bytes_keywords.py doc comments. 5 years ago
Jim Mussared 93bd61ca91 unix: Allow building without a manifest. 5 years ago
Jim Mussared df7f632fd7 esp8266: Allow building without a manifest. 5 years ago
Jim Mussared 7662501d5b py/mkrules.mk: Add warning/error for invalid frozen config. 5 years ago
Jim Mussared 8ba963cfa3 tools/makemanifest.py: Eval relative paths w.r.t. current manifest file. 5 years ago
Damien George 12413e92a3 stm32/powerctrlboot: Fix config of systick IRQ priority on F0/L0/WB MCU. 5 years ago
Josh Lloyd 8f9e2e325a py/objtype: Add type.__bases__ attribute. 5 years ago
Josh Lloyd 59c1b7d4b8 esp32/boards: Split out CPU frequency config, make 160MHz the default. 5 years ago
Jim Mussared 25a228af7e examples/bluetooth: Add basic BLE peripheral examples. 5 years ago
Jim Mussared ebf8332104 extmod/re1.5: Support escaping within RE classes. 5 years ago
Jeremy Herbert 7a7ee16ccf esp32/machine_uart: Add ability to invert UART pins. 5 years ago
Damien George 69b238ec63 stm32/accel: Fix Accel.read() method so it does read a byte. 5 years ago
Frederic.Pierson 925f244ab3 stm32/boards: Add NADHAT_PYB405 board. 5 years ago
Frederic.Pierson 28062b5108 stm32/accel: Add support for KXTJ3. 5 years ago
Damien George 3105207aff stm32/accel: Rename MMA I2C macro constants to make it generic. 5 years ago
Damien George 4f2c737b0c stm32/mpu: Save and restore the IRQ state when configuring MPU. 5 years ago
Damien George 5954387858 drivers/onewire/ds18x20.py: Add support for DS1822 sensor. 5 years ago
Volodymyr Shymanskyy 615d6b3c66 docs/wipy/tutorial: Link Blynk examples to the official library. 6 years ago
Mike Causer a2c4cb484d docs: Fix spelling in various parts of the docs. 6 years ago
Mike Causer 5a8f392f09 docs/esp8266: Add ntptime usage to esp8266 quickref. 6 years ago
Peter Hinch c0b3419261 docs/library: Clarify relation between machine and port-specific mods. 6 years ago
Thiago Paes 5463ab6df6 docs/esp8266/tutorial: Make http_get sample function self contained. 6 years ago
Damien George d1ed73ca8f docs/library/bluetooth.rst: Fix typo in HR/UART services example. 5 years ago
iabdalkader 6e4468a2ab stm32/adc: Fix sampling for internal channels on H7 MCUs. 5 years ago
iabdalkader 4cee42d864 stm32/adc: Use IS_CHANNEL_INTERNAL macro to check for internal channels. 5 years ago
iabdalkader d523a377d1 stm32/adc: Remove unused macro and channel check, and fix spacing. 5 years ago
iabdalkader cb2b210d45 stm32/adc: Update ADC driver to work with the new H7 HAL. 5 years ago
Damien George ce1de1faf0 esp32: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George 2e90ff7fa8 qemu-arm: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George 287800d6e1 stm32: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George 2fd3f2520d esp8266: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George b1c0355b93 unix: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George e81f538e25 tools: Add mechanism to provide a manifest of frozen files. 5 years ago
Damien George 8e8cfa6f53 tools/make-frozen.py: Allow to run with no directory passed in. 5 years ago