Commit Graph

9 Commits

Author SHA1 Message Date
Jeffrey M. Friesen c91adbfe18 fix issue #557 2022-11-28 08:23:56 -08:00
Benjamin Vedder 1dbb144202 Put dependency information in build directory. TODO for someone else: Test if this works on windows 2022-11-11 21:37:49 +01:00
Andrej Vlašić f6c1da02b9 Backport ChibiOS hw i2c fixes.
ChibiOS bugs: #781, #1045, #1048,  #1064, #1120
2022-05-16 10:43:14 +02:00
Kenn Sebesta 802b88ae37 [Make] use proper powershell script block formatting.
- See `powershell -help` "-command" section.
- C.f. https://github.com/PowerShell/PowerShell/issues/10842
2022-03-21 08:12:57 -04:00
Kenn Sebesta 8b86437df5 [Make][Windows] Force the use of `cmd` shell for ChibiOS rules.mk
This guarantees that it won't matter if Git for Windows's sh.exe is on the
path and aliases `make`'s sh.exe.
2022-03-20 20:56:03 -04:00
Kenn Sebesta ed807c0ae7 [ChibiOS][Windows] Use Windows-specific mkdir command
This resolves a last problem for building on Windows.
2022-03-13 10:11:28 -04:00
Kenn Sebesta 37068c70a9 [Make][Windows] Replace `pwsh` by `powershell`
This calls the "Powershell for Windows" instead of the "MS Powershell"
console.
2022-03-13 10:11:28 -04:00
Kenn Sebesta 89a3fdb3b9 [ChibiOS][Windows] Modify `cat` and `grep` sections to work on Windows 2022-03-02 16:56:18 -05:00
Benjamin Vedder dd16cb7761 Updated ChibiOS to 3.0.5 2020-03-21 20:14:20 +01:00