circuitpython/ports/raspberrypi/common-hal/socketpool
Jeff Epler 37620d4eb0
Fix several classes of compiler diagnostic & make fatal
* -Wno-nested-externs
 * -Wno-strict-prototypes
 * -Wno-double-promotion
 * -Wno-sign-compare
2022-09-30 11:19:22 -05:00
..
__init__.c Implement DNS resolution 2022-09-28 10:06:33 -05:00
__init__.h Implement DNS resolution 2022-09-28 10:06:33 -05:00
Socket.c Fix several classes of compiler diagnostic & make fatal 2022-09-30 11:19:22 -05:00
Socket.h Implement DNS resolution 2022-09-28 10:06:33 -05:00
SocketPool.c Implement enough of socketpool to do ntp and non-https requests 2022-09-28 10:06:34 -05:00
SocketPool.h Implement enough of socketpool to do ntp and non-https requests 2022-09-28 10:06:34 -05:00