3722 Commits (760a6eca9bfb9ca3b3b6c98b79040ac3262bd03f)
 

Author SHA1 Message Date
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
Damien George 2e22c2b477 unix: Move compiler warnings from production build to coverage build. 10 years ago
Damien George 7674da8057 stmhal: Remove some unnecessary declarations, purely for cleanup. 10 years ago
Paul Sokolovsky 69922c602c objlist: list_reverse(): Fix typesafety error. 10 years ago
Damien George d478fc75b3 tests: Adjust expected output, since Travis can't do git describe. 10 years ago
Damien George d1cee02783 py: Clarify API for map/set lookup when removing&adding at once. 10 years ago
Paul Sokolovsky d48035b06b tests: Add basic test for OrderedDict. 10 years ago
Paul Sokolovsky 0ef01d0a75 py: Implement core of OrderedDict type. 10 years ago
Damien George 1004535237 tests: Make cmdline tests more stable by using regex for matching. 10 years ago
Damien George 8e9a71257d py: Implement DELETE_GLOBAL in showbc.c. 10 years ago
Paul Sokolovsky 3425431370 objtype: More comment clarification for attribute lookup. 10 years ago
danicampora f8ee88bbe0 cc3200: Move server methods from WLAN to the network module. 10 years ago