3983 Commits (6f848b6dbaf30eef2a5dd742bddfb8825a1bd882)
 

Author SHA1 Message Date
Daniel Campora 7b19e99edd lib: Update FatFs to R0.11. 10 years ago
Damien George 64e8b62291 docs: Bump version to 1.4. 10 years ago
Paul Sokolovsky ad038ca101 tests/class_descriptor.py: Fix line-endings (were CRLF). 10 years ago
stijn 28fa84b445 py: Add optional support for descriptors' __get__ and __set__ methods. 10 years ago
Paul Sokolovsky c260836beb docs: uctypes: Describe bytes_at(), bytearray_at(). 10 years ago
Daniel Campora 1eba62cac9 cc3200: Remove unneeded SPI instruction in the simplelink driver. 10 years ago
Daniel Campora 1826036a83 cc3200: Increase main stack size to 2K. 10 years ago
Damien George 51229afbde py: Increase fixed size of stack-info in native emitter. 10 years ago
Damien George 4112590a60 py, compiler: When just bytecode, make explicit calls instead of table. 10 years ago
Damien George a210c774f9 py, compiler: Remove emit_pass1 code, using emit_bc to do its job. 10 years ago
Damien George 542bd6b4a1 py, compiler: Refactor load/store/delete_id logic to reduce code size. 10 years ago
Daniel Campora 760a6eca9b cc3200: Minor refactorings on modwlan and pybsleep. 10 years ago
Daniel Campora 4be44014ab cc3200: Reenable active interrupts when waking from suspended mode. 10 years ago
Paul Sokolovsky 0090c714ba objdict: Cast mp_obj_t to concrete types explicitly. 10 years ago
Daniel Campora 2d717ad97a cc3200: Add callback support to the UART for RX interrupts. 10 years ago
Daniel Campora e909e38871 cc3200: Remove superflous parameters from the SPI API. 10 years ago
Damien George 23d7fd526d tests: Skip some new tests when testing native emitter. 10 years ago
Damien George 214179b430 tests: Add tests for SyntaxError, TypeError, and other missing things. 10 years ago
Damien George 44f65c0e2f py: Fix bug in compiler which allowed through illegal augmented assign. 10 years ago
Damien George 5e1d993f54 py: Clean up some logic in VM to remove assert(0)'s. 10 years ago
Damien George aedf583af2 py: Simplify some logic in compiler; add comments about CPython compat. 10 years ago
Daniel Campora 7f41f650de cc3200: Remove superflous params from the I2C API. 10 years ago
Daniel Campora 26d230419c cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD. 10 years ago
Daniel Campora 4729a212b1 cc3200: Rename the WiPy_SD to WiPy-SD. 10 years ago
Daniel Campora 684dba40f0 cc3200: Roll back to the previous telnet and ftp timeouts. 10 years ago
Daniel Campora e15f8198bc cc3200: Keep WLAN enabled during the soft reset. 10 years ago
Daniel Campora 9d3588f2be cc3200: Remove the cc3200.xml file. Latest CCS already ships with it. 10 years ago
Paul Sokolovsky 3d598256df py: Cast mp_obj_t to concrete types explicitly. 10 years ago
Paul Sokolovsky ec1b1cf834 docs: uctypes: Describe couple more functions. 10 years ago
Damien George dfad7f471a stmhal: Optimise ADC.read_timed() so that it can sample up to 750kHz. 10 years ago
Paul Sokolovsky 44cd46a7e4 objnamedtuple: Accept field list as a string. 10 years ago
Paul Sokolovsky 8705171233 objstr: Expose mp_obj_str_split() for reuse in other modules. 10 years ago
Damien George 4a8556ca58 unix: Remove -Wdouble-promotion from main build, and 2 from coverage. 10 years ago
Damien George 8657342973 stmhal: Correctly clear wake-up flag before entering standby mode. 10 years ago
Paul Sokolovsky e38b892144 objnamedtuple: Check that 2nd arg to namedtuple() is a list. 10 years ago
Damien George cfe623ae3e stmhal: Expose all PYBv1.0 pins, include SD and USB pins. 10 years ago
Damien George f44ace11fb stmhal: Put flash in deep power-down mode when entering stop mode. 10 years ago
danicampora 104a867447 cc3200: Fix bug in telnet that caused the rx buffer to overflow. 10 years ago
Damien George 55b74d1ff5 py: Combine duplicated code that converts members from a lookup. 10 years ago
danicampora 59f6831336 cc3200: Reduce soft reset time. WLAN is not reinit, just reenabled. 10 years ago
danicampora 77791b5633 cc3200: Improve usability and robustness of the servers. 10 years ago
danicampora c1c23e2f6a cc3200: Remove superfluous code in pybsleep. 10 years ago
danicampora cd9bc14c8f cc3200: Add SPI module. 10 years ago
danicampora c45e641c1d cc3200: Re-name pybsystick to mpsystick. 10 years ago
Paul Sokolovsky 6bf423df2c unix: Bump stack limit and adjust for 64-bitness. 10 years ago
Damien George db80b65402 tests: Make pyb/timer test check callback timing properly. 10 years ago
Dave Hylands 49d8e5ebaa stmhal: Fix a bug related to unhandled channel interrupts. 10 years ago
stijn 3cc17c69ff py: Allow retrieving a function's __name__. 10 years ago
Paul Sokolovsky 07b8dc68d6 runtime: mp_load_method_maybe(): Don't use confusing "base" term. 10 years ago
Paul Sokolovsky 8d51c9d376 unix: When using separate obj output dirs, make -B is no longer relevant. 10 years ago