summaryrefslogtreecommitdiff
path: root/cc3200
AgeCommit message (Expand)Author
2015-10-21cc3200: Bump version to 1.1.0danicampora
2015-10-21cc3200: Fix UART tests after correcting uart.read() behaviour.danicampora
2015-10-21cc3200: Enable "all special methods" configuration option.danicampora
2015-10-21cc3200: Correct ticks_cpu and ticks_us functions in time module.danicampora
2015-10-21cc3200: Remove UART info on README.md.danicampora
2015-10-21docs: Add usocket and ussl modules' documentation.danicampora
2015-10-21cc3200: Make socket.listen([backlog]) compliant with Python 3.5.danicampora
2015-10-21cc3200: Clean-up socket constants.danicampora
2015-10-21cc3200: Add comment about micropython extensions to standard modules.danicampora
2015-10-21cc3200: uart.read() returns EGAIN if no chars available.danicampora
2015-10-21cc3200: Enable REPL autoindent.danicampora
2015-10-19cc3200: WLAN class can retrieve the existing instance.danicampora
2015-10-19cc3200: Fix time.ticks_* functions.danicampora
2015-10-19docs: Add wipy and network.server documentation.danicampora
2015-10-19cc3200: Refactor network module to make the server a propper object.danicampora
2015-10-19cc3200: Increase stack sizes a bit.danicampora
2015-10-19cc3200: Create wipy module, remove HeartBeat class.danicampora
2015-10-17docs: Update all WiPy docs to reflect the new API.danicampora
2015-10-17cc3200: Improvements to terminal duplication.danicampora
2015-10-17cc3200: In scan results rename 'auth' field to 'sec'.danicampora
2015-10-12Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George
2015-10-11py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.Paul Sokolovsky
2015-09-28cc3200: WiPy SW v1.0.0 release.Daniel Campora
2015-09-27cc3200: Always reset WLAN after setting the mode.Daniel Campora
2015-09-27cc3200: Make auth param positional in wlan.connect.Daniel Campora
2015-09-27cc3200: Disable uheapq and uhashlib.Daniel Campora
2015-09-27tests/wipy: Add machine module tests.Daniel Campora
2015-09-27cc3200: Rename pyb module to machine.Daniel Campora
2015-09-27cc3200: Implement support for os.dupterm().Daniel Campora
2015-09-27cc3200/mods: Use mp_obj_get_array_fixed_n() where applicable.Daniel Campora
2015-09-27cc3200/tools: Improve update script robustness.Daniel Campora
2015-09-27cc3200: New WLAN API including test.Daniel Campora
2015-09-27cc3200: New irq API, affects all classes that provide the irq method.Daniel Campora
2015-09-21cc3200: New SD and RTC API plus os and time modules' extensions.Daniel Campora
2015-09-21cc3200: Correct safe boot level 1 blinking period.Daniel Campora
2015-09-16cc3200: New ADC API.Daniel Campora
2015-09-16tests/wipy: Improve I2C tests.Daniel Campora
2015-09-16cc3200: New SPI API.Daniel Campora
2015-09-16docs/wipy: Add pins to the I2C constructor.Daniel Campora
2015-09-16cc3200: New WDT API.Daniel Campora
2015-09-16cc3200: Add UART.ODD and UART.EVEN to select parity.Daniel Campora
2015-09-16cc3200: Replace Pin.PULL_NONE with None.Daniel Campora
2015-09-16cc3200: Default peripheral ID support on I2C.Daniel Campora
2015-09-16cc3200: Increase error led blynk period to 100msDaniel Campora
2015-09-16cc3200: Keep overwriting the same image on sequential updates.Daniel Campora
2015-09-16cc3200: Make UART choose default id when not given.Daniel Campora
2015-09-16cc3200: Reduce servers cycle time to improve FTP transfer rate.Daniel Campora
2015-09-10tests/wipy: Add I2C tests.Daniel Campora
2015-09-10cc3200: Disable some uPy features in debug mode to help code fit.Daniel Campora
2015-09-10cc3200: Add SDcard pin af on index 8.Daniel Campora