Skip to content

Makefile paths rework#23

Merged
barthess merged 2 commits into
ChibiOS:masterfrom
fpoussin:master
Aug 24, 2015
Merged

Makefile paths rework#23
barthess merged 2 commits into
ChibiOS:masterfrom
fpoussin:master

Conversation

@fpoussin
Copy link
Copy Markdown
Member

This is a modification of how the file paths are handled.

Instead of having to create a git submodule in the main ChibiOS repo, you just have to specify its path and this repo's path.
It makes it possible to have the contrib repo located elsewhere, which is a lot more convenient.

Variables to set in the project Makefile:
CHIBIOS = ../../../../../ChibiOS-RT
CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
In this case both repos are in the same folder.

All the makefiles have been updated.

@barthess
Copy link
Copy Markdown
Member

Hi Fabien.
Your changes looks reasonable. But they will cause changes into SVN mirror too. So I decided to discuss it here http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=2197&p=21946#p21946

@fpoussin
Copy link
Copy Markdown
Member Author

Hey, I replied to the forum thread.

Thanks

barthess added a commit that referenced this pull request Aug 24, 2015
@barthess barthess merged commit 1baa777 into ChibiOS:master Aug 24, 2015
stdvar pushed a commit to stdvar/ChibiOS-Contrib that referenced this pull request May 2, 2022
[SN32] decouple SysTick from CT16 and board headers
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.

2 participants