Fix driver link

This commit is contained in:
cpq 2022-08-29 08:55:53 +01:00
parent 44efa45d75
commit 1c16e95b3a

View File

@ -6,7 +6,7 @@ which implements the following:
- Implements HTTP server and SNTP time synchronisation
- No dependencies: no HAL, no CMSIS, no RTOS
- Hand-written [mcu.h](mcu.h) header based on a [datasheet](https://www.st.com/resource/en/reference_manual/rm0385-stm32f75xxx-and-stm32f74xxx-advanced-armbased-32bit-mcus-stmicroelectronics.pdf)
- Interrupt-driven [mip_driver_stm32.h](../../../drivers/mip_driver_stm32.h) ethernet driver
- Interrupt-driven [driver_stm32.c](../../../mip/driver_stm32.c) ethernet driver
- Blue LED blinky, based on SysTick interrupt
- User button handler, turns off/on green LED, based on EXTI, interrupt-driven
- HardFault handler that blinks red LED