Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • soclabs/nanosoc_tech
1 result
Show changes
Commits on Source (1)
......@@ -9,7 +9,7 @@
#
# Copyright (C) 2021-3, SoC Labs (www.soclabs.org)
#-----------------------------------------------------------------------------
include $(SOCLABS_NANOSOC_TECH_DIR)/nanosoc.config
include $(SOCLABS_PROJECT_DIR)/nanosoc.config
#-------------------------------------
# - Commonly Overloaded Variables
......
#-----------------------------------------------------------------------------
# NanoSoC Configuration file
# A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
#
# Copyright (C) 2021-3, SoC Labs (www.soclabs.org)
#-----------------------------------------------------------------------------
#### IP Configuration
# !!EDIT this to point to the relevant logical directories of IP
ARM_CORSTONE_101_DIR ?= $(ARM_IP_LIBRARY_PATH)/latest/Corstone-101/logical
ARM_CORTEX_M0_DIR ?= $(ARM_IP_LIBRARY_PATH)/latest/Cortex-M0/logical
# DMA_xxx_INCLUDE (yes or leave blank)
DMA_0_PL230_INCLUDE := yes
DMA_1_PL230_INCLUDE :=
DMA_DMA350_INCLUDE :=
# DMA 350 options set to yes for one of them
# !! MAKE sure you run the correct configuration in the SLDMA350 directory
# Small configuration of DMA, 2 channels, no stream interface, no extended features
# Default configuration of DMA, 2 channels, stream interface, extended features
# Big configuration of DMA, 3 channels, stream interface, extended features
DMA350_SMALL :=
DMA350_DEFAULT :=
DMA350_BIG :=
# ADC Include (yes or leave blank)
ADC_0_INCLUDE:=
ADC_1_INCLUDE:=
ADC_2_INCLUDE:=
ADC_3_INCLUDE:=
\ No newline at end of file
Subproject commit a69e001167fc5d075728988e2ca1c047e66f3c14
Subproject commit a188b6d7dd75c849bf37dc5447a110e73061fbfb