1023 Commits (5f50f4a130e60c4bc5f4fbf58ac849dcaf764e72)

Author SHA1 Message Date
Jim Mussared 5e20f689ad docs/library/ubluetooth.rst: Update read request IRQ docs. 4 years ago
Jim Mussared 89553997b8 docs/library/ubluetooth.rst: Update char/desc flags. 4 years ago
Jim Mussared 7a9aa49595 docs/library/ubluetooth.rst: Add _IRQ_CONNECTION_UDPATE docs. 4 years ago
Damien George a14ca31e85 docs/reference/repl.rst: Add information about new raw-paste mode. 4 years ago
Jim Mussared 3795c71271 docs/library/ubluetooth.rst: Add docs for L2CAP channels. 4 years ago
Damien George dbb13104ca docs/develop/cmodules.rst: Add link to source code for user C example. 4 years ago
stijn 25c4563f26 examples: Add example code for user C modules, both C and C++. 4 years ago
stijn 0153148fd2 py/py.mk: Support C++ code for user C modules. 4 years ago
stijn 78c8b55067 docs: Fix reference to QSTR_GEN_CFLAGS Makefile flag. 4 years ago
Kevin Thomas 6eebdbc495 docs/reference/glossary.rst: Fix minor grammar error, An -> A. 4 years ago
Howard Lovatt 4842060366 docs/library/machine.Timer.rst: Add mention of constructor arguments. 4 years ago
Howard Lovatt cf6845b1cf docs/library/machine.Signal.rst: Correct typo: usecases to use cases. 4 years ago
Howard Lovatt 23f9439f44 docs/library/machine.rst: Correct minor typo: timout to timeout. 4 years ago
Howard Lovatt 3bc0ecbcd9 docs/library/btree.rst: Correct method typo: __detitem__ to __delitem__. 4 years ago
Damien George d4b61b0017 extmod/utime_mphal: Add generic utime.time_ns() function. 4 years ago
Damien George 98182a97c5 docs: Update I2C and SPI docs to add reference to SoftI2C and SoftSPI. 4 years ago
David Lechner ee7568ca8d docs/reference/packages.rst: Fix typo, remove duplicate "port". 4 years ago
Damien George c8ade2bd7f docs/develop: Add notes on prerequisite tools for building native .mpy. 4 years ago
Damien George 81f2162ca0 extmod/modbluetooth: Change module-owned bytes objects to memoryview. 4 years ago
Damien George bd7af6151d ports: Add utime.gmtime() function. 4 years ago
Jim Mussared f271b96b5c docs/library/ubluetooth.rst: Add docs for MTU API. 4 years ago
Jim Mussared c200759290 docs/library/ubluetooth.rst: Clarify peripheral/central vs server/client 4 years ago
Jim Mussared 19faf55090 docs/library/ubluetooth.rst: Clarify position/kw arguments. 4 years ago
Jim Mussared 67d8139e2b docs/library/ubluetooth.rst: Document BLE address modes. 4 years ago
stijn 40ad8f1666 all: Rename "sys" module to "usys". 4 years ago
Damien George b0932fcf2e all: Bump version to 1.13. 4 years ago
Damien George 338b12d3c8 LICENSE,docs: Update copyright year range to include 2020. 4 years ago
Andrew Leech a80a146858 extmod/bluetooth: Support active scanning in BLE.gap_scan(). 4 years ago
Damien George 2acc087880 extmod/vfs_lfs: Add mtime support to littlefs files. 4 years ago
Zenix27 e76c7466b6 docs: Change `\*` to `*` in argument lists. 4 years ago
Josh Lloyd fe7d47971f docs/esp32: Fix machine.Timer quickref to specify HW timers. 4 years ago
Howard Lovatt 47289f4bc9 docs/library: Update pyb.UART to correct pyboard UART availability. 4 years ago
Howard Lovatt 4a7c2731c5 docs/library: Update pyb.Timer to add missing args and defaults to init. 4 years ago
Howard Lovatt cf9be201d7 docs/library: Update pyb.SPI init method to add descr about "ti" arg. 4 years ago
Jonathan Hogg 5f0e9d1bac docs/library: Update documentation of esp32's RMT. 4 years ago
Jim Mussared c7f7c0214c docs/library: For ubluetooth, add docs for _IRQ_GATTS_INDICATE_DONE. 4 years ago
Jim Mussared b7698841b2 docs/library: Add gatts_indicate() doc to ubluetooth.rst. 4 years ago
spacemanspiff2007 b572aa5721 docs/esp32: Add info about PWM duty cycle range to esp32 quickref. 4 years ago
victor cb9aafbf8f docs/library: Clarify that the arg to esp.deepsleep is in microseconds. 4 years ago
Jon Rob 1678f41744 esp32/esp32_rmt: Extend RMT to support carrier feature. 4 years ago
Nick Crabtree 2934e41df0 docs/esp8266: Add quickref documentation for UART on esp8266. 4 years ago
Damien George a4c96fb3b0 extmod/uasyncio: Add asyncio.wait_for_ms function. 4 years ago
David Lechner 1e6d18c915 docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. 4 years ago
Jim Mussared 1cad63c0bc extmod/modbluetooth: Ensure status=0 always on success. 5 years ago
Jim Mussared 9708fe8788 docs/library: Update ubluetooth for new events and discover by uuid. 5 years ago
Andrew Leech e54626f4c1 docs/reference: Add note about multiple exceptions when heap is locked. 5 years ago
cccc 1662a0b06f esp32/machine_sdcard: Add "freq" keyword arg to SDCard constructor. 5 years ago
Damien George cae77daf00 docs/develop: Fix module/source name in Makefile of native example. 5 years ago
Damien George 3b6c9119eb extmod/modbluetooth: Add support for changing the GAP device name. 5 years ago
Thorsten von Eicken 952ff8a8ea esp32: Improve support for OTA updates. 5 years ago