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-05-17
cc3200: Re-name 'intmode' to 'mode' in the callback API.
Daniel Campora
2015-05-17
cc3200: Disable WLAN.urn() by default.
Daniel Campora
2015-05-17
cc3200: Add optional timeout param to WLAN.connect().
Daniel Campora
2015-05-17
cc3200: Make sure to handle all pending pin interrupts.
Daniel Campora
2015-05-17
cc3200: Add Timer module. Supports free running, PWM and capture modes.
Daniel Campora
2015-05-17
cc3200: Fix power mode param check in the UART callback constructor.
Daniel Campora
2015-05-17
cc3200: Add os.rename()
Daniel Campora
2015-05-13
lib: Move time utility functions to common library.
Josef Gajdusek
2015-05-12
py: Add mp_obj_get_int_truncated and use it where appropriate.
Damien George
2015-05-04
lib: Move some common mod_network_* functions to lib/netutils.
Josef Gajdusek
2015-05-03
cc3200: Clean up pyb.Pin
Daniel Campora
2015-05-03
cc3200: WLAN.ifconfig returns an attrtuple instead of a dictionary.
Daniel Campora
2015-05-03
cc3200: Implement Sleep.wake_reason()
Daniel Campora
2015-05-03
cc3200: Clear the pending interrupt flag when disabling RTC callbacks.
Daniel Campora
2015-04-29
cc3200: Move wlan_init0() to the boot section.
Daniel Campora
2015-04-29
cc3200: Correct Sleep module name. Must be 'Sleep', not 'sleep'.
Daniel Campora
2015-04-29
cc3200: Make WLAN.isconnected() also work in AP mode.
Daniel Campora
2015-04-28
py: Replace py-version.sh with makeversionhdr.py, written in Python.
Damien George
2015-04-29
cc3200: Make WLAN scan results a list of attrtupple.
Daniel Campora
2015-04-29
cc3200: Implement os.uname() to get details of the OS and hardware.
Daniel Campora
2015-04-28
cc3200: Select NIC when the socket is created.
Daniel Campora
2015-04-25
cc3200: Correct MAKE_SOCKADDR and UNPACK_SOCKADDR byte order.
Daniel Campora
2015-04-18
cc3200: Clean up and reduce use/include of std.h.
Damien George
2015-04-17
cc3200: Use new %q format to print qstr's where appropiate.
Daniel Campora
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-14
cc3200: Add IPPROTO_SEC to be able to create secure sockets.
Daniel Campora
2015-04-13
cc3200: Add WLAN.config_ip().
Daniel Campora
2015-04-11
cc3200: Enable long filename support in FatFS.
Daniel Campora
2015-03-31
cc3200: Add specific version file for the CC3200 port.
Daniel Campora
2015-03-31
cc3200: Remove duplicated code from moduos.
Daniel Campora
2015-03-26
cc3200: Minor refactorings on modwlan and pybsleep.
Daniel Campora
2015-03-26
cc3200: Reenable active interrupts when waking from suspended mode.
Daniel Campora
2015-03-26
cc3200: Add callback support to the UART for RX interrupts.
Daniel Campora
2015-03-26
cc3200: Remove superflous parameters from the SPI API.
Daniel Campora
2015-03-25
cc3200: Remove superflous params from the I2C API.
Daniel Campora
2015-03-25
cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD.
Daniel Campora
2015-03-25
cc3200: Roll back to the previous telnet and ftp timeouts.
Daniel Campora
2015-03-25
cc3200: Keep WLAN enabled during the soft reset.
Daniel Campora
2015-03-22
cc3200: Fix bug in telnet that caused the rx buffer to overflow.
danicampora
2015-03-21
cc3200: Reduce soft reset time. WLAN is not reinit, just reenabled.
danicampora
2015-03-21
cc3200: Improve usability and robustness of the servers.
danicampora
2015-03-21
cc3200: Remove superfluous code in pybsleep.
danicampora
2015-03-21
cc3200: Add SPI module.
danicampora
2015-03-21
cc3200: Re-name pybsystick to mpsystick.
danicampora
2015-03-19
cc3200: Move server methods from WLAN to the network module.
danicampora
2015-03-18
cc3200: Add parameter to wlan_stop() for custom timeout values.
danicampora
2015-03-18
cc3200: Fixes and improvements to the SD card driver.
danicampora
2015-03-18
cc3200: Refactor I2C. Remove all references to SLAVE mode.
danicampora
2015-03-18
cc3200: Improve I2C timeout handling.
danicampora
2015-03-17
cc3200: Fix extint_enable behaviour when the callback is updated.
danicampora
[prev]
[next]