153 Commits (cd3f2523f10605873369e973743e2f8a95c6b808)

Author SHA1 Message Date
Daniel Campora cd3f2523f1 cc3200: Disable WLAN.urn() by default. 10 years ago
Daniel Campora a379b6ed11 cc3200: Add optional timeout param to WLAN.connect(). 10 years ago
Daniel Campora fb9e4cf463 cc3200: Make sure to handle all pending pin interrupts. 10 years ago
Daniel Campora 8e611e8414 cc3200: Add Timer module. Supports free running, PWM and capture modes. 10 years ago
Daniel Campora 9466e154b4 cc3200: Fix power mode param check in the UART callback constructor. 10 years ago
Daniel Campora 2b62707051 cc3200: Add os.rename() 10 years ago
Josef Gajdusek 1db4253886 lib: Move time utility functions to common library. 10 years ago
Damien George c50772d19f py: Add mp_obj_get_int_truncated and use it where appropriate. 10 years ago
Daniel Campora 2bdefea9d6 cc3200: Enable MICROPY_MODULE_WEAK_LINKS. 10 years ago
Daniel Campora e04aa96b4d cc3200: Define MICROPY_CPYTHON_COMPAT=0. 10 years ago
Josef Gajdusek 04ee5983fe lib: Move some common mod_network_* functions to lib/netutils. 10 years ago
Daniel Campora 8c8d7f3c60 cc3200: Clean up pyb.Pin 10 years ago
Daniel Campora e4c899a08c cc3200: WLAN.ifconfig returns an attrtuple instead of a dictionary. 10 years ago
Daniel Campora f54bdecff2 cc3200: Implement Sleep.wake_reason() 10 years ago
Daniel Campora 71d482df47 cc3200: Clear the pending interrupt flag when disabling RTC callbacks. 10 years ago
Daniel Campora 6f218d7472 cc3200: Move wlan_init0() to the boot section. 10 years ago
Daniel Campora d8713d78f5 cc3200: Correct Sleep module name. Must be 'Sleep', not 'sleep'. 10 years ago
Daniel Campora e282884e54 cc3200: When requesting safe boot, blink the led 3 times, not 4. 10 years ago
Daniel Campora dbb4aef5e3 cc3200: Make WLAN.isconnected() also work in AP mode. 10 years ago
Daniel Campora bf4576dc91 cc3200: Clean-up servers enable/disable algorithm. 10 years ago
Damien George 95f53461c2 py: Replace py-version.sh with makeversionhdr.py, written in Python. 10 years ago
Daniel Campora d11317bcab cc3200: Make WLAN scan results a list of attrtupple. 10 years ago
Daniel Campora 5225e29ce7 cc3200: Remove unneeded -lgcc in Makefile. 10 years ago
Daniel Campora f81684141e cc3200: Implement os.uname() to get details of the OS and hardware. 10 years ago
Daniel Campora 6fefd5d330 cc3200: Move telnet_process_credential with the other private functions. 10 years ago
Daniel Campora f1ed8c8a2e cc3200: Improve telnet_parse_input() in case of an incomplete option. 10 years ago
Matt Anderson 0458833072 cc3200: Make telnet login procedure work with Tera Term. 10 years ago
Daniel Campora 9fbc265eb8 cc3200: Add delays to allow the servers to start and stop properly. 10 years ago
Daniel Campora d34c4784a5 cc3200: Select NIC when the socket is created. 10 years ago
Daniel Campora 7c8b4c1a8b cc3200: Correct MAKE_SOCKADDR and UNPACK_SOCKADDR byte order. 10 years ago
Daniel Campora eaefc8b9d6 cc3200: Add WiPy specific information to README.md 10 years ago
Daniel Campora df5d9c77f4 cc3200: Fix bootloader and modpyb after printf overhaul. 10 years ago
Damien George 259eaab9a9 cc3200: Clean up and reduce use/include of std.h. 10 years ago
Daniel Campora c1a77a0c9f cc3200: Use new %q format to print qstr's where appropiate. 10 years ago
Daniel Campora 2cd247e819 cc3200: Clean up bootloader makefile and remove superflous assert. 10 years ago
Damien George a86d40ccd4 cc3200: Get bootloader compiling with latest overhaul of printf code. 10 years ago
Damien George 7f9d1d6ab9 py: Overhaul and simplify printf/pfenv mechanism. 10 years ago
Daniel Campora 4c37489f4c cc3200: Correct the IP address byte order in the FTP server. 10 years ago
Daniel Campora f7a26472af cc3200: Add IPPROTO_SEC to be able to create secure sockets. 10 years ago
Daniel Campora 99f7184073 cc3200: Disable MICROPY_COMP_TRIPLE_TUPLE_ASSIGN. 10 years ago
Daniel Campora c69b4310c8 cc3200: Add WLAN.config_ip(). 10 years ago
Daniel Campora d278e49475 cc3200: Enable TRIPLE_TUPLE_ASSIGN and UBINASCII. 10 years ago
Daniel Campora 6e25d955f4 cc3200: Enable long filename support in FatFS. 10 years ago
Daniel Campora 18bd51707c cc3200: Enable the stdio UART for the LaunchXL only. 10 years ago
Daniel Campora c7acfc90b9 cc3200: Enable pull-ups for the STDIO UART pins. 10 years ago
Paul Sokolovsky 96b60ed956 cc3200: Fix typo after previous refactor. 10 years ago
Paul Sokolovsky 3a84c8b58d string0.c: Move from stmhal/ to lib/. 10 years ago
Daniel Campora b9d850227d cc3200: Add WLAN AP specific settings for each board. 10 years ago
Daniel Campora d460a30711 cc3200: Add specific version file for the CC3200 port. 10 years ago
Daniel Campora 3f42f32648 cc3200: Remove duplicated code from moduos. 10 years ago