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
/
src
/
kern
/
main.c
Commit message (
Expand
)
Author
Age
*
Completed ws2812b 2020 Christmas Lights.
ir_leds
Josh Rahm
2021-09-27
*
Can read from the A/C remote control!
test_ir
Josh Rahm
2020-12-09
*
Got a basic timer to work.
Josh Rahm
2020-12-09
*
Got a very basic external interrupt to work.
Josh Rahm
2020-12-05
*
Add a little white flair to the LED strip
working
Josh Rahm
2020-12-05
*
Added some better implementation around the ws2812b driver.
Josh Rahm
2020-12-04
*
Added kernel-level abstraction over the spi interface.
Josh Rahm
2020-12-04
*
Double the SPI bandwith by writing only 8 bits to the spi data register inste...
Josh Rahm
2020-12-03
*
Basic working example with minimal flicker and correct color.
Josh Rahm
2020-12-03
*
The lights really work this time.
Josh Rahm
2020-11-29
*
Have a stable red/green pattern on my LED strip.
Josh Rahm
2020-11-29
*
Some LED lights working. Not great. WIP
Josh Rahm
2020-11-28
*
Basic SPI working.
Josh Rahm
2020-11-26
*
Add ability to jump to a usermode init routine.
Josh Rahm
2020-11-25
*
Primitive ability to call kernel code from userspace.
Josh Rahm
2020-11-25
*
very sloppy svc handler.
Josh Rahm
2020-11-25
*
Add priv.h/c to allow switching to user mode. Change some things with the MPU...
Josh Rahm
2020-11-25
*
Add module for controlling the MPU.
Josh Rahm
2020-11-25
*
Changes to painic. It now prints the stack at the time of failure (if logging...
Josh Rahm
2020-11-24
*
Fix kalloc. Now the HEAP START and HEAP END globals are defined by the linker...
Josh Rahm
2020-11-24
*
Update .clang-format and run it on filse
Josh Rahm
2020-11-24
*
Moved action to top level.
Josh Rahm
2020-11-24