1
0

5 Commits

Author SHA1 Message Date
Gergely Nagy
c6d9e5bc88 Generate virtual/boards.txt from avr/boards.txt instead of linking them
When building the virtual boards, we want to have the base core as
`keyboardio:arduino`, instead of `arduino:arduino`, because we provide the base
ourselves. To this end, instead of symlinking `avr/boards.txt` and
`virtual/boards.txt`, generate the latter from the former.

Once we have other architectures, such as SAMD, we can concat all the boards.txt
files and do the same `base.core` replacements.

This is a pre-requisite for keyboardio/Kaleidoscope#851.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
2020-06-11 23:17:33 +02:00
Jesse Vincent
8c39a1526a I -think- that a typo in the Makefile caused Travis test to break six months ago. This is embarassing
Signed-off-by: Jesse Vincent <jesse@keyboard.io>
2019-05-26 17:38:33 +02:00
Jesse Vincent
1b32a66932 more aggressive git pulls 2018-08-27 14:28:07 -07:00
Jesse Vincent
5d719c713d the default build dir moved down a level 2018-08-16 21:13:26 -07:00
Jesse Vincent
ae612b8b5c Starting to break out the content of the Arduino-Boards repository into
something more multiplatform.
2018-08-14 14:06:43 -07:00