- 22 Jul, 2015 1 commit
-
-
Damien George authored
This allows a user-specified Timer for the triggering of the ADC read, mirroring the new behaviour of DAC.write_timed. Addresses issue #1129.
-
- 21 Jul, 2015 1 commit
-
-
Damien George authored
This allows the DAC to use a user-specified Timer for the triggering (instead of the default Timer(6)), while still supporting original behaviour. Addresses issues #1129 and #1388.
-
- 08 Jul, 2015 1 commit
-
-
Damien George authored
-
- 02 Jul, 2015 1 commit
-
-
Daniel Campora authored
-
- 28 Jun, 2015 1 commit
-
-
Daniel Campora authored
-
- 27 Jun, 2015 1 commit
-
-
Damien George authored
-
- 17 Jun, 2015 1 commit
-
-
Bill Owens authored
-
- 16 Jun, 2015 1 commit
-
-
Daniel Campora authored
-
- 13 Jun, 2015 1 commit
-
-
Radomir Dopieralski authored
Since the commit that moved those two functions failed to update the documentation, this is a fix for that.
-
- 10 Jun, 2015 1 commit
-
-
Daniel Campora authored
This makes all common files "port-aware" using the .. only directive.
-
- 06 Jun, 2015 1 commit
-
-
Paul Sokolovsky authored
Also, other small cleanups/improvements.
-
- 04 Jun, 2015 1 commit
-
-
Damien George authored
-
- 02 Jun, 2015 2 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
"Structure class" is its descriptor, encoded as a dictionary. Then, uctypes.struct() instantiates an actual object, and thus requires memory address.
-
- 30 May, 2015 1 commit
-
-
Radomir Dopieralski authored
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
-
- 20 May, 2015 1 commit
-
-
Dave Hylands authored
This also pulls out hex_digit from py/lexer.c and makes unichar_hex_digit
-
- 13 May, 2015 1 commit
-
-
Damien George authored
-
- 12 May, 2015 1 commit
-
-
Steve Zatz authored
-
- 11 May, 2015 1 commit
-
-
blmorris authored
-
- 21 Apr, 2015 1 commit
-
-
Damien George authored
-
- 18 Apr, 2015 1 commit
-
-
Henrik authored
-
- 16 Apr, 2015 1 commit
-
-
Damien George authored
Thanks to Henrik Sölver for this patch.
-
- 09 Apr, 2015 1 commit
-
-
Damien George authored
-
- 30 Mar, 2015 2 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 29 Mar, 2015 2 commits
-
-
Ivan Pejić authored
Add example: using named function for the Timer's callback. Add note: improving traceback inside interrupt timers.
-
Damien George authored
-
- 26 Mar, 2015 1 commit
-
-
Paul Sokolovsky authored
-
- 24 Mar, 2015 1 commit
-
-
Paul Sokolovsky authored
-
- 09 Mar, 2015 2 commits
-
-
Dave Hylands authored
-
Peter Hinch authored
-
- 23 Feb, 2015 1 commit
-
-
Damien George authored
-
- 22 Feb, 2015 2 commits
-
-
Paul Sokolovsky authored
-
Damien George authored
Also includes documentation about minimum baudrate. Addresses issue #1090.
-
- 15 Feb, 2015 1 commit
-
-
Henrik Sölver authored
-
- 13 Feb, 2015 2 commits
-
-
Damien George authored
-
Damien George authored
Different HID modes can be configured in Python. You can either use predefined mouse or keyboard, or write your own report descriptor.
-
- 20 Jan, 2015 1 commit
-
-
Damien George authored
-
- 08 Jan, 2015 1 commit
-
-
Damien George authored
-
- 07 Jan, 2015 1 commit
-
-
Paul Sokolovsky authored
-