Driver for Cypress serial F-RAM
This commit is contained in:
parent
f671f31b96
commit
543b4198b2
5 changed files with 361 additions and 0 deletions
9
extras/fram/component.mk
Normal file
9
extras/fram/component.mk
Normal 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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue