index
:
stm32l4.git
broken_linker
ir_leds
master
test_ir
working
My bare metal hacking on an stm32l432
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
02-usart
/
src
Commit message (
Expand
)
Author
Age
*
Large reorganization.
Josh Rahm
2020-11-22
*
Some comment-changes to mem.c
Josh Rahm
2020-11-21
*
Fix mem.c to use the address of DATA_SEGMENT_START instead of the value
Josh Rahm
2020-11-21
*
Added halloc for allocating memory on the heap.
Josh Rahm
2020-11-21
*
Implemented DMA abstraction in the peri/dma.c source file.
Josh Rahm
2020-11-21
*
Finally got a peripheral interrupt!
Josh Rahm
2020-11-20
*
Move around the isr_vector files to be more consistent with the C standard an...
Josh Rahm
2020-11-20
*
Added NVIC definition
Josh Rahm
2020-11-20
*
Change the SCB to use regset() macros.
Josh Rahm
2020-11-19
*
change rcc & usart to use the regtest() macros and.
Josh Rahm
2020-11-19
*
Change dma.h over to a regset() strategy.
Josh Rahm
2020-11-18
*
Reorganize some file. Put thte core register libraries in a core/
Josh Rahm
2020-11-18
*
A basic blink program that works off of interrupts.
Josh Rahm
2020-11-18
*
add lib.h/lib.c
Josh Rahm
2020-11-18
*
Add primitive printf ability to usart.{h,c}.
Josh Rahm
2020-11-17
*
Got the DMA to send a simple message through UART2.
Josh Rahm
2020-11-16
*
Update the genmake script for tests.
Josh Rahm
2020-11-16
*
Add DMA header file which defines the DMA registers and add
Josh Rahm
2020-11-16
*
rename folders to give notion of progression
Josh Rahm
2018-01-23