Update README

This commit is contained in:
cpq 2022-09-11 11:23:58 +01:00
parent 40f484cc54
commit 76c4bb556f
2 changed files with 4 additions and 4 deletions

View File

@ -3,14 +3,14 @@
This firmware uses experimental TCP/IP stack of the Mongoose Network Library,
which implements the following:
- Implements [HTTP device dashboard](../../device-dashboard) with:
- A complete [HTTP device dashboard](../../device-dashboard) with:
- User authentication
- Real-time device data graph
- Coninfiguration display and update
- MQTT communication with a remote MQTT server
- 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/rm0090-stm32f405415-stm32f407417-stm32f427437-and-stm32f429439-advanced-armbased-32bit-mcus-stmicroelectronics.pdf)
- Interrupt-driven [mip_driver_stm32.h](../../../drivers/mip_driver_stm32.c) ethernet driver
- Interrupt-driven [Ethernet driver](../../../drivers/mip_driver_stm32.c)
- 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

View File

@ -3,7 +3,7 @@
This firmware uses experimental TCP/IP stack of the Mongoose Network Library,
which implements the following:
- Implements [HTTP device dashboard](../../device-dashboard) with:
- A complete [HTTP device dashboard](../../device-dashboard) with:
- User authentication
- Real-time device data graph
- Coninfiguration display and update
@ -11,7 +11,7 @@ which implements the following:
- Implements 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 [driver_stm32.c](../../../mip/driver_stm32.c) ethernet driver
- Interrupt-driven [Ethernet driver](../../../mip/driver_stm32.c)
- 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