383 Commits (9f8b788fe556579684d7f888e7196002f2fc8e00)

Author SHA1 Message Date
Daniel Campora a0a3de60be cc3200: Translate simplelink's socket error numbers to POSIX values. 9 years ago
Daniel Campora 5685b565c3 cc3200: Create /flash/sys and /flash/lib directories while booting. 9 years ago
Daniel Campora 76e52b5daf cc3200: Make update-wipy.py more robust. 9 years ago
Daniel Campora fa655ce196 cc3200: Improve interrupt handling and fix bug in HAL_Delay(). 9 years ago
Daniel Campora 194c8c761e cc3200: Increment interrupt stack size from 2K to 3K. 9 years ago
Daniel Campora aaf7c5b35e cc3200/README.md: Improve make deploy instructions. 9 years ago
Daniel Campora c030e77861 cc3200: Enable base64 methods from modubinascii. 9 years ago
Daniel Campora 219a74c014 cc3200/README.md: Add notes about deploying a new software version. 9 years ago
Daniel Campora 31b40eebe8 cc3200: Fix socket recv and recvfrom return value type. 9 years ago
Daniel Campora 5161239c9f cc3200: time.sleep() now receives seconds, like CPython. 9 years ago
Daniel Campora 9a65fa304c cc3200: Add modussl, ssl sockets subclassed from normal sockets. 10 years ago
Daniel Campora 7c1c9af5d4 cc3200: Code clean-up on pybpin. 9 years ago
Daniel Campora 4f8eeaedef cc3200: Set WLAN date/time via the rtc.datetime method(). 10 years ago
Daniel Campora d680e28a11 cc3200: Optimize check for WLAN AP mode. 9 years ago
Daniel Campora 7fd538c1b6 cc3200: Raise an exception if trying to scan for networks in AP mode. 9 years ago
Daniel Campora f522849a4d cc3200: Add socket.timeout and socket.error exceptions. 9 years ago
Daniel Campora 70fc42cb28 cc3200: Add CA, certificate and key files to the updater list. 9 years ago
Daniel Campora 5ebf39784a cc3200: Correct socket settimeout time format. 9 years ago
Daniel Campora 4f5b896a0b cc3200: Adapt update-wipy.py timing to improve stability. 10 years ago
Daniel Campora 813b581127 cc3200: Add `Pin.name()` method. 10 years ago
Daniel Campora 778413168b cc3200: Enable more features to improve compatibility with stmhal. 10 years ago
Daniel Campora d02f671737 cc3200: Add deploy target and improve robustness of update-wipy.py. 10 years ago
Daniel Campora e64afde073 cc3200: Create tools folder and add update-wipy.py script. 10 years ago
Daniel Campora 92d95cc9d3 cc3200: Remove --specs=nano.specs linker flag. 10 years ago
Daniel Campora ea2cc2b907 docs: Add more documentation for the CC3200 in the pyb module. 10 years ago
Daniel Campora cdfa11f550 cc3200: In Timer.callback() only use value param if in edge count mode. 10 years ago
Daniel Campora f28ed55aeb cc3200/README.md: Specify the board name in the build command. 10 years ago
Daniel Campora b630de1103 cc3200: Rename os.mkdisk() to os.mkfs(). 10 years ago
Daniel Campora 1811c6bccf cc3200: Remove Timer.AB constant. 10 years ago
Daniel Campora e2dc7ac2a9 cc3200: Clarify notes about the extended functionality of uhashlib. 10 years ago
Daniel Campora 95cc1ff542 cc3200: Re-name pyb.hard_reset() to pyb.reset(). 10 years ago
Daniel Campora 330e21c986 cc3200: Use the pull up/down resistors on the antenna selection pins. 10 years ago
Daniel Campora f960d753e4 cc3200: Fix bootloader build error. 10 years ago
Daniel Campora 3319780e96 cc3200: Add sendbreak method to the UART. 10 years ago
Daniel Campora 8a6d93aeed cc3200: Make UART API more similar to stmhal. 10 years ago
Daniel Campora 640d00ea9d cc3200: Change MP_OBJ_NULL for mp_const_none in params default value. 10 years ago
Daniel Campora 071d47fa3b cc3200: Only kick the WDT if it's actually running. 10 years ago
Daniel Campora 6148f8b7d2 cc3200: Add contructor to the HeartBeat class. 10 years ago
Daniel Campora 371f4ba6b3 cc3200: Wrap antenna_init0() with #if MICROPY_HW_ANTENNA_DIVERSITY. 10 years ago
Daniel Campora 491c321720 cc3200: Re-config antenna selection when waking from suspended mode. 10 years ago
Daniel Campora b4a41a8f70 cc3200: Add missing antenna diversity source files. 10 years ago
Daniel Campora a3acaa000c cc3200: Add antenna selection feature to WLAN. 10 years ago
Daniel Campora a3cf4ea2f6 cc3200: Do not kick the watchdog inside the idle task. 10 years ago
Daniel Campora 71f85cc330 cc3200: Close ftp and telnet server sockets if listening fails. 10 years ago
Daniel Campora cc20482aa9 cc3200: Add method to configure the servers timeout. 10 years ago
Daniel Campora 2ffb6e1b15 cc3200: Fix 'MP_QSTR_sd' undeclared error when building for the LAUNCHXL. 10 years ago
Daniel Campora 84d11b5e53 cc3200: Add period set method to the Timer class. 10 years ago
Daniel Campora 417205623a cc3200: Fix incorrect type for the wake cause variable. 10 years ago
Daniel Campora 2f2c0a13fb cc3200: Clean up WLAN API. Make WLAN.info() an attrtuple. 10 years ago
Daniel Campora 622f241317 cc3200: Rename pyb.reset() to pyb.hard_reset() and add pyb.unique_id(). 10 years ago