1 Commits (f67fd95f8d412e1ee17b36861aa12e02c30939fa)

Author SHA1 Message Date
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Damien George 50ddaafa6a cc3200: Use mp_raise_XXX helper functions to reduce code size. 8 years ago
Damien George 469c623bb8 cc3200: Shrink the FreeRTOS heap and place TCB+stack in freed location. 9 years ago
Damien George 0455755296 cc3200: Use xTaskCreateStatic instead of osi_TaskCreate. 9 years ago
danicampora 495e7cfebc cc3200: Improve robustness of WLAN during sleep modes. 9 years ago
Damien George 731f359292 all: Add py/mphal.h and use it in all ports. 9 years ago
Paul Sokolovsky f4decdc4a3 cc3200: Switch from HAL_Delay() to mp_hal_delay_ms(). 9 years ago
danicampora 2e0cd20a1d cc3200: Refactor network module to make the server a propper object. 9 years ago
Daniel Campora 57fa14b5be cc3200: New WLAN API including test. 9 years ago
Daniel Campora cf814b2d34 cc3200: Refactor and clean-up socket closing code. 9 years ago
Daniel Campora cc20482aa9 cc3200: Add method to configure the servers timeout. 10 years ago
Daniel Campora 6545336206 cc3200: Make the WDT aware of the servers sleep/wake state. 10 years ago
Daniel Campora 9f8c5456be cc3200: Reset the servers and close user sockets on WLAN disconection. 10 years ago
Daniel Campora ed56b0baba cc3200: Finally unlock the full wake on WLAN feature set. 10 years ago
Daniel Campora bf4576dc91 cc3200: Clean-up servers enable/disable algorithm. 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
Damien George 259eaab9a9 cc3200: Clean up and reduce use/include of std.h. 10 years ago
Daniel Campora 684dba40f0 cc3200: Roll back to the previous telnet and ftp timeouts. 10 years ago
danicampora 104a867447 cc3200: Fix bug in telnet that caused the rx buffer to overflow. 10 years ago
danicampora 77791b5633 cc3200: Improve usability and robustness of the servers. 10 years ago
danicampora f8ee88bbe0 cc3200: Move server methods from WLAN to the network module. 10 years ago
danicampora 11aa6ba456 cc3200: Add WDT functionality as part of the pyb module. 10 years ago
danicampora 33ddb566a7 cc3200: Remove dependencies from FreeRTOS. 10 years ago
Damien George 4a23a01945 cc3200: Add explicit py/ path-prefix for py includes. 10 years ago
danicampora 8785645a95 cc3200: Add cc3200 port of MicroPython. 10 years ago