1023 Commits (5f50f4a130e60c4bc5f4fbf58ac849dcaf764e72)

Author SHA1 Message Date
Damien George 106a83de22 esp32/esp32_partition: Add support for specifying block_size. 3 years ago
Lars Kellogg-Stedman 8f6924c9fb docs/library/uasyncio.rst: Fix description of ThreadSafeFlag.wait. 3 years ago
Jos Verlinde 6653856b87 docs/library/machine.Pin.rst: Document defaults for Pin.init. 3 years ago
Jos Verlinde 7f67524031 docs/library/pyb.SPI.rst: Document default for prescaler argument. 3 years ago
Jos Verlinde 58cd2a8b0a docs/library/esp.rst: Document the osdebug function. 3 years ago
Jos Verlinde f99b679916 docs/library/machine.WDT.rst: Use correct case for WDT.feed. 3 years ago
Jos Verlinde 7621b17636 docs/library/machine.SPI.rst: Add class constant SoftSPI.MSB and .LSB. 3 years ago
Jos Verlinde 8715ad9ccf docs/library/pyb.DAC.rst: Add DAC class constants. 3 years ago
Jos Verlinde ba4f6f5fdf docs/library/pyb.rst: Add pyb.hid_mouse and pyb.hid_keyboard constants. 3 years ago
Jos Verlinde 50b172023f docs/library/pyb.Timer.rst: Add pyb.Timer class constants. 3 years ago
Jos Verlinde 2c30ac7aeb docs/library/socket.rst: Document socket as a class. 3 years ago
Jos Verlinde cd0531c533 docs: Use the correct * keyword-only notation. 3 years ago
Jos Verlinde a41abd94dc docs/library/collections.rst: Use class for deque and OrderedDict. 3 years ago
Peter Hinch 80b81acea5 docs/reference/isr_rules.rst: Describe uasyncio-IRQ interface. 3 years ago
Jonathan Hogg a43764e654 docs/esp32/quickref: Update ADC documentation. 3 years ago
Luiz Brandao ddda959e57 docs/reference/isr_rules.rst: Fix inconsistent variable name in example. 3 years ago
Cem Eliguzel 5943a2ec79 docs/develop/porting.rst: Fix build and import problems in the example. 3 years ago
Damien George 326b2c79df docs: Remove reference to obsolete neopixel_write function. 3 years ago
Damien George 79a3158de6 stm32/pin: Change remaining uses of "af" to "alt". 3 years ago
Damien George c153bfd311 docs/differences: Update python_36 now that b2a_base64 accepts newline. 3 years ago
Christian Decker 2e3a2785cd extmod/modubinascii: Add newline keyword to b2a_base64 function. 3 years ago
Damien George aafd8859e9 docs/differences: Update differences now that math.tau/inf/nan exist. 3 years ago
Jonathan Hogg 3300d6d337 docs/esp32: Document expanded ADC API in quickref. 3 years ago
Damien George 4d2f487ee1 docs/library: Specify additional ADC methods and new ADCBlock class. 3 years ago
Damien George 7d71ae25ed extmod/machine_i2c: Increase default SoftI2C timeout to 50ms. 3 years ago
Damien George da4b38e756 all: Bump version to 1.18. 3 years ago
Damien George a3bbd5332b esp32/machine_bitstream: Reinstate bitstream bit-bang implementation. 3 years ago
Damien George 8957386250 docs/esp32: Update RMT quickref example to match latest code. 3 years ago
Damien George 8ac5613419 LICENSE,docs: Update copyright year range to include 2022. 3 years ago
Maureen Helm c6d26bc524 zephyr: Upgrade to Zephyr v2.7.0. 3 years ago
NitiKaur 01953f2964 docs/differences: Document details of new PEPs/features in Python 3.5+. 3 years ago
IhorNehrutsa 09fe80d091 esp32/machine_pwm: Keep duty constant when changing frequency. 3 years ago
Damien George de43b500bd py/runtime: Allow initialising sys.path/argv with defaults. 3 years ago
Jim Mussared 86394f70fc docs/library/sys.rst: Add note about '.frozen' as an entry in sys.path. 3 years ago
Damien George d9d67adef1 docs: Remove trailing spaces and convert tabs to spaces. 3 years ago
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