55 Commits (ebc8d730f1b1a95399c5c4cdd6f010aabf7a186d)

Author SHA1 Message Date
Paul Sokolovsky f14e9187ac cc3200: Update for moduselect moved to extmod/. 8 years ago
Damien George 6b239c271c py: Factor out persistent-code reader into separate files. 8 years ago
Damien George 5c93d0b916 cc3200: Enable loading of precompiled .mpy files. 8 years ago
Damien George 675d1c9c60 ports: Remove typedef of machine_ptr_t, it's no longer needed. 8 years ago
Damien George 8766bc02dc cc3200, teensy: Remove broken malloc/free/realloc macro helpers. 8 years ago
Damien George 53562213c8 cc3200: Enable the GIL. 9 years ago
Damien George eef4f13a33 cc3200: Add basic threading capabilities. 9 years ago
Paul Sokolovsky 9b0714b24c py: Declare help, input, open builtins in core. 9 years ago
Damien George 6eb17c31a9 ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200. 9 years ago
Paul Sokolovsky 4cd45f48b1 cc3200: Fix breakage after VfsFat refactor. 9 years ago
Paul Sokolovsky 0e1b5faad5 stmhal, cc3200: Actually implement machine -> umachine module weak link. 9 years ago
Paul Sokolovsky 2eb844e0b4 ports: Rename "machine" module to "umachine". 9 years ago
Alex March c27e5c4b0b cc3200: FatFS configuration moved to the library folder. 9 years ago
Damien George 731f359292 all: Add py/mphal.h and use it in all ports. 9 years ago
danicampora be2879ce89 cc3200: Enable "all special methods" configuration option. 9 years ago
danicampora 9a507c67ad cc3200: Enable REPL autoindent. 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 ef369249cb cc3200: Implement support for os.dupterm(). 9 years ago
Daniel Campora 57fa14b5be cc3200: New WLAN API including test. 9 years ago
Daniel Campora dbdcb58d64 cc3200: New irq API, affects all classes that provide the irq method. 9 years ago
Daniel Campora dffa9f6da6 cc3200: New SD and RTC API plus os and time modules' extensions. 9 years ago
Daniel Campora 7c87747db0 cc3200: Disable some uPy features in debug mode to help code fit. 9 years ago
Daniel Campora f91f212d9f cc3200: New UART API plus related test. 9 years ago
Daniel Campora fb3f9cff33 cc3200: Switch to 1 byte hash for QSTRs. 9 years ago
Daniel Campora fa47bebfbc cc3200: Add struct weak link for ustruct. 9 years ago
Daniel Campora 9a65fa304c cc3200: Add modussl, ssl sockets subclassed from normal sockets. 10 years ago
Daniel Campora f522849a4d cc3200: Add socket.timeout and socket.error exceptions. 9 years ago
Daniel Campora 778413168b cc3200: Enable more features to improve compatibility with stmhal. 10 years ago
Daniel Campora ed56b0baba cc3200: Finally unlock the full wake on WLAN feature set. 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 514ba15d6a cc3200: Disable UCTYPES and enable ARRAY_SLICE_ASSIGN. 10 years ago
Daniel Campora cd3f2523f1 cc3200: Disable WLAN.urn() by default. 10 years ago
Daniel Campora 8e611e8414 cc3200: Add Timer module. Supports free running, PWM and capture modes. 10 years ago
Daniel Campora 2bdefea9d6 cc3200: Enable MICROPY_MODULE_WEAK_LINKS. 10 years ago
Daniel Campora e04aa96b4d cc3200: Define MICROPY_CPYTHON_COMPAT=0. 10 years ago
Daniel Campora 8c8d7f3c60 cc3200: Clean up pyb.Pin 10 years ago
Daniel Campora f81684141e cc3200: Implement os.uname() to get details of the OS and hardware. 10 years ago
Damien George 7f9d1d6ab9 py: Overhaul and simplify printf/pfenv mechanism. 10 years ago
Daniel Campora 99f7184073 cc3200: Disable MICROPY_COMP_TRIPLE_TUPLE_ASSIGN. 10 years ago
Daniel Campora d278e49475 cc3200: Enable TRIPLE_TUPLE_ASSIGN and UBINASCII. 10 years ago
Daniel Campora 6e25d955f4 cc3200: Enable long filename support in FatFS. 10 years ago
danicampora 6de1b39368 cc3200: Make peripheral objects static. 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
danicampora 70b3160871 cc3200: Introduce MICROPY_PORT_HAS_TELNET and MICROPY_PORT_HAS_FTP. 10 years ago
danicampora a6862fc812 cc3200: Disable MICROPY_OPT_COMPUTED_GOTO. 10 years ago