10872 Commits (40cc7ec677e962c47db567479e42c27ed8911ff6)
 

Author SHA1 Message Date
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
Damien George 8f7f671236 extmod/modbluetooth: In gap_advertise only accept None to stop adv. 5 years ago
Jim Mussared 36502bdfdc extmod/modbluetooth: Make gap_disconnect not raise when disconnected. 5 years ago
Jim Mussared ea315d7d58 docs/library/bluetooth.rst: Explain how to increase char buffer size. 5 years ago
Jim Mussared 4b2b05718a esp32: Run NimBLE on the app core. 5 years ago
Jim Mussared 423e67d0a0 extmod/modbluetooth: Improve ringbuf handling. 5 years ago
Jim Mussared cb73103f57 extmod/modbluetooth: Fix order of params to IRQ_GATTS_WRITE event. 5 years ago
Jim Mussared 62e3a966fb docs/library/bluetooth.rst: Clarify gap_advertise adv_data behavior. 5 years ago
Jim Mussared ba16a22991 extmod/modbluetooth: Clear gap_advertise payload when data is empty. 5 years ago
Jim Mussared 418f12c5f5 extmod/modbluetooth: Increase maximum connections from 1 to 4. 5 years ago
Damien George f562f94e1c travis: Use "make submodules" to init required modules for each port. 5 years ago
Damien George d7a9388fe0 ports: Add new make target "submodules" which inits required modules. 5 years ago
Damien George 3ee71ff314 minimal/frozentest.mpy: Recompile now that mpy format changed. 5 years ago
Damien George 23f0691fdd py/persistentcode: Make .mpy more compact with qstr directly in prelude. 5 years ago
Damien George 858e992d2e tests/run-perfbench.py: Skip complex tests if target doesn't enable it. 5 years ago
Jim Mussared f1882636c0 tests/run-perfbench.py: Show error when truth check fails. 5 years ago
Jim Mussared cfd17f4ebe tests/perf_bench: Add bm_fft test. 5 years ago
Jim Mussared a93495b66d docs/reference/glossary.rst: Add new terms and reduce complexity of old. 5 years ago
Damien George e0befd9e04 top: Add CODEOFCONDUCT.md document based on the PSF code of conduct. 5 years ago
Jim Mussared d5cbee3cfb esp32: Add 4.x version of IDLE WDT config. 5 years ago
Jim Mussared dc82bee298 docs/library/bluetooth: Add initial BLE documentation. 5 years ago
Jim Mussared 76f474129e extmod/modbluetooth: Use us instead of ms for advertising interval. 5 years ago
Jim Mussared b65cc387cd extmod/modbluetooth: Allow config of scan interval/window. 5 years ago
ladyada 06ae818f93 stm32/boards: Add new board ADAFRUIT_F405_EXPRESS. 5 years ago
Glenn Ruben Bakke 98c2eabaff nrf/boards: Add nrf9160 pca10090 board. 5 years ago
Glenn Ruben Bakke 82fe6b0526 nrf: Add nrf9160 base support. 5 years ago
Glenn Ruben Bakke 01a3110e36 nrf/boards: Add support for pca10059. 5 years ago
Glenn Ruben Bakke 60b0b69f20 nrf: Add tinyusb support for nrf52840. 5 years ago
Glenn Ruben Bakke 1571120dc2 nrf/device: Correct SPIM3 IRQ handler entry for nrf52840. 5 years ago
Damien George 79ab82ea77 esp8266/modules/ntptime.py: Always close socket, and set day-of-week. 5 years ago
Jim Mussared 580a2656d1 stm32: Use hardware double sqrt on F7/H7 MCUs. 5 years ago