Skip to content

uw-midsun/fwxv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

366092e · Feb 7, 2025
Nov 4, 2024
Sep 29, 2024
May 4, 2024
Feb 7, 2025
Nov 4, 2024
Feb 7, 2025
Jan 16, 2025
Oct 3, 2024
Feb 7, 2025
Feb 5, 2022
Jun 5, 2024
Jan 14, 2024
Nov 2, 2024
Feb 1, 2022
Oct 3, 2024
Feb 1, 2024
Oct 9, 2022
Oct 3, 2024

Repository files navigation

Midnight Sun XV Firmware

This repository contains all firmware for the University of Waterloo's Midnight Sun Solar Rayce Car team's car #15.

Known Issues

  • FreeRTOS clock is slow on x86. Look for PortCPUClockFreqHz. This was used as a quick patch for a strange build issue.
  • You can't LOG_* or printf in a FreeRTOS task on arm unless you set the stack size to >~512 on task creation.
  • You can't set the task depth to >128 ish on x86 or else a segfault occurs upon task creation.