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
Age
Commit message (
Expand
)
Author
2015-05-07
cc3200: Enable MICROPY_MODULE_WEAK_LINKS.
Daniel Campora
2015-05-05
cc3200: Define MICROPY_CPYTHON_COMPAT=0.
Daniel Campora
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: When requesting safe boot, blink the led 3 times, not 4.
Daniel Campora
2015-04-29
cc3200: Make WLAN.isconnected() also work in AP mode.
Daniel Campora
2015-04-29
cc3200: Clean-up servers enable/disable algorithm.
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: Remove unneeded -lgcc in Makefile.
Daniel Campora
2015-04-29
cc3200: Implement os.uname() to get details of the OS and hardware.
Daniel Campora
2015-04-29
cc3200: Move telnet_process_credential with the other private functions.
Daniel Campora
2015-04-28
cc3200: Improve telnet_parse_input() in case of an incomplete option.
Daniel Campora
2015-04-28
cc3200: Make telnet login procedure work with Tera Term.
Matt Anderson
2015-04-28
cc3200: Add delays to allow the servers to start and stop properly.
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-22
cc3200: Add WiPy specific information to README.md
Daniel Campora
2015-04-19
cc3200: Fix bootloader and modpyb after printf overhaul.
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-17
cc3200: Clean up bootloader makefile and remove superflous assert.
Daniel Campora
2015-04-16
cc3200: Get bootloader compiling with latest overhaul of printf code.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-14
cc3200: Correct the IP address byte order in the FTP server.
Daniel Campora
2015-04-14
cc3200: Add IPPROTO_SEC to be able to create secure sockets.
Daniel Campora
2015-04-13
cc3200: Disable MICROPY_COMP_TRIPLE_TUPLE_ASSIGN.
Daniel Campora
2015-04-13
cc3200: Add WLAN.config_ip().
Daniel Campora
2015-04-11
cc3200: Enable TRIPLE_TUPLE_ASSIGN and UBINASCII.
Daniel Campora
2015-04-11
cc3200: Enable long filename support in FatFS.
Daniel Campora
2015-04-07
cc3200: Enable the stdio UART for the LaunchXL only.
Daniel Campora
2015-04-07
cc3200: Enable pull-ups for the STDIO UART pins.
Daniel Campora
2015-04-05
cc3200: Fix typo after previous refactor.
Paul Sokolovsky
2015-04-05
string0.c: Move from stmhal/ to lib/.
Paul Sokolovsky
2015-04-04
cc3200: Add WLAN AP specific settings for each board.
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-29
lib: Update FatFs to R0.11.
Daniel Campora
2015-03-26
cc3200: Remove unneeded SPI instruction in the simplelink driver.
Daniel Campora
2015-03-26
cc3200: Increase main stack size to 2K.
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
[next]