988 Commits (92f54fe8d9618dd5e6101ac5c5f83ffc53b1bc57)

Author SHA1 Message Date
IhorNehrutsa b491967bbd esp32/machine_pwm: Implement duty_u16() and duty_ns() PWM methods. 3 years ago
Jonathan Hogg 851ecb2da1 extmod/modbluetooth: Support gap_connect(None) to cancel a connection. 3 years ago
Scott Armitage de7e3cd792 docs/library/machine.Pin.rst: Add Pin.ANALOG mode constant. 4 years ago
Michael Buesch 68d1245f42 docs/library/machine.Timer.rst: Document `period` and `callback` args. 4 years ago
Michael Buesch 1e7c8f2b0b docs/library/machine.SPI.rst: Add example SPI usage. 4 years ago
Michael Buesch e7900351bf docs/library/machine.Timer.rst: Document 'id' as positional-only arg. 4 years ago
Peter Hinch d94ac4333f docs/library/uasyncio.rst: Detail exception behaviour in cancel/timeout. 5 years ago
gibbonsc de8dc4bad2 docs/esp8266/tutorial: Fix comments of FrameBuffer examples. 3 years ago
NitiKaur b851950c26 docs/library/sys.rst: Add docs for sys.settrace. 3 years ago
NitiKaur e538d8a5a6 docs/rp2/quickref.rst: Add section on PIO. 3 years ago
Damien George 01f1c3aac2 docs/reference/filesystem.rst: Add detail on how to use littlefs fuse. 3 years ago
oli f72b49756d docs/library/rp2.rst: Update function asm_pio_encode to add sideset_opt. 3 years ago
Sebastian Wicki 8f3510799d docs/library/framebuf.rst: Adjust dimensions in example. 4 years ago
Mike Teachman b6dbbbe82f rp2/machine_i2s: Add I2S protocol support. 3 years ago
Andrew Scheller 0adea40716 docs/rp2/general.rst: Fix typo with missing spaces. 3 years ago
Jim Mussared 43467b9c71 extmod/modbluetooth: Add connection interval to gap_connect. 3 years ago
NitiKaur 4c9e17e0a1 docs/esp32/tutorial: Add an example of peripheral control via regs. 3 years ago
NitiKaur 763042a287 docs/library/stm.rst: Document the stm module. 3 years ago
NitiKaur e87b2e8bfa docs/reference/manifest.rst: Add docs for manifest.py files. 3 years ago
NitiKaur 135339ce3a docs/reference/mpremote.rst: Add docs for mpremote. 3 years ago
NitiKaur c42c1c8718 docs/library/random.rst: Document the random module. 3 years ago
NitiKaur baa5a76fc0 docs/rp2: Add reference for PIO assembly instructions, and PIO tutorial. 3 years ago
IhorNehrutsa 71111cffba docs/esp32: Explain ESP32 PWM modes, timers, and channels. 3 years ago
Jim Mussared b326edf68c all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE. 3 years ago
Jim Mussared e3eebc329f stm32: Suggest putting code in main.py not boot.py. 3 years ago
Peter Hinch 4552f1816b docs/library/machine.I2S.rst: Specify that I2S.shift args are kw-only. 3 years ago
Ihor Nehrutsa c7842f4798 docs/make.bat: Change Windows output dir from '_build' to 'build'. 3 years ago
Matt Trentini 60d3a3c3a0 docs/library/bluetooth.rst: Update incorrect link to gatts_write. 3 years ago
Peter Hinch cc0884bb4f docs/library/os.rst: Clarify littlefs requirements for block erase. 3 years ago
Damien George 7c54b64280 all: Bump version to 1.17. 3 years ago
Peter Hinch 3720a570f2 docs/reference: Mention that slicing a memoryview causes allocation. 3 years ago
Fernando 4954290e86 docs/esp8266: Use monospace for software tools. 3 years ago
Fernando 577a3c4192 docs/library: Fix usage of :term: for frozen module reference. 3 years ago
Peter Hinch 2296df0a32 extmod/modframebuf: Enable blit between different formats via a palette. 3 years ago
Jim Mussared 53145c4c5f docs: Add docs for machine.bitstream and neopixel module. 3 years ago
Jim Mussared 44818d1a35 docs/library/network.rst: Simplify socket import. 3 years ago
Jim Mussared af162257d3 docs/library/builtins.rst: Add module title. 3 years ago
Jim Mussared 1d9e489af3 extmod/modbluetooth: Add send_update arg to gatts_write. 3 years ago
Jim Mussared d7fbc755dc docs/library/index.rst: Clarify module naming and purpose. 3 years ago
Jim Mussared c737cde947 docs: Replace ufoo with foo in all docs. 3 years ago
Jim Mussared 218606351c docs: Rename ufoo.rst to foo.rst. 3 years ago
Damien George 671f012306 docs/templates: Add unix and zephyr quickref links to top-index. 3 years ago
Julia Hathaway 6ed6990625 docs/library/zephyr: Add libraries specific to the Zephyr port. 3 years ago
Julia Hathaway 333e16521b docs/zephyr: Add quick reference for the Zephyr port. 3 years ago
Damien George 45f9a38451 docs/library/machine.I2S.rst: Fix use of sd pin in examples. 3 years ago
Peter Züger ffc854f17f extmod/modujson: Add support for dump/dumps separators keyword-argument. 4 years ago
Damien George 8616129f2e esp8266,esp32: Include hidden networks in WLAN.scan results. 3 years ago
Will Sowerbutts a3675294ae esp32/machine_uart: Add flow kw-arg to enable hardware flow control. 4 years ago
Damien George 7f69246895 docs/library/uasyncio.rst: Document stream readexactly() method. 3 years ago
Damien George a5221c47eb docs/library/utime.rst: Clarify behaviour and precision of sleep ms/us. 3 years ago