nigelb
nigelb
Hi @ivankravets, thanks for the instructions. I will gave it look once I get everything working with the Core_V2 branch.
Hi @jerabaul29 I wrote a bit about this a while back [here](https://github.com/sparkfun/Arduino_Apollo3/issues/14#issuecomment-859583332).
Hi @jerabaul29, I am thinking about this. In the mean time I have: 1. Forked the [sparkfun/Arduino_Apollo3](https://github.com/sparkfun/Arduino_Apollo3) repo [here](https://github.com/nigelb/Arduino_Apollo3) and added the required files 2. Updated the instillation instructions (to...
Hi @idea--list glad you are finding this project useful. Do you (or @jerabaul29) know of an existing project that has a container that I can look at as an example?...
Hi @paulvha (or maybe @gigapod), if I checkout the most recent release `v2.2.2`: ```bash $ git clone --recurse-submodules --branch v2.2.2 --depth 1 https://github.com/sparkfun/Arduino_Apollo3.git Cloning into 'Arduino_Apollo3'... remote: Enumerating objects: 280,...
Hi @jerabaul29, If you run platformio in verbose mode (with the -v flag) you can see the command line that is passed to the compiler. I normally compile a few...
Hi @jerabaul29, Just wondering how you went with this? If you have a small example project, with the bug, that I can play with I may have some luck narrowing...
Hi @fariouche That is strange. I use scripts that `Import("projenv")` all of the time. For example [here](https://github.com/nigelb/platform-apollo3blue-tests/tree/main/test_projects/projenv_test) is a test project and when I compile it I get: ```text Processing...
Hi @fbenamrouche , Which SDK are you using? The Sparkfun Arduino Framework or the AmbiqSDK? Nigel.
Ah ok, I have a branch I have been working on to fix this. It is called [ambiq_c++](https://github.com/nigelb/platform-apollo3blue/tree/ambiq_c%2B%2B?tab=readme-ov-file) It currently has the build flags fixed but if you want to...