diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-12 15:01:44 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-12 15:01:44 -0500 |
| commit | e75cf86f4c7083356e03c306425147f411950d8a (patch) | |
| tree | 6179615740aff46cb00e838a0373754a87f31b6d /resume.html | |
| parent | c094f211df1ec5fcafb0253d7f66ed3dbe2527e2 (diff) | |
| download | resume-e75cf86f4c7083356e03c306425147f411950d8a.zip | |
c-core
Diffstat (limited to 'resume.html')
| -rw-r--r-- | resume.html | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/resume.html b/resume.html index c157d3e..1e98264 100644 --- a/resume.html +++ b/resume.html @@ -33,11 +33,19 @@ <div class="subsection"> <div class="columns-3"> <div>Summer 2025</div> + <div><h3><a href="https://c-core.ca/">C-CORE</a></h3></div> + <div>St. John's, NL</div> + </div> + <div class="columns-2"> + <div></div> <div> - <h3><a href="https://c-core.ca/">C-CORE</a></h3> - <p>TODO</p> + <p>Software development for the MUNStar-1 Cube-Satellite's MCS, ADCS, and C&DH subsystems..</p> + <p> + Writing and testing MISRA-compliant C firmware for the Zynq 7000 SoC using FreeRTOS. + Implementing reliable communication protocols over CAN, RS-485, and UHF radio networks. + HIL testing in an ISO cleanroom. + </p> </div> - <div>St. John's, NL</div> </div> </div> <div class="subsection"> @@ -45,10 +53,13 @@ <div>Summers 2021, 2023</div> <div> <h3><a href="https://wheeltec.ca/">WheelTec</a></h3> - <p>Repairing alloy wheels, mounting and dismounting tires, balancing wheels & tires, painting, media blasting.</p> </div> <div>St. John's, NL</div> </div> + <div class="columns-2"> + <div></div> + <div><p>Repairing alloy wheels, mounting and dismounting tires, balancing wheels & tires, painting, media blasting.</p></div> + </div> </div> </div> @@ -71,7 +82,7 @@ <h2><a href="https://git.samanthony.xyz/can-gauge-interface/">CAN gauge driver</a></h2> <p> Receives and decodes CAN frames; drives up to six analog gauges. - Hardware (PCB), firmware, and software. + Hardware (PCB), firmware, software. </p> <h2><a href="https://git.samanthony.xyz/volute/">Volute</a></h2> |