summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-08-19 23:49:46 +0530
committerlistout <listout@protonmail.com>2021-08-19 23:49:46 +0530
commitbaab92786c75eb80f60605364a2990904c5b31fd (patch)
tree2d5be669233ed80326bf74fb9f594ceb74a070ef
parent33143554f3675821ce4799422ea43be29d8d887b (diff)
added link to FreeRTOS project, increased space between subsections while decreasing the font size
-rw-r--r--resume.pdfbin265346 -> 266143 bytes
-rw-r--r--resume.tex17
2 files changed, 10 insertions, 7 deletions
diff --git a/resume.pdf b/resume.pdf
index 183b2a4..b0d36ab 100644
--- a/resume.pdf
+++ b/resume.pdf
Binary files differ
diff --git a/resume.tex b/resume.tex
index 50624d0..e4d4920 100644
--- a/resume.tex
+++ b/resume.tex
@@ -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