458 Commits (fa5a591757569136a444715cce2248b63ad73512)

Author SHA1 Message Date
Paul Sokolovsky ee3615d800 docs/uos: Remove mention of uos.sep. 8 years ago
Damien George 0c821f7def docs/library/machine: Make separate TOC for WiPy vs non-WiPy. 8 years ago
Dave Hylands 2f76c3ca0a docs/library/pyb.Pin: Minor typo fix, B6 should be A0. 8 years ago
Damien George 21f08524ba docs: Add M-logo as favicon. 8 years ago
Damien George 3217bbe491 docs/esp8266/tutorial: Specify the baudrate in picocom example command. 8 years ago
Damien George 9779c99317 stmhal: Add ability to skip booting from SD card via /flash/SKIPSD file. 8 years ago
Damien George 27c149efe0 stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour. 8 years ago
Paul Sokolovsky d5e9ab6e61 extmod/machine_pulse: Make time_pulse_us() not throw exceptions. 8 years ago
Damien George 50a9dd59f5 docs: For LCD160CR driver and tutorial, add link to positioning image. 8 years ago
Damien George 5ec5bfb0d3 docs/pyboard/tutorial/lcd160cr_skin: Fix typo, get_touched->get_touch. 8 years ago
Paul Sokolovsky 0ddeedfc73 docs/uio: Typo fixes/lexical improvements. 8 years ago
Paul Sokolovsky bdb0d22fe2 docs/conf.py: Add myself as a copyright holder on the docs. 8 years ago
Paul Sokolovsky ef6fb66d23 docs/uio: Describe differences between uPy an CPy stream hierarchy. 8 years ago
Paul Sokolovsky 6947a7f6a9 docs/usocket: Dedent Methods section. 8 years ago
Paul Sokolovsky f23c47fea7 docs/usocket: Clarify description of various methods. 8 years ago
Paul Sokolovsky 74fcb122f0 docs/usocket: Elaborate "Constants" section. 8 years ago
Paul Sokolovsky 59540dccf1 docs/usocket: Clarify exceptions used. 8 years ago
Paul Sokolovsky 0aa83142a4 docs/machine: Add explicit note on machine module level and scope. 8 years ago
Paul Sokolovsky 56e7ebf07a docs/machine.Timer: Move WiPy adhoc parts to its documentation. 8 years ago
Damien George c707668d9e docs/library/lcd160cr: Fix set_brightness range, should be 0..31. 8 years ago
Damien George 7d08bc27e2 docs/pyboard/tutorial: Add tutorial for LCD160CR. 8 years ago
Damien George e72e343908 docs: Add documentation for lcd160cr module. 8 years ago
Mike Causer a79f6676c3 docs: Fix some minor spelling mistakes. 8 years ago
Damien George 5653e3c72f docs: Bump version to 1.8.7. 8 years ago
Paul Sokolovsky a1a8f01799 docs/usocket: Clarify that socket timeout raises OSError exception. 8 years ago
Damien George 36ec5c8f27 docs/library/esp: Remove para and add further warning about flash. 8 years ago
Damien George c3f70c603e docs/library/esp: Document esp.set_native_code_location() function. 8 years ago
Paul Sokolovsky 52c19875a4 esp8266/general: Add "Scarcity of runtime resources" section. 8 years ago
Max e1f495a4bd docs/esp8266/tutorial: Close socket after reading page content. 8 years ago
Damien George d377c83794 docs/library/machine.I2C: Fix I2C constructor docs to match impl. 8 years ago
Andrew Mulholland 71ff0b549d docs/esp8266/tutorial: Update intro to add Getting the firmware section. 8 years ago
Lorenz Schmid a5b3c7e7f9 docs/library/pyb.UART: Moved writechar doc to sit with other writes. 8 years ago
Lorenz Schmid 0caac94b98 docs/library/pyb.UART: Added clarification about timeouts. 8 years ago
Peter Hinch 46e59c52af docs/library/pyb.Accel: Add hardware note about pins used by accel. 8 years ago
Damien George 63a5df3cb4 docs/library/machine.I2C: Refine definitions of I2C methods. 8 years ago
Paul Sokolovsky 64db4080ce docs/library/index: Elaborate on u-modules. 8 years ago
Damien George a392b3aa75 docs: Remove references to readall() and update stream read() docs. 8 years ago
Damien George c4e58eaa98 stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers. 8 years ago
Damien George 5a1d63fc14 docs: Bump version to 1.8.6. 8 years ago
Damien George 3e5e4f95b2 docs/library/machine.Pin: Update Pin docs to align with new HW API. 8 years ago
Paul Sokolovsky 5630778f0f esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect). 8 years ago
puuu 933198c55f docs/*/quickref.rst: Use new semantics of ticks_diff() 8 years ago
Paul Sokolovsky 5c3d75c937 docs/esp8266: Update for new WebREPL setup procedure. 8 years ago
Paul Sokolovsky 805f7ea2f2 docs/utime: Add docs for ticks_add(), improvements for other ticks_*(). 8 years ago
Paul Sokolovsky 8679d9e6a6 docs/utime: Remove only:: for ticks_diff(). 8 years ago
Paul Sokolovsky d60ad5cf53 docs/utime: Describe new semantics of ticks_diff() (signed ring arithmetics). 8 years ago
Paul Sokolovsky 153665f159 docs/utime: Document ticks_cpu() in more detail. 8 years ago
Paul Sokolovsky 7219a18d17 docs/library/index: Update TOCs so builtins sorted before modules. 8 years ago
Paul Sokolovsky c28f9df63a docs/library/network: Typo fixes, consistent acronym capitalization. 8 years ago
Paul Sokolovsky b9a88683a4 docs/library/network: Reword intro paragraph. 8 years ago