From c51a55f6a870011be75614574faca9d2a369b6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nima=20Askari=20-----=20=D9=86=DB=8C=D9=85=D8=A7=20=D8=B9?= =?UTF-8?q?=D8=B3=DA=A9=D8=B1=DB=8C?= Date: Tue, 12 May 2020 08:43:34 +0430 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eebb842..087a5ba 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ This is the EEPROM emulation STM32 HAL Library You can add your MCU config. +* [ ] F0 tested. +* [x] F1 tested. +* [ ] F4 tested. + How to use this Library: * Select "General peripheral Initalizion as a pair of '.c/.h' file per peripheral" on project settings. * Include Header and source into your project.