index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cc3200
/
mods
Age
Commit message (
Expand
)
Author
2015-10-19
cc3200: Refactor network module to make the server a propper object.
danicampora
2015-10-19
cc3200: Create wipy module, remove HeartBeat class.
danicampora
2015-10-17
docs: Update all WiPy docs to reflect the new API.
danicampora
2015-10-17
cc3200: Improvements to terminal duplication.
danicampora
2015-10-17
cc3200: In scan results rename 'auth' field to 'sec'.
danicampora
2015-10-11
py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.
Paul Sokolovsky
2015-09-27
cc3200: Always reset WLAN after setting the mode.
Daniel Campora
2015-09-27
cc3200: Make auth param positional in wlan.connect.
Daniel Campora
2015-09-27
cc3200: Disable uheapq and uhashlib.
Daniel Campora
2015-09-27
tests/wipy: Add machine module tests.
Daniel Campora
2015-09-27
cc3200: Rename pyb module to machine.
Daniel Campora
2015-09-27
cc3200: Implement support for os.dupterm().
Daniel Campora
2015-09-27
cc3200/mods: Use mp_obj_get_array_fixed_n() where applicable.
Daniel Campora
2015-09-27
cc3200: New WLAN API including test.
Daniel Campora
2015-09-27
cc3200: New irq API, affects all classes that provide the irq method.
Daniel Campora
2015-09-21
cc3200: New SD and RTC API plus os and time modules' extensions.
Daniel Campora
2015-09-16
cc3200: New ADC API.
Daniel Campora
2015-09-16
tests/wipy: Improve I2C tests.
Daniel Campora
2015-09-16
cc3200: New SPI API.
Daniel Campora
2015-09-16
docs/wipy: Add pins to the I2C constructor.
Daniel Campora
2015-09-16
cc3200: New WDT API.
Daniel Campora
2015-09-16
cc3200: Add UART.ODD and UART.EVEN to select parity.
Daniel Campora
2015-09-16
cc3200: Replace Pin.PULL_NONE with None.
Daniel Campora
2015-09-16
cc3200: Default peripheral ID support on I2C.
Daniel Campora
2015-09-16
cc3200: Make UART choose default id when not given.
Daniel Campora
2015-09-10
tests/wipy: Add I2C tests.
Daniel Campora
2015-09-10
cc3200: New I2C API.
Daniel Campora
2015-09-10
cc3200: Refactor pin af assigment functions.
Daniel Campora
2015-09-10
cc3200: Improve Pin and UART implementation.
Daniel Campora
2015-09-10
cc3200: Remove I2C inline documentation (sphinx is on the lead).
Daniel Campora
2015-09-10
cc3200: New UART API plus related test.
Daniel Campora
2015-09-10
cc3200: Add alternate functions list to Pin object.
Daniel Campora
2015-09-10
cc3200: Re-work Pin class according to the new API.
Daniel Campora
2015-09-10
cc3200: Fix bug in pybsleep remove.
Daniel Campora
2015-09-10
cc3200: Add alt param to Pin constructor.
Daniel Campora
2015-09-10
cc3200: Implement new Pin API.
Daniel Campora
2015-08-16
cc3200: Correct WLAN constructor argument checking.
Daniel Campora
2015-08-16
cc3200: Fix typo in modpyb.
Daniel Campora
2015-08-16
cc3200: Make sure to update sleep objects when registered.
Daniel Campora
2015-08-16
cc3200: Small renaming in wdt functions for the sake of consistency.
Daniel Campora
2015-08-16
cc3200: Rework SD API. Increase heap to avoid malloc failures.
Daniel Campora
2015-08-16
cc3200: Rename SPI nss param to cs.
Daniel Campora
2015-08-16
cc3200: Improve callback API.
Daniel Campora
2015-08-16
cc3200: Server side SSL socket requires both certfile and keyfile.
Daniel Campora
2015-08-10
cc3200: Make ADC API compatible with the pyboard.
Daniel Campora
2015-08-09
cc3200: Refactor PRCM special user bits implementation.
Daniel Campora
2015-08-09
cc3200: Improve support for WEP security.
Daniel Campora
2015-08-09
cc3200: Add nic.iwconfig() to set/get WLAN configuration.
Daniel Campora
2015-08-02
cc3200: Make I2C and SPI API the same as in stmhal.
Daniel Campora
2015-07-30
cc3200: Append last 2 bytes of the MAC address to the default SSID.
Daniel Campora
[next]