You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George 106a83de22 esp32/esp32_partition: Add support for specifying block_size. 3 years ago
..
_thread.rst docs/_thread: Add a placeholder docs for _thread module. 7 years ago
array.rst docs: Replace ufoo with foo in all docs. 3 years ago
binascii.rst extmod/modubinascii: Add newline keyword to b2a_base64 function. 3 years ago
bluetooth.rst extmod/modbluetooth: Support gap_connect(None) to cancel a connection. 3 years ago
btree.rst docs: Replace ufoo with foo in all docs. 3 years ago
builtins.rst docs/library/builtins.rst: Add module title. 3 years ago
cmath.rst docs/library: Add CPython docs xref to each pertinent module. 7 years ago
collections.rst docs/library/collections.rst: Use class for deque and OrderedDict. 3 years ago
cryptolib.rst docs: Replace ufoo with foo in all docs. 3 years ago
errno.rst docs: Replace ufoo with foo in all docs. 3 years ago
esp.rst docs/library/esp.rst: Document the osdebug function. 3 years ago
esp32.rst esp32/esp32_partition: Add support for specifying block_size. 3 years ago
framebuf.rst docs/library/framebuf.rst: Adjust dimensions in example. 3 years ago
gc.rst docs/library: Add CPython docs xref to each pertinent module. 7 years ago
hashlib.rst docs: Replace ufoo with foo in all docs. 3 years ago
heapq.rst docs: Remove trailing spaces and convert tabs to spaces. 3 years ago
index.rst docs/library/stm.rst: Document the stm module. 3 years ago
io.rst docs: Replace ufoo with foo in all docs. 3 years ago
json.rst docs: Replace ufoo with foo in all docs. 3 years ago
lcd160cr.rst docs: Remove trailing spaces and convert tabs to spaces. 3 years ago
machine.ADC.rst docs/library: Specify additional ADC methods and new ADCBlock class. 3 years ago
machine.ADCBlock.rst docs/library: Specify additional ADC methods and new ADCBlock class. 3 years ago
machine.ADCWiPy.rst docs: Remove trailing spaces and convert tabs to spaces. 3 years ago
machine.I2C.rst extmod/machine_i2c: Increase default SoftI2C timeout to 50ms. 3 years ago
machine.I2S.rst docs: Remove trailing spaces and convert tabs to spaces. 3 years ago
machine.PWM.rst docs: Use the correct * keyword-only notation. 3 years ago
machine.Pin.rst docs/library/machine.Pin.rst: Document defaults for Pin.init. 3 years ago
machine.RTC.rst docs/library/machine.RTC.rst: Document datetime method and fix ex code. 3 years ago
machine.SD.rst docs: Remove trailing spaces and convert tabs to spaces. 3 years ago
machine.SDCard.rst docs: Remove trailing spaces and convert tabs to spaces. 3 years ago
machine.SPI.rst docs/library/machine.SPI.rst: Add class constant SoftSPI.MSB and .LSB. 3 years ago
machine.Signal.rst docs/library/machine.Signal.rst: Correct typo: usecases to use cases. 4 years ago
machine.Timer.rst docs/library/machine.Timer.rst: Document `period` and `callback` args. 3 years ago
machine.TimerWiPy.rst docs: Remove trailing spaces and convert tabs to spaces. 3 years ago
machine.UART.rst docs: Remove trailing spaces and convert tabs to spaces. 3 years ago
machine.WDT.rst docs/library/machine.WDT.rst: Use correct case for WDT.feed. 3 years ago
machine.rst docs/library: Specify additional ADC methods and new ADCBlock class. 3 years ago
math.rst docs/library: Add CPython docs xref to each pertinent module. 7 years ago
micropython.rst docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. 4 years ago
neopixel.rst docs: Add docs for machine.bitstream and neopixel module. 3 years ago
network.CC3K.rst all: Replace busses with buses. 4 years ago
network.WIZNET5K.rst all: Replace busses with buses. 4 years ago
network.WLAN.rst docs: Replace ufoo with foo in all docs. 3 years ago
network.WLANWiPy.rst docs: Change `\*` to `*` in argument lists. 4 years ago
network.rst docs/library/network.rst: Simplify socket import. 3 years ago
os.rst docs/library/os.rst: Clarify littlefs requirements for block erase. 3 years ago
pyb.ADC.rst docs: Remove spaces on lines that are empty. 5 years ago
pyb.Accel.rst docs: Remove spaces on lines that are empty. 5 years ago
pyb.CAN.rst all: Replace busses with buses. 4 years ago
pyb.DAC.rst docs/library/pyb.DAC.rst: Add DAC class constants. 3 years ago
pyb.ExtInt.rst docs: Remove spaces on lines that are empty. 5 years ago
pyb.Flash.rst docs: Replace ufoo with foo in all docs. 3 years ago
pyb.I2C.rst docs: Replace master/slave with controller/peripheral in I2C and SPI. 3 years ago
pyb.LCD.rst docs: Remove spaces on lines that are empty. 5 years ago
pyb.LED.rst docs: Remove spaces on lines that are empty. 5 years ago
pyb.Pin.rst docs: Use the correct * keyword-only notation. 3 years ago
pyb.RTC.rst docs,stm32: Fix minor typos in RTC docs, and->an. 4 years ago
pyb.SPI.rst docs/library/pyb.SPI.rst: Document default for prescaler argument. 3 years ago
pyb.Servo.rst docs/pyb.*: Use proper class case in method headers. 9 years ago
pyb.Switch.rst docs: Fix some references and RST markup to eliminate Sphinx warnings. 7 years ago
pyb.Timer.rst docs/library/pyb.Timer.rst: Add pyb.Timer class constants. 3 years ago
pyb.UART.rst all: Replace busses with buses. 4 years ago
pyb.USB_HID.rst docs: Change `\*` to `*` in argument lists. 4 years ago
pyb.USB_VCP.rst stm32/usb: Make irq's default trigger enable all events. 3 years ago
pyb.rst docs/library/pyb.rst: Add pyb.hid_mouse and pyb.hid_keyboard constants. 3 years ago
random.rst docs/library/random.rst: Document the random module. 3 years ago
re.rst docs: Replace ufoo with foo in all docs. 3 years ago
rp2.Flash.rst docs: Replace ufoo with foo in all docs. 3 years ago
rp2.PIO.rst docs/library: Add initial API reference for rp2 module and its classes. 4 years ago
rp2.StateMachine.rst docs/library: Add initial API reference for rp2 module and its classes. 4 years ago
rp2.rst docs/library/rp2.rst: Update function asm_pio_encode to add sideset_opt. 3 years ago
select.rst docs: Replace ufoo with foo in all docs. 3 years ago
socket.rst docs/library/socket.rst: Document socket as a class. 3 years ago
ssl.rst docs: Replace ufoo with foo in all docs. 3 years ago
stm.rst docs/library/stm.rst: Document the stm module. 3 years ago
struct.rst docs: Replace ufoo with foo in all docs. 3 years ago
sys.rst docs/library/sys.rst: Add note about '.frozen' as an entry in sys.path. 3 years ago
time.rst docs: Replace ufoo with foo in all docs. 3 years ago
uasyncio.rst docs/library/uasyncio.rst: Fix description of ThreadSafeFlag.wait. 3 years ago
uctypes.rst docs: Replace ufoo with foo in all docs. 3 years ago
wipy.rst docs: Add usocket and ussl modules' documentation. 9 years ago
zephyr.DiskAccess.rst docs/library/zephyr: Add libraries specific to the Zephyr port. 3 years ago
zephyr.FlashArea.rst docs/library/zephyr: Add libraries specific to the Zephyr port. 3 years ago
zephyr.rst docs/library/zephyr: Add libraries specific to the Zephyr port. 3 years ago
zephyr.zsensor.rst docs/library/zephyr: Add libraries specific to the Zephyr port. 3 years ago
zlib.rst docs: Replace ufoo with foo in all docs. 3 years ago