micropython/cc3200/ftp
Damien George 29551ba566 cc3200: Move stoupper to ftp.c and define in terms of unichar_toupper.
ftp.c is the only user of this function so making it static in that file
allows it to be inlined.  Also, reusing unichar_toupper means we no longer
depend on the C stdlib for toupper, saving about 300 bytes of code space.
2017-02-21 17:20:58 +11:00
..
ftp.c cc3200: Move stoupper to ftp.c and define in terms of unichar_toupper. 2017-02-21 17:20:58 +11:00
ftp.h cc3200: Reset the servers and close user sockets on WLAN disconection. 2015-05-24 11:44:06 +02:00
updater.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
updater.h cc3200: Implement new OTA mechanism with 2 firmware update slots. 2015-07-15 14:25:28 +02:00