Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ADuCM36x support #2256

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Add ADuCM36x support #2256

wants to merge 3 commits into from

Conversation

dbogdan
Copy link
Contributor

@dbogdan dbogdan commented Jul 18, 2024

Pull Request Description

Adding support for building a no-OS project for the ADuCM36x Microcontrollers family.

example:
export PATH=$PATH:/home/analog/tools/gcc-arm-none-eabi-10.3-2021.10/bin
make PLATFORM=aducm36x TARGET=aducm360

PR Type

  • Bug fix (change that fixes an issue)
  • New feature (change that adds new functionality)
  • Breaking change (has dependencies in other repos or will cause CI to fail)

PR Checklist

  • I have followed the Coding style guidelines
  • I have performed a self-review of the changes
  • I have commented my code, at least hard-to-understand parts
  • I have build all projects affected by the changes in this PR
  • I have tested in hardware affected projects, at the relevant boards
  • I have signed off all commits from this PR
  • I have updated the documentation (wiki pages, ReadMe etc), if applies

The CMSIS (Common Microcontroller Software Interface Standard) is a set
of APIs, software components, tools, and workflows that help to simplify
software re-use, reduce the learning curve for microcontroller developers,
speed-up project build and debug, and thus reduce the time to market
for new applications.

Add for now only the required files for supporting ADI's ADuCM36x
Microcontrollers family.

Signed-off-by: Dragos Bogdan <[email protected]>
Minimal support for building a no-OS project for the ADuCM36x
Microcontrollers family.

example:
   export PATH=$PATH:/home/analog/tools/gcc-arm-none-eabi-10.3-2021.10/bin
   make PLATFORM=aducm36x TARGET=aducm360

Signed-off-by: Dragos Bogdan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant