Screwing around with my STF32F4 Discovery board and ChibiOS.
|
||
---|---|---|
00-BasicBlinky | ||
01-RotatingBlinky | ||
02-ButtonBlinky | ||
03-EXTIBlinky | ||
04-PokeScreen | ||
05-PWMLeds | ||
06-TouchScreen | ||
07-BitBangDisplay | ||
08-Serial | ||
09-PlaySound | ||
ChibiOS@3cf8ece29f | ||
Templates | ||
.gitignore | ||
.gitmodules | ||
README.txt | ||
setup-env.sh |
Just me screwing around with a STM32F4 Discovery board and ChibiOS. Also, writing a README file to make GitHub happy. ... Happy now, GitHub? Ok, anyways: ChibiOS/ External submodule for ChibiOS Templates/ Files I copy whenever I write code 00-BasicBlinky/ Make a green LED flash, ooooh yeah. 01-RotatingBlinky/ Make all of them sexy LEDs flash. 02-ButtonBlinky/ Same as above with variable speed 03-EXTIBlinky/ Same as above, using interrupts 04-PokeScreen/ Same as above, controlled by poking a screen 05-PWMLeds/ Flashing LEDs using PWM+TIM4 06-TouchScreen/ Reading data from the touchscreen 07-BitBangDisplay/ Bit-banging-based display access 08-Serial/ Serial communications