97 Commits (eb54e4d065a7cbc26dc4c8dc2812d1cabdcd0c50)

Author SHA1 Message Date
Jan Čapek d76c65f599 py: Add rules for automated extraction of qstrs from sources. 9 years ago
danicampora add930c4b5 cc3200: Rename 'server' class to 'Server' for consistency. 9 years ago
danicampora 73c9f85b4c cc3200: Simplify the Timer API and correct the documents. 9 years ago
danicampora ed8db2e371 cc3200: Finally fix the Timer class API. 9 years ago
Paul Sokolovsky 2eb844e0b4 ports: Rename "machine" module to "umachine". 9 years ago
Paul Sokolovsky 746b752b8e stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants. 9 years ago
danicampora 719dca2515 cc3200: Clean-up socket constants. 9 years ago
danicampora 36ae417c9f docs: Add wipy and network.server documentation. 9 years ago
danicampora 2e0cd20a1d cc3200: Refactor network module to make the server a propper object. 9 years ago
danicampora d8137178bb cc3200: Create wipy module, remove HeartBeat class. 9 years ago
danicampora e19dfe1c32 cc3200: In scan results rename 'auth' field to 'sec'. 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 22b4c28f85 cc3200: New ADC API. 9 years ago
Daniel Campora aba75e1233 cc3200: New SPI API. 9 years ago
Daniel Campora 41f6948545 cc3200: New WDT API. 9 years ago
Daniel Campora 8332044f75 cc3200: Add UART.ODD and UART.EVEN to select parity. 9 years ago
Daniel Campora d5ec336eef cc3200: Replace Pin.PULL_NONE with None. 9 years ago
Daniel Campora e77abc261b cc3200: Default peripheral ID support on I2C. 9 years ago
Daniel Campora 7d6b6f6681 cc3200: Make UART choose default id when not given. 9 years ago
Daniel Campora d936317143 cc3200: New I2C API. 9 years ago
Daniel Campora f91f212d9f cc3200: New UART API plus related test. 9 years ago
Daniel Campora 36821d095a cc3200: Add alternate functions list to Pin object. 9 years ago
Daniel Campora d5e256486e cc3200: Re-work Pin class according to the new API. 9 years ago
Daniel Campora 475c60eefc cc3200: Add alt param to Pin constructor. 9 years ago
Daniel Campora e3f8777ee8 cc3200: Implement new Pin API. 9 years ago
Daniel Campora 11d21081b4 cc3200: Rework SD API. Increase heap to avoid malloc failures. 9 years ago
Daniel Campora 34c290b678 cc3200: Rename SPI nss param to cs. 9 years ago
Daniel Campora ea5061e409 cc3200: Improve callback API. 9 years ago
Daniel Campora 7027fd5343 cc3200: Make ADC API compatible with the pyboard. 9 years ago
Daniel Campora 00c4d6562e cc3200: Add nic.iwconfig() to set/get WLAN configuration. 9 years ago
Daniel Campora c6926c374d cc3200: Make I2C and SPI API the same as in stmhal. 9 years ago
Daniel Campora 9a348fc840 cc3200: Add socket.makefile() 9 years ago
Daniel Campora f22b35e4e5 cc3200: Add socket.sendall() (aliases to send()). 9 years ago
Daniel Campora fa47bebfbc cc3200: Add struct weak link for ustruct. 9 years ago
Daniel Campora c030e77861 cc3200: Enable base64 methods from modubinascii. 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 813b581127 cc3200: Add `Pin.name()` method. 10 years ago
Daniel Campora b630de1103 cc3200: Rename os.mkdisk() to os.mkfs(). 10 years ago
Daniel Campora 1811c6bccf cc3200: Remove Timer.AB constant. 10 years ago
Daniel Campora 95cc1ff542 cc3200: Re-name pyb.hard_reset() to pyb.reset(). 10 years ago
Daniel Campora 3319780e96 cc3200: Add sendbreak method to the UART. 10 years ago
Daniel Campora 8a6d93aeed cc3200: Make UART API more similar to stmhal. 10 years ago
Daniel Campora a3acaa000c cc3200: Add antenna selection feature to WLAN. 10 years ago
Daniel Campora cc20482aa9 cc3200: Add method to configure the servers timeout. 10 years ago