Driver for Cypress serial F-RAM

This commit is contained in:
UncleRus 2017-12-24 18:49:52 +05:00
parent f671f31b96
commit 543b4198b2
5 changed files with 361 additions and 0 deletions

9
extras/fram/component.mk Normal file
View file

@ -0,0 +1,9 @@
# Component makefile for extras/fram
# expected anyone using ADC driver includes it as 'fram/fram.h'
INC_DIRS += $(fram_ROOT)..
# args for passing into compile rule generation
fram_SRC_DIR = $(fram_ROOT)
$(eval $(call component_compile_rules,fram))