Daniel Campora
5161239c9f
cc3200: time.sleep() now receives seconds, like CPython.
9 years ago
Daniel Campora
bdf958df30
docs/wipy: Update safe boot comments to match actual behaviour.
9 years ago
Daniel Campora
813b581127
cc3200: Add `Pin.name()` method.
10 years ago
Damien George
fa1cdb09fc
docs: Fix duplicate label error for network.WLAN.
10 years ago
Damien George
8cc8f280eb
docs: Make index link point to "index.html" irrespective of port.
10 years ago
Damien George
abfd4da287
docs: Add link from pyboard asm tutorial to asm reference.
10 years ago
Damien George
0d3e309ebc
docs: Add link in references index to Thumb2 assembler docs.
10 years ago
Damien George
2110dc5a6d
docs: Add reference for Thumb2 inline assembler.
Thanks to Peter Hinch for contributing this.
10 years ago
Damien George
aef3846c13
docs: Add "reference" directory for putting docs about the language.
10 years ago
Bill Owens
7c61249ae6
esp8266: Updated documentation for scan() and moved to network
10 years ago
Daniel Campora
ea2cc2b907
docs: Add more documentation for the CC3200 in the pyb module.
10 years ago
Damien George
e78a8c94b6
docs: Bump version to 1.4.4.
10 years ago
Radomir Dopieralski
05c6fbcae6
esp8266: Fix the documentation for esp.connect() and esp.disconnect()
Since the commit that moved those two functions failed to update
the documentation, this is a fix for that.
10 years ago
Daniel Campora
cfcf47c064
docs: Add initial draft documentation for the WiPy.
This makes all common files "port-aware" using the .. only directive.
10 years ago
Paul Sokolovsky
06e85ecfa6
docs/uctype: Update for constructor argument order changes.
Also, other small cleanups/improvements.
10 years ago
Damien George
3eece29807
docs: Change "Micro Python" to "MicroPython" in all places in docs.
10 years ago
Damien George
601cfea6a3
docs: Update license date range to include 2015.
10 years ago
Daniel Campora
7ca1bd314b
docs: Generate a separate docs build for each port.
Using Damien's approach where conf.py and topindex.html are
shared by all ports.
10 years ago
Paul Sokolovsky
32ce72cb9e
docs/uctypes: Typo fix.
10 years ago
Paul Sokolovsky
f8bce131c0
docs/uctypes: Fix API description errors.
"Structure class" is its descriptor, encoded as a dictionary. Then,
uctypes.struct() instantiates an actual object, and thus requires memory
address.
10 years ago
Radomir Dopieralski
78ccb44a90
docs: Document esp module for ESP8266.
I document as much as I could guess from experiments and reading the
code for the ``esp`` module for the ESP8266 port of Micropython.
For now the tag has to be set manually with -t option when building,
when we have properly split documentation, there will be a separate
config file for esp8266 with that the tag "port_esp8266" set.
To build use:
make SPHINXOPTS="-t port_esp8266" html
10 years ago
Dave Hylands
3ad94d6072
extmod: Add ubinascii.unhexlify
This also pulls out hex_digit from py/lexer.c and makes unichar_hex_digit
10 years ago
Damien George
d7b7d5f6ee
docs: Bump version to 1.4.3.
10 years ago
Damien George
0bfc57022d
docs: Document USB_VCP file-like methods.
10 years ago
Steve Zatz
c7df9c6c47
stmhal: Add os.rename function.
10 years ago
blmorris
5df81de7af
sthmal/rtc.c: Add calibration() method to get/set RTC fine-tuning value.
10 years ago
Damien George
dea853d3a3
docs: Document pyb.stop, pyb.standby and pyb.RTC.wakeup.
10 years ago
Damien George
43d56f9ba9
docs: Bump version to 1.4.2.
10 years ago
Henrik
e3cd154317
stmhal: Add support for sending and receiving CAN RTR messages.
10 years ago
Damien George
7d5e34287c
stmhal: Allow sending CAN messages with timeout=0.
Thanks to Henrik Sölver for this patch.
10 years ago
Damien George
feff00e1a5
Add .gitattributes file to force text line endings to LF.
Some files are excluded, otherwise a whole lot of files need converting.
10 years ago
Damien George
e97dddcdca
docs: Document pyb.main function to set main script.
10 years ago
Damien George
0f6424efda
docs: Bump version to 1.4.1.
10 years ago
Paul Sokolovsky
344057ac50
docs: uctypes: Bullet list formatting fixes.
10 years ago
Paul Sokolovsky
9d2c0c231c
docs: uctypes: Describe how to instantiate struct objects.
10 years ago
Ivan Pejić
e178ef2520
docs: Add additional example/note for Timer's callback usage.
Add example: using named function for the Timer's callback.
Add note: improving traceback inside interrupt timers.
10 years ago
Damien George
47098efbda
docs: Provide initial documentation for micropython module.
10 years ago
Damien George
64e8b62291
docs: Bump version to 1.4.
10 years ago
Paul Sokolovsky
c260836beb
docs: uctypes: Describe bytes_at(), bytearray_at().
10 years ago
Paul Sokolovsky
ec1b1cf834
docs: uctypes: Describe couple more functions.
10 years ago
Dave Hylands
b4c9a25eab
stmhal: Add support for quadrature encoder mode to pyb.TimerChannel.
10 years ago
Peter Hinch
b57b56f293
docs: Update pyb.Timer.rst to fix pulse widths that exceed the period.
10 years ago
Damien George
4fddbe5ab6
docs: Correct the documentation for math.frexp.
10 years ago
Damien George
1babb6d0c7
docs: Update timer tutorial to reflect new behaviour of timer.
10 years ago
Paul Sokolovsky
3527085587
pyb.UART.rst: Clean up note about stream protocol support.
10 years ago
Damien George
77fc276c08
stmhal: For UART, check that baudrate is within 5% of desired value.
Also includes documentation about minimum baudrate.
Addresses issue #1090 .
10 years ago
Henrik Sölver
f80f1a7077
stmhal: Add support for CAN rx callbacks.
10 years ago
Damien George
baafb290ad
stmhal: Add uart.sendbreak() method, to send a break condition.
10 years ago
Damien George
d39c7aa517
stmhal: Add Python-configurable USB HID mode.
Different HID modes can be configured in Python. You can either use
predefined mouse or keyboard, or write your own report descriptor.
10 years ago
Damien George
79dc0a0886
docs: Bump version to 1.3.10.
10 years ago