diff options
| author | Uladzimir Pylinski <barthess@yandex.ru> | 2016-02-17 22:45:56 +0300 |
|---|---|---|
| committer | Uladzimir Pylinski <barthess@yandex.ru> | 2016-02-17 22:45:56 +0300 |
| commit | d56a6f02425c6b7780953dc99fb5d0966165ec59 (patch) | |
| tree | c76651f270fd186e2c3d0fc7db93b6b2777c17d0 /os/hal/include/hal_community.h | |
| parent | 31066ddfbffd2ee801e63c090e30929bae5b0e43 (diff) | |
| parent | 9028916e8b89dcf9f8b41cefbd075efdf80cbac6 (diff) | |
| download | ChibiOS-Contrib-d56a6f02425c6b7780953dc99fb5d0966165ec59.tar.gz ChibiOS-Contrib-d56a6f02425c6b7780953dc99fb5d0966165ec59.tar.bz2 ChibiOS-Contrib-d56a6f02425c6b7780953dc99fb5d0966165ec59.zip | |
Merge pull request #42 from fpoussin/eeprom-pull
EEPROM Driver (pull request #42 from fpoussin/eeprom-pull)
The original driver was from barthess, modified by timonwong, fixed/cleaned it for 3.x/16.x+
Url: https://github.com/timonwong/ChibiOS-EEPROM
Testhal included, tested on real hardware as well for the SPI part.
Diffstat (limited to 'os/hal/include/hal_community.h')
| -rw-r--r-- | os/hal/include/hal_community.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/include/hal_community.h b/os/hal/include/hal_community.h index 8a17765..5ed561f 100644 --- a/os/hal/include/hal_community.h +++ b/os/hal/include/hal_community.h @@ -37,6 +37,7 @@ /* Complex drivers.*/
#include "onewire.h"
#include "crc.h"
+#include "eeprom.h"
/*===========================================================================*/
/* Driver constants. */
|
