3038 Commits (039887a0ac9bd02cfd84e4792d3d21a78bc06a7f)
 

Author SHA1 Message Date
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
Damien George efc49c5591 stmhal: Improve CAN print function. 10 years ago
Henrik Sölver 6a15ac80dc tests: Added and adapted CAN tests for extended messages 10 years ago
Henrik Sölver 504636815e stmhal: Added support for extended CAN frames. 10 years ago
stijn 0e557facb9 mpz: Fix 64bit msvc build 10 years ago
Paul Sokolovsky e62a0fe367 objstr: Allow to convert any buffer proto object to str. 10 years ago
Paul Sokolovsky 31619cc589 py: mp_obj_str_get_str(): Work with bytes too. 10 years ago
Damien George 11aa91615e stmhal: Fix ptr arith in CC3000 code; enable network build in travis. 10 years ago
Paul Sokolovsky 8bb71f0b06 moductypes: Make .sizeof() work with bytearrays. 10 years ago
Paul Sokolovsky 66d08eb4fe moductypes: Add test for accessing UINT8 array. 10 years ago
Paul Sokolovsky 6d287a6a02 moductypes: When dereferencing a field which is array of uint8, use bytearray. 10 years ago
Paul Sokolovsky 2559e13957 moductypes: Make sure we can apply .sizeof() to all aggregate types. 10 years ago
Paul Sokolovsky b1422de12f py: Allow to override port config file and thus have >1 configs per port. 10 years ago
stijn 49c47da804 Fix errors after enabling -Wpointer-arith 10 years ago
stijn 4e54c876a7 Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void* 10 years ago
Damien George ccedf000ed docs: Increase size of pyboard pinout. 10 years ago
Paul Sokolovsky 429e3f077e unix: Make -v dump memory info at exit. 10 years ago
Damien George 8768f8ad4b docs: Add quick reference page, with pinout and short example code. 10 years ago
Damien George e4e52f5370 stmhal: Allow DAC object to be initialised from a pin. 10 years ago
Paul Sokolovsky e503512f83 unix: Implement -m option (execute module from stdlib). 10 years ago
Damien George bc1488a05f stmhal: Improve REPL control codes; improve pyboard.py script. 10 years ago
Damien George b2f19b8d34 tests: Get builtin_compile to skin properly on pyboard. 10 years ago
Damien George 480a7ce58f stmhal: Change SPI phase spec to 0,1 to match standard conventions. 10 years ago
Damien George de3c806965 py: Fix memoryview referencing so it retains ptr to original buffer. 10 years ago
Damien George c76af32575 unix/windows: Disable sigaction on windows port. 10 years ago
Damien George b0b0012fd8 py: Fix VM dispatch following a pending exception check. 10 years ago
Sebastian Plamauer 91bd4e8a23 changed file paths to new names 10 years ago
Damien George 124df6f8d0 py: Add mp_pending_exception global variable, for VM soft interrupt. 10 years ago
Damien George d7353fe6fe stmhal: Change USB PID when in CDC+HID mode. 10 years ago
Damien George 627852019b tests: Add test for compile builtin. 10 years ago
Damien George c9fc620723 py: Implement compile builtin, enabled only on unix port. 10 years ago
Paul Sokolovsky e5a3759ff5 py: Factor out mp_obj_is_package() function. 10 years ago
Paul Sokolovsky 8becca7c82 py: mp_builtin___import__(): Add const to arg type. 10 years ago
Damien George 8456cc017b py: Compress load-int, load-fast, store-fast, unop, binop bytecodes. 10 years ago
Damien George 1084b0f9c2 py: Store bytecode arg names in bytecode (were in own array). 10 years ago
Paul Sokolovsky fcff4663dd unix: Allow -X heapsize= option take numbers with K & M suffixes. 10 years ago
Damien George 8204db6831 stmhal: Change fresh boot.py and main.py to use \r\n newlines. 10 years ago