diff options
author | listout <listout@protonmail.com> | 2021-08-19 23:49:46 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-08-19 23:49:46 +0530 |
commit | baab92786c75eb80f60605364a2990904c5b31fd (patch) | |
tree | 2d5be669233ed80326bf74fb9f594ceb74a070ef /resume.tex | |
parent | 33143554f3675821ce4799422ea43be29d8d887b (diff) |
added link to FreeRTOS project, increased space between subsections while decreasing the font size
Diffstat (limited to 'resume.tex')
-rw-r--r-- | resume.tex | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -1,4 +1,4 @@ -\documentclass[11pt]{article} +\documentclass[10pt]{article} % margins \usepackage[margin=0.3in]{geometry} @@ -34,7 +34,7 @@ {$\bullet$ } \titlespacing{\subsection} -{0em}{0em}{1em} +{0em}{0.5em}{1em} \titlespacing{\section} {0em}{1em}{1em} @@ -86,7 +86,7 @@ \newline \textit{B.Sc. with Honors -- Computer Science; last SGPA: 9.01} \hfill - \textit{2018 -- 2021} + \textit{2018 -- 2021 \textit{Exp.} } \newline \textit{ \small @@ -111,7 +111,7 @@ \end{tabular} \end{table} - \vspace{-1em} + %\vspace{-1em} \section{Personal Projects} \subsection{Interfacing with sonar module using Atmega328p:} @@ -124,9 +124,12 @@ to project}. \subsection{FreeRTOS on ARM STM32F103:} - Porting the FreeRTOS to ARM STM32F103C8T6 (Cortex M3) also known as - \textbf{Bluepill} . \textit{This project is currently under development, - i.e. I'm currently working on it.} + Ported the FreeRTOS to ARM STM32F103C8T6 (Cortex M3) also known as + \textbf{Bluepill}. Then used to generate a PWM with Timer 2, on the Channel + 2 (PA0). \textit{This project is currently under development, i.e. I'm + currently working on it.} + \href{https://gitlab.com/listout/arm_programming/-/tree/pwm}{Link to + project} \subsection{My Compiler Writing Journey:} Following the great \textbf{acwj} while improving and implementing sections |