|
Post by juanjqh on Nov 17, 2022 17:49:00 GMT
Hello, I'm working on the integration of aurduino in Platformio, so far I've only tested it on the shieldbuddyDx board.compiled and upload works 100% Attachments:
|
|
|
Post by Admin on Nov 21, 2022 8:17:14 GMT
Cool!
|
|
|
Post by Admin on Nov 21, 2022 8:18:21 GMT
Have you tried the ShieldBuddy TC375?
|
|
|
Post by juanjqh on Nov 22, 2022 17:59:14 GMT
Have you tried the ShieldBuddy TC375? Hello admin, yes! I have tried the compilation only and it works correctly. Additionally, I would like to ask: I am using the AurixFlasher tool to flash, which is part of Aurix Development Studio V1.5.4, because it is a bit faster and easier to integrate into the PlatformIO than IMTmemtool. Do you think there is any impediment to using it? thanks!
|
|
|
Post by Admin on Nov 23, 2022 8:29:34 GMT
This should be OK.
|
|
|
Post by juanjqh on Nov 23, 2022 18:13:14 GMT
Hello, this is the first release before officially registering it on platformIO. I need some feedback from you. Instructions: -Install VScode if you don't already have it installed. -Install PlatformIO from extension -Create a new project for example for the arduino2560 board or any other. -Once the project is created, -Replace all the text in the Platformio.ini file by the following: [env:ShieldBuddyTC275_Dx] platform = github.com/juanjqh/infineonaurix.gitboard = ShieldBuddyTC275_Dx framework = arduino platform_packages = framework-aurduino @ github.com/juanjqh/framework-aurduino.git tool-aurixflasher @ github.com/juanjqh/tool-aurixflasher.gitThen you just have to build the project and the installation will be done automatically. Once all the packages are installed, you can create a project normally without the previous steps
|
|
|
Post by Admin on Nov 24, 2022 8:29:31 GMT
Does PlatformIO use the ShieldBuddy Arduino IDE add-in? Does it make use of Arduino statements like digitalWrite(pin,val), analogOut(pin)?
|
|
|
Post by juanjqh on Nov 24, 2022 9:38:56 GMT
Hi,it does not use arduino IDE (platformIO is independent) and it uses all the arduino estament, this uses the same shieldbuddy core from you!
There was a package(infineon-memtool) request error that I fixed it just now, the repository has been updated.
|
|
|
Post by juanjqh on Nov 24, 2022 9:44:46 GMT
To solve the error it is necessary to delete the "infineonaurix" folder in the following path: C:\Users\xxx\.platformio\platforms\ then build again and the package will be updated!!
|
|
|
Post by juanjqh on Nov 26, 2022 18:34:35 GMT
Has anyone tried?
|
|