-
- Downloads
unix, stmhal: Introduce mp_hal_delay_ms(), mp_hal_ticks_ms().
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.
Showing
- extmod/lwip-include/lwipopts.h 5 additions, 1 deletionextmod/lwip-include/lwipopts.h
- extmod/modlwip.c 9 additions, 12 deletionsextmod/modlwip.c
- stmhal/mphal.h 3 additions, 0 deletionsstmhal/mphal.h
- unix/unix_mphal.c 1 addition, 1 deletionunix/unix_mphal.c
- unix/unix_mphal.h 2 additions, 2 deletionsunix/unix_mphal.h
Loading
Please register or sign in to comment