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

STM32 Can implementation; DemoCan Example #110

Merged
merged 25 commits into from
Apr 21, 2024
Merged

Conversation

samparent97
Copy link
Contributor

No description provided.

firmware/cmake/generate_cubemx.mk Show resolved Hide resolved
firmware/cmake/generate_cubemx.mk Outdated Show resolved Hide resolved
firmware/cmake/generate_cubemx.mk Outdated Show resolved Hide resolved
@samparent97 samparent97 force-pushed the user/sparent/stm32-can branch from f123cfa to 858211d Compare April 20, 2024 22:40
samparent97 and others added 7 commits April 20, 2024 18:42
* build: 👷 Improve the CubeMX autogeneration code.

Provide a build option to bypass CubeMX generation (set AUTOGEN_CUBEMX=OFF in the top-level make command). Change method for appending custom targets to the cubemx Makefile to use a ile copy instead of string printing.

* build: 👷 Enable building indepdent of cubemx generation.

Instead of appending targets to the CubeMX makefile, the targets are appended to a different copy ("CustomMakefile.mk"). This lets us leverage Make's prerequisite solving to independently generate the code and append the targets as necessary.
firmware/mcal/raspi/PostBuild.cmake Outdated Show resolved Hide resolved
firmware/mcal/stm32f767/periph/can.h Show resolved Hide resolved
firmware/projects/DemoCanBar/main.cc Show resolved Hide resolved
firmware/projects/DemoCanBar/main.cc Outdated Show resolved Hide resolved
firmware/projects/DemoCanBar/platforms/stm32f767/.DS_Store Outdated Show resolved Hide resolved
firmware/projects/DemoCanFoo/README.md Outdated Show resolved Hide resolved
firmware/projects/DemoCanFoo/main.cc Outdated Show resolved Hide resolved
firmware/shared/util/data_structures/circular_queue.h Outdated Show resolved Hide resolved
@samparent97 samparent97 merged commit 675f0d0 into main Apr 21, 2024
1 check passed
@BlakeFreer BlakeFreer deleted the user/sparent/stm32-can branch April 21, 2024 04:20
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.

3 participants