10829 Commits (1266ba97545b66c93e33a2d4c4e665cdbd14228c)
 

Author SHA1 Message Date
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
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