Skip to content

Commit

Permalink
gr716: implement flashdrv
Browse files Browse the repository at this point in the history
JIRA: RTOS-478
  • Loading branch information
lukileczo committed Jun 21, 2023
1 parent 6e878f4 commit e79e347
Show file tree
Hide file tree
Showing 8 changed files with 1,208 additions and 0 deletions.
9 changes: 9 additions & 0 deletions devices/flash-gr716/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# Makefile for flash-gr716
#
# Copyright 2023 Phoenix Systems
#
# %LICENSE%
#

OBJS += $(addprefix $(PREFIX_O)devices/flash-gr716/, flashdrv.o nor/nor.o spimctrl/spimctrl.o)
Loading

0 comments on commit e79e347

Please sign in to comment.