Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/sphinx/source/projects/power/eval-powrms.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../../../../../projects/eval-powrms/README.rst
19 changes: 19 additions & 0 deletions projects/eval-powrms/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
LIBRARIES += lvgl
IIOD=y

PLATFORM=maxim
TARGET=max32662

SRCS += $(PROJECT)/src/common/syscalls.c

include ../../tools/scripts/generic_variables.mk

HEAP_SIZE=0x90000
STACK_SIZE=0x10000

include src.mk

CFLAGS += -Os -ffunction-sections -fdata-sections -fno-strict-aliasing
LDFLAGS += -Wl,--gc-sections

include ../../tools/scripts/generic.mk
Loading
Loading