Giter Site home page Giter Site logo

Comments (6)

fariouche avatar fariouche commented on August 18, 2024
diff --git a/builder/frameworks/ambiqsuitesdk-sfe.py b/builder/frameworks/ambiqsuitesdk-sfe.py
index 1c0cad5..3f0eacb 100644
--- a/builder/frameworks/ambiqsuitesdk-sfe.py
+++ b/builder/frameworks/ambiqsuitesdk-sfe.py
@@ -278,7 +278,7 @@ libs = []
 
 libs.append(env.BuildLibrary(
     join("$BUILD_DIR", "Variant"),
-    join(FRAMEWORK_DIR, *framework_build.get("variant")),
+    join(FRAMEWORK_DIR, *framework_build.get("variant"), "bsp"),
 ))
 
 libs.append(env.BuildLibrary(

from platform-apollo3blue.

nigelb avatar nigelb commented on August 18, 2024

Hi @fariouche,

I have added a new board Ambiq_Apollo3_Blue_EVB and stopped it from compiling the examples directory.

Give it a try and let me know how you go.

from platform-apollo3blue.

fariouche avatar fariouche commented on August 18, 2024

Hi @nigelb
Thank you, this is even better! It seems like this will enable the possibility to compile apollo4 boards too
I have my own json board file. I will adapt it then and let you know

from platform-apollo3blue.

fariouche avatar fariouche commented on August 18, 2024

ok, almost good ;)
I had to modify the src filter like this:
"variant_lib_src_filter": "+<bsp/*>"

Else, it is not compiling what is inside the bsp folder, missing symbols like am_bsp_low_power_init

from platform-apollo3blue.

nigelb avatar nigelb commented on August 18, 2024

Ok I have added that too.

from platform-apollo3blue.

fariouche avatar fariouche commented on August 18, 2024

all good! Thank you very much!

from platform-apollo3blue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.