Screwing around with my STF32F4 Discovery board and ChibiOS.
Find a file
Emmanuel BENOîT 017631b168 Added (non-functional) CS43L22 code
I just can't figure out what's wrong with it.
2012-11-13 18:39:13 +01:00
00-BasicBlinky Added basic blinking LED code 2012-10-30 18:18:16 +01:00
01-RotatingBlinky Added rotating blinking lights 2012-10-30 18:21:10 +01:00
02-ButtonBlinky Added button-controlled rotating blinky 2012-10-30 18:23:33 +01:00
03-EXTIBlinky Interrupt-based variable speed blinky 2012-10-30 23:34:14 +01:00
04-PokeScreen Touchscreen poking test 2012-10-31 10:35:30 +01:00
05-PWMLeds Added PWM-based blinky 2012-10-31 12:18:53 +01:00
06-TouchScreen XPT2046 touchscreen access 2012-11-01 19:42:59 +01:00
07-BitBangDisplay Added README file 2012-11-05 09:19:42 +01:00
08-Serial Serial terminal access 2012-11-07 16:37:12 +01:00
09-PlaySound Added (non-functional) CS43L22 code 2012-11-13 18:39:13 +01:00
ChibiOS@3cf8ece29f "Project" created 2012-10-30 18:17:52 +01:00
Templates "Project" created 2012-10-30 18:17:52 +01:00
.gitignore Ignore file - added Vim swaps 2012-11-05 09:10:22 +01:00
.gitmodules "Project" created 2012-10-30 18:17:52 +01:00
README.txt Serial terminal access 2012-11-07 16:37:12 +01:00
setup-env.sh "Project" created 2012-10-30 18:17:52 +01:00

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