6381 Commits (9897bcaa731d9dfe62cac61b56698799c8e6bac8)
 

Author SHA1 Message Date
Paul Sokolovsky 9897bcaa73 lib/utils/stdout_helpers: Fix function signature to match py/mphal.h. 8 years ago
Dave Hylands a589fa3e0b stmhal: Update pin print to print new constants 8 years ago
Damien George d09b6b9aa1 esp8266/modpybrtc: Use 64-bit arithmetic when computing alarm expiry. 8 years ago
Damien George 78bc31e294 tests/run-tests: Disable thread/stress_heap.py when running on Travis. 8 years ago
Matt Brejza 5af6184e72 stmhal: Make ADC channel 16 available on L4 MCUs. 8 years ago
Paul Sokolovsky c428367543 extmod/modubinascii: Make crc32() support configurable. 8 years ago
Pavol Rusnak 39799f7564
extmod/modubinascii: implement binascii.crc32 8 years ago
Krzysztof Blazewicz 6562076454 py/stream.c: use mp_obj_get_type in mp_get_stream_raise 8 years ago
Krzysztof Blazewicz 5a5449d4eb extmod/modbtree: do CHECK_ERROR after __bt_seq() 8 years ago
Dave Hylands 253e1a6f67 teensy: Fix execution of frozen boot.py and main.py 8 years ago
Damien George d2d9dfcd40 stmhal: Remove obsolete code for special handling of TIM3 irq settings. 8 years ago
Dave Hylands c6983e3ce0 stmhal: Fix timer capture/compare interrupt handling for TIM1 and TIM8. 8 years ago
Paul Sokolovsky f2a21a2489 esp8266/esp_mphal: No longer disable watchdog on startup. 8 years ago
Radomir Dopieralski d076fae219 esp8266/modmachinespi: Add a factory method for SoftSPI/HSPI 8 years ago
Radomir Dopieralski 8e7dfea803 esp8266/modpybhspi: Add a HSPI module for hardware SPI support 9 years ago
Paul Sokolovsky 49dd532180 extmod/uzlib/: Update uzlib to v2.0.2. 8 years ago
Damien George 64c5a9435c docs/library/machine.WDT: Add note that WDT is only available on WiPy. 8 years ago
Damien George 567e7fcd12 tests/run-tests: Disable thread/thread_lock4.py on Travis. 8 years ago
Paul Sokolovsky 244332df9f extmod/uzlib/: Update uzlib to v2.0.1. 8 years ago
Paul Sokolovsky a6fc90f92a tests/uzlib_decompress: Actually test raw DEFLATE stream. 8 years ago
Paul Sokolovsky ed4ce196ed extmod/moduzlib: Refactor to new stream-compatible uzlib 2.0 API. 8 years ago
Paul Sokolovsky ff1c2b03a9 extmod/uzlib/: Update uzlib to v2.0. 8 years ago
Damien George bb19e7b94b tests/basics/special_methods: Enable tests for extra special methods. 8 years ago
Damien George f003310dee qemu-arm: Enable MICROPY_PY_ALL_SPECIAL_METHODS. 8 years ago
rguillon ed6a1ada24 tests/basics: Add a test file for overriding special methods. 8 years ago
Paul Sokolovsky d2cc7c720b extmod/modwebrepl: set_password(): Raise exception for too long password. 8 years ago
Damien George 095e43a9a5 py/sequence: Allow to use bignums as indices in slice objects. 8 years ago
Damien George f6a8e84a25 tests/basics: Add test for break from within try within a for-loop. 8 years ago
Damien George 675d1c9c60 ports: Remove typedef of machine_ptr_t, it's no longer needed. 8 years ago
Damien George 41fceae559 py/obj.h: For obj reprs A,B,C use void* explicitly for mp_obj_t typedef. 8 years ago
Damien George b359cf2911 tests/misc/non_compliant: Add tests to improve coverage testing. 8 years ago
Damien George d5f42c9daf tests/basics: Add more list tests to improve coverage testing. 8 years ago
Damien George 3c82d1d34b tests/basics: Add more tuple tests to improve coverage testing. 8 years ago
Damien George 2196799051 py/objstr: Use mp_raise_{Type,Value}Error instead of mp_raise_msg. 8 years ago
Damien George 1a0d3fd632 py/runtime.h: Move comment about mp_not_implemented to correct place. 8 years ago
Damien George 4aaa5adf9f py/objtuple: In tuple_cmp_helper, use mp_check_self instead of raising. 8 years ago
Paul Sokolovsky 9cf2949356 esp8266/mpconfigport.h: Enable support for all special methods. 8 years ago
Paul Sokolovsky 0be4a7712d tests: Rename zlibd_decompress.py -> uzlib_decompress.py. 8 years ago
Paul Sokolovsky c4a8004933 py: Get rid of assert() in method argument checking functions. 8 years ago
Paul Sokolovsky 83e0ebabb4 py/objdict: Get rid of asserts (remove/replace with mp_check_self()). 8 years ago
Paul Sokolovsky 8c50f93a41 py/runtime.h: Define mp_check_self(pred) helper macro. 8 years ago
Paul Sokolovsky 9e1b61dedd py/runtime: Factor out exception raising helpers. 8 years ago
Tobias Badertscher af9889f99a stmhal/adc.c: Get ADC working on STM32L4 MCUs. 8 years ago
Damien George dfb8144037 stmhal/boards: Update STM32L476 pin defs to include ADC channels. 8 years ago
ilovezfs 4e36dd570b unix/mpconfigport.h: Don't include stdio.h on MacOS. 8 years ago
Paul Sokolovsky 5e01fb01b3 docs/esp8266/intro: Add command to install esptool.py 1.0.1 via pip. 8 years ago
Damien George 72ae3c72c7 tools/mpy-tool.py: Support freezing float literals with obj-repr C. 8 years ago
Damien George 8a15e0b1c7 esp8266: PULL_UP is not supported on Pin(16), so raise an exception. 8 years ago
Damien George b203c1774e esp8266: Fix reading of pin object for GPIO16. 8 years ago
Paul Sokolovsky 2146cdab5e docs/esp8266/tutorial/pins: Fix typo in commands for pin input mode. 8 years ago