3074 Commits (f4a6a577ab133781c06aec029c806c878555730a)
 

Author SHA1 Message Date
Paul Sokolovsky f4a6a577ab stream: Convert .ioctl() to take fixed number of args. 10 years ago
Damien George 5228854f0e docs: Fix RTD build configuration. 10 years ago
Damien George d1b42d7b51 stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args. 10 years ago
Damien George 224fee0e10 stmhal: Fix HAL error raising; make test for it. 10 years ago
evildmp aec189a5ba docs: Add optional sphinx_rtd_theme; add docs build instructions. 10 years ago
Matthias ca0b0cb83f Document parameter "data" of i2c.mem_read() more clear 10 years ago
Damien George 4df85e49d4 tests: Add test for hash of user defined class. 10 years ago
stijn e00eeaf4cd py: Use __hash__ method if a type defines it 10 years ago
Paul Sokolovsky d8474d3617 docs: select: Describe extra details. 10 years ago
Sven Wegener b98c162c52 py: Fix order-only dependencies in mkrules.mk and py.mk. 10 years ago
Damien George 1e9a92f84f py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled. 10 years ago
Damien George b6b34cd3f6 py: Remove obsolute function declaration. 10 years ago
Sven Wegener bfb18a714b py: Add order-only dependency for py-version.h 10 years ago
Sven Wegener 0e0ae97975 stmhal: Declare variables extern in include files 10 years ago
Sven Wegener 1a5a6d1403 bare-arm: Add dummy __assert_func and __fatal_error 10 years ago
Sven Wegener 238ab5013b py: Deactivate more code without MICROPY_PY_SYS 10 years ago
Paul Sokolovsky 98d8d59c33 unix: Allow -X heapsize number take 'w' specifier for word size adjustment. 10 years ago
Damien George 7860c2a68a py: Fix some macros defines; cleanup some includes. 10 years ago
Damien George be8e99c7d4 py: Allow bytes object as argument to some str methods. 10 years ago
Damien George a65c03c6c0 py: Allow +, in, and compare ops between bytes and bytearray/array. 10 years ago
Paul Sokolovsky 346aacf27f unix: fast: Set initial module dict size big to have high pystone score. 10 years ago
Damien George ff8d0e071c docs: Bump version to 1.3.6. 10 years ago
Damien George 0e3722137f docs: Update front page to display date of last update. 10 years ago
Damien George 8e701604d5 docs: Add links from quickref to pyb classes. 10 years ago
Damien George bc0bc764fc docs: Add debounce tutorial; order Pin methods; add pull resistor info. 10 years ago
Damien George 183ac71dc8 docs: Add pdf size info to datasheet links. 10 years ago
Damien George 1e3fde0a10 docs: Add skin imgs; change external links to micropython.org/resources. 10 years ago
Damien George 72165c01f0 docs: Adjust table spacing in topindex page. 10 years ago
Damien George ff319dffad py: Explicitly set uninitialised struct member to false. 10 years ago
Damien George 0344fa1ddf py: Fix builtin callable so it checks user-defined instances correctly. 10 years ago
Damien George 2cd79fa924 Merge branch 'szinya-master' 10 years ago
Márton Szinovszki bfd11a35db docs: Fix typo in Fading LEDs 10 years ago
Damien George f6e825b42e docs: Disable logo and add spacing to top index. 10 years ago
Damien George 6e6dfdc56b docs: Make custom index page; add more docs. 10 years ago
Paul Sokolovsky 1060baa2c2 unix: Provide "fast" target to build interpreter for benchmarking. 10 years ago
Damien George 38bd762121 stmhal: Improve pyb.freq to allow 8 and 16MHz (not usable with USB). 10 years ago
Paul Sokolovsky 039887a0ac py: Fix bug with right-shifting small ints by large amounts. 10 years ago
Damien George a58713a899 docs: Cleanup and update some docs. 10 years ago
Damien George c7da7838ba tests: Add heapalloc.py.exp, since CPython can't generate it. 10 years ago
Damien George 109c1de015 py: Make gc.enable/disable just control auto-GC; alloc is still allowed. 10 years ago
Damien George 4029f51842 stmhal: Fix UART so bits counts number of data bits, not incl parity. 10 years ago
Damien George 1559a97810 py: Add builtin round function. 10 years ago
Damien George fa73c9cb25 docs: Add 2 images for tutorials. 10 years ago
Damien George 88d3054ac0 docs: Import documentation from source-code inline comments. 10 years ago
Damien George 7c4445afe1 tools: Make gendoc.py able to output RST format. 10 years ago
Damien George 1a8573ed0e stmhal: Update some inlined docs for network and CAN. 10 years ago
Damien George 47f349e7de docs: Fix links to images and other parts of the docs. 10 years ago
Shuning Bian c92ef361c7 docs: Add tutorial for fading LED using PWM, with fritzing image 10 years ago
Damien George 4ef67d30f1 stmhal: Implement support for RTS/CTS hardware flow control in UART. 10 years ago
Damien George 9a41b32b3f stmhal: Add ioctl to USB_VCP object, so it works with select. 10 years ago