rt-thread-official/bsp/stm32/libraries
xiaofan 7676b5e69b Optimize STM32 Ethernet Drvier
1. Add phy_linkchange function to simplify eth_phy_isr and phy_monitor_thread_entry
2. phy_speed is uint8_t may case some problems, use enumeration instead of hardware-dependent values
3. Fix eth_phy_isr can not detect link up
4. Use macro to check phy status for flexibility

Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-03 18:51:09 +08:00
..
HAL_Drivers Optimize STM32 Ethernet Drvier 2019-09-03 18:51:09 +08:00
STM32F0xx_HAL [bsp][stm32/libraries]各个系列默认添加库文件stm32xxxx_hal_gpio.c 2019-07-24 15:22:41 +08:00
STM32F1xx_HAL [components][drivers] change name: encoder -> pulse_encoder 2019-08-30 15:58:52 +08:00
STM32F2xx_HAL [bsp][stm32/libraries]各个系列默认添加库文件stm32xxxx_hal_gpio.c 2019-07-24 15:22:41 +08:00
STM32F4xx_HAL [components][drivers] change name: encoder -> pulse_encoder 2019-08-30 15:58:52 +08:00
STM32F7xx_HAL [bsp][stm32/libraries]各个系列默认添加库文件stm32xxxx_hal_gpio.c 2019-07-24 15:22:41 +08:00
STM32G0xx_HAL [bsp][stm32/libraries]各个系列默认添加库文件stm32xxxx_hal_gpio.c 2019-07-24 15:22:41 +08:00
STM32H7xx_HAL [bsp] [stm32] fix drv_can.c 2019-08-16 12:14:30 +08:00
STM32L0xx_HAL [bsp][stm32/libraries]各个系列默认添加库文件stm32xxxx_hal_gpio.c 2019-07-24 15:22:41 +08:00
STM32L4xx_HAL [bsp][stm32/libraries]各个系列默认添加库文件stm32xxxx_hal_gpio.c 2019-07-24 15:22:41 +08:00
templates [bsp][stm32/templates]简化stm32模板下的Kconfig,增加Kconfig参考模板 2019-07-29 14:02:24 +08:00
Kconfig [bsp/stm32]add stm32f2xx template 2019-06-18 18:26:49 +08:00