aboutsummaryrefslogtreecommitdiff
path: root/extmod/lwip-include
AgeCommit message (Collapse)Author
2015-11-04extmod/lwip: Change void pointers to unions, include new mphal.h fileGalen Hazelwood
2015-10-27unix, stmhal: Introduce mp_hal_delay_ms(), mp_hal_ticks_ms().Paul Sokolovsky
These MPHAL functions are intended to replace previously used HAL_Delay(), HAL_GetTick() to provide better naming and MPHAL separation (they are fully equivalent otherwise). Also, refactor extmod/modlwip to use them.
2015-10-23extmod/modlwip: Initial commit of the lwip network stack moduleGalen Hazelwood