51 Commits (6c564aa408faf5d2769785b7ffc438a489310c3b)

Author SHA1 Message Date
Damien George b6c7e4b143 all: Use full path name when including mp-readline/timeutils/netutils. 8 years ago
Damien George b7d27e31e8 cc3200: Refactor "ticks" functions to use common extmod implementation. 8 years ago
Damien George 56506fd64a cc3200: Convert to use new VFS sub-system and new ooFatFs library. 8 years ago
Damien George bfa948c0a5 cc3200: Add implementations of mp_import_stat and builtin_open. 8 years ago
Damien George 4d7fba83a6 cc3200: Convert to use builtin help function. 8 years ago
Paul Sokolovsky 45a8cc8f0b cc3200: make: Rename "deploy" target to "deploy-ota". 8 years ago
Paul Sokolovsky f14e9187ac cc3200: Update for moduselect moved to extmod/. 8 years ago
Damien George e5ef15a9d7 py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader. 8 years ago
Delio Brignoli e2ac8bb3f1 py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. 8 years ago
Damien George eef4f13a33 cc3200: Add basic threading capabilities. 9 years ago
Colin Hogben 104aa26271 cc3200, stmhal, teensy: Use pyhelp_print_obj function. 9 years ago
Jan Čapek d76c65f599 py: Add rules for automated extraction of qstrs from sources. 9 years ago
danicampora f5248a087a cc3200: Fix "debug" build. 9 years ago
Paul Sokolovsky 4cd45f48b1 cc3200: Fix breakage after VfsFat refactor. 9 years ago
Paul Sokolovsky 96688de601 cc3200: Add stmhal/builtin_open.c to build. 9 years ago
Paul Sokolovsky 73ff0687f2 lib/utils/printf: Move from stmhal/ . 9 years ago
Paul Sokolovsky 000a12783c cc3200: Use common pyexec.c . 9 years ago
danicampora f3b1a933fc cc3200: Actually allow to specify a custom build directory. 9 years ago
danicampora d8137178bb cc3200: Create wipy module, remove HeartBeat class. 9 years ago
Daniel Campora eb9a3ec654 cc3200: Disable uheapq and uhashlib. 9 years ago
Daniel Campora c92e6a45eb cc3200: Rename pyb module to machine. 9 years ago
Daniel Campora dbdcb58d64 cc3200: New irq API, affects all classes that provide the irq method. 9 years ago
Daniel Campora 36821d095a cc3200: Add alternate functions list to Pin object. 9 years ago
Daniel Campora 9a65fa304c cc3200: Add modussl, ssl sockets subclassed from normal sockets. 10 years ago
Daniel Campora d02f671737 cc3200: Add deploy target and improve robustness of update-wipy.py. 10 years ago
Daniel Campora a3acaa000c cc3200: Add antenna selection feature to WLAN. 10 years ago
Daniel Campora 18030bd85d cc3200: Add own ubinascii module. 10 years ago
Daniel Campora e800db562f cc3200: Add uhashlib. Supports SHA1 and SHA256. 10 years ago
Daniel Campora 8e611e8414 cc3200: Add Timer module. Supports free running, PWM and capture modes. 10 years ago
Josef Gajdusek 1db4253886 lib: Move time utility functions to common library. 10 years ago
Josef Gajdusek 04ee5983fe lib: Move some common mod_network_* functions to lib/netutils. 10 years ago
Daniel Campora 8c8d7f3c60 cc3200: Clean up pyb.Pin 10 years ago
Daniel Campora 6e25d955f4 cc3200: Enable long filename support in FatFS. 10 years ago
Paul Sokolovsky 3a84c8b58d string0.c: Move from stmhal/ to lib/. 10 years ago
danicampora cd9bc14c8f cc3200: Add SPI module. 10 years ago
danicampora c45e641c1d cc3200: Re-name pybsystick to mpsystick. 10 years ago
danicampora 9e44383e3f cc3200: Add power management framework. Add mpcallback class. 10 years ago
danicampora 73aee8da54 cc3200: Merge ExtInt class into Pin class. 10 years ago
danicampora d226dd2f59 cc3200: Add preliminary low power deep sleep support. 10 years ago
Johan Hendriks 6a41bf99bd cc3200: Create separate release/debug build directories 10 years ago
danicampora 11aa6ba456 cc3200: Add WDT functionality as part of the pyb module. 10 years ago
danicampora 0c11b167a7 cc3200: Add optimization flags to drivers/cc3100 in the debug build. 10 years ago
Damien George 5ca1f5f9d9 cc3200: Get compiling with CC3100 driver from drivers/ directory. 10 years ago
Damien George 4a23a01945 cc3200: Add explicit py/ path-prefix for py includes. 10 years ago
danicampora c020109cfa cc3200: Add SD module and disable SD card support for the LAUNCHXL. 10 years ago
danicampora 868fa82ea4 cc3200: Add ADC module. 10 years ago
danicampora e1dfc44178 cc3200: Disable FreeRTOS asserts. Optimize more files if BTYPE=debug. 10 years ago
danicampora 99f3f6b5de cc3200: Add I2C module. Only master mode is currently supported. 10 years ago
Damien George 0b32e50365 stmhal: Make pybstdio usable by other ports, and use it. 10 years ago
danicampora 53716fcc3e cc3200: Rename GPIO module to Pin. 10 years ago