boop/boop
2017-07-16 22:36:47 +02:00
..
adc Reorganize repository structure 2017-07-01 22:09:52 +02:00
audio Fix audio 2017-07-16 11:18:43 +02:00
cc1100 Adapt to OpenOCD 0.10.0 2017-07-13 20:51:20 +02:00
display Fix compiler warnings 2017-07-02 10:41:02 +02:00
flash Fix compiler warnings 2017-07-02 10:41:02 +02:00
games Reorganize repository structure 2017-07-01 22:09:52 +02:00
gui Fix audio 2017-07-16 11:18:43 +02:00
infrared Change all IR protocols to hardware PWM 2017-07-16 22:36:47 +02:00
interrupt Fix audio 2017-07-16 11:18:43 +02:00
keyboard Adapt makefile 2017-07-02 09:44:44 +02:00
rtc Fix compiler warnings 2017-07-02 10:41:02 +02:00
serial Fix compiler warnings 2017-07-02 10:41:02 +02:00
timer Move backlight pwm to timerirq 2017-07-15 18:47:26 +02:00
tools Reorganize repository structure 2017-07-01 22:09:52 +02:00
betty.cfg Change all IR protocols to hardware PWM 2017-07-16 22:36:47 +02:00
betty.gdbinit Add gdbinit 2017-07-05 22:03:32 +02:00
boop_rom.bin Change all IR protocols to hardware PWM 2017-07-16 22:36:47 +02:00
buffer.c Reorganize repository structure 2017-07-01 22:09:52 +02:00
buffer.h Reorganize repository structure 2017-07-01 22:09:52 +02:00
CHANGELOG Reorganize repository structure 2017-07-01 22:09:52 +02:00
crt.s Some bugfix 2017-07-16 20:42:08 +02:00
global.c Reorganize repository structure 2017-07-01 22:09:52 +02:00
global.h Reorganize repository structure 2017-07-01 22:09:52 +02:00
LICENSE Reorganize repository structure 2017-07-01 22:09:52 +02:00
lpc2220.h Reorganize repository structure 2017-07-01 22:09:52 +02:00
lpc2220_rom.ld Reorganize repository structure 2017-07-01 22:09:52 +02:00
main.c Some bugfix 2017-07-16 20:42:08 +02:00
Make.conf Reorganize repository structure 2017-07-01 22:09:52 +02:00
Makefile Adapt to OpenOCD 0.10.0 2017-07-13 20:51:20 +02:00
Makefile.local.linuxARM Reorganize repository structure 2017-07-01 22:09:52 +02:00
Makefile.local.Telekatz Reorganize repository structure 2017-07-01 22:09:52 +02:00
Makefile.local.WinARM Reorganize repository structure 2017-07-01 22:09:52 +02:00
README Reorganize repository structure 2017-07-01 22:09:52 +02:00
sound3.h Reorganize repository structure 2017-07-01 22:09:52 +02:00
syscalls.c Reorganize repository structure 2017-07-01 22:09:52 +02:00
version.h Adapt makefile 2017-07-02 09:44:44 +02:00

9.11.2007:

- serial console:
	115200 baud, 8N1, no handshake

- serial commands:
	0 - backlight off
	1 - dimmed backlight
	2 - full backlight
	. - prints "HELO"
	S - prints RCA_Encode status (hex value)
	I - prints irIRQ status (hex value)
	K - prints keyIRQ status (hex value)
	all other inputs are echoed

- flash boop_rom.bin:
	lpctool -i -e -a ./boop_rom.bin -d /dev/<serial_device>