Initial commit
authorKevin Townsend <contact@microbuilder.eu>
Tue, 3 May 2011 11:34:19 +0000 (13:34 +0200)
committerKevin Townsend <contact@microbuilder.eu>
Tue, 3 May 2011 11:34:19 +0000 (13:34 +0200)
commit9d18e10afb2439a6a9ba6978a799259746a837b7
treefb57f429153d92132124390f16321f5e14d80abb
Initial commit
256 files changed:
ChangeLog.txt [new file with mode: 0644]
License.txt [new file with mode: 0644]
Makefile [new file with mode: 0644]
Readme.txt [new file with mode: 0644]
build/codelite/LPC1343 Workspace.tags [new file with mode: 0644]
build/codelite/LPC1343 Workspace.workspace [new file with mode: 0644]
build/codelite/LPC1343 Workspace.workspace.session [new file with mode: 0644]
build/codelite/LPC1343_CodeBase.project [new file with mode: 0644]
build/codelite/tags [new file with mode: 0644]
build/crossworks/LPC1343_CodeBase.hzp [new file with mode: 0644]
build/crossworks/LPC1343_CodeBase.hzs [new file with mode: 0644]
build/crossworks/flash_placement.xml [new file with mode: 0644]
core/adc/adc.c [new file with mode: 0644]
core/adc/adc.h [new file with mode: 0644]
core/cmd/cmd.c [new file with mode: 0644]
core/cmd/cmd.h [new file with mode: 0644]
core/cpu/cpu.c [new file with mode: 0644]
core/cpu/cpu.h [new file with mode: 0644]
core/gpio/gpio.c [new file with mode: 0644]
core/gpio/gpio.h [new file with mode: 0644]
core/i2c/i2c.c [new file with mode: 0644]
core/i2c/i2c.h [new file with mode: 0644]
core/iap/iap.c [new file with mode: 0644]
core/iap/iap.h [new file with mode: 0644]
core/libc/ctype.c [new file with mode: 0644]
core/libc/stdio.c [new file with mode: 0644]
core/libc/string.c [new file with mode: 0644]
core/pmu/pmu.c [new file with mode: 0644]
core/pmu/pmu.h [new file with mode: 0644]
core/pwm/pwm.c [new file with mode: 0644]
core/pwm/pwm.h [new file with mode: 0644]
core/pwm/pwm_100us_50percent.png [new file with mode: 0644]
core/rom_drivers.h [new file with mode: 0644]
core/ssp/ssp.c [new file with mode: 0644]
core/ssp/ssp.h [new file with mode: 0644]
core/systick/systick.c [new file with mode: 0644]
core/systick/systick.h [new file with mode: 0644]
core/timer16/timer16.c [new file with mode: 0644]
core/timer16/timer16.h [new file with mode: 0644]
core/timer32/timer32.c [new file with mode: 0644]
core/timer32/timer32.h [new file with mode: 0644]
core/uart/uart.c [new file with mode: 0644]
core/uart/uart.h [new file with mode: 0644]
core/uart/uart_buf.c [new file with mode: 0644]
core/usbcdc/cdc.h [new file with mode: 0644]
core/usbcdc/cdc_buf.c [new file with mode: 0644]
core/usbcdc/cdc_buf.h [new file with mode: 0644]
core/usbcdc/cdcuser.c [new file with mode: 0644]
core/usbcdc/cdcuser.h [new file with mode: 0644]
core/usbcdc/config.h [new file with mode: 0644]
core/usbcdc/usb.h [new file with mode: 0644]
core/usbcdc/usbcfg.h [new file with mode: 0644]
core/usbcdc/usbcore.c [new file with mode: 0644]
core/usbcdc/usbcore.h [new file with mode: 0644]
core/usbcdc/usbdesc.c [new file with mode: 0644]
core/usbcdc/usbdesc.h [new file with mode: 0644]
core/usbcdc/usbhw.c [new file with mode: 0644]
core/usbcdc/usbhw.h [new file with mode: 0644]
core/usbcdc/usbreg.h [new file with mode: 0644]
core/usbcdc/usbuser.c [new file with mode: 0644]
core/usbcdc/usbuser.h [new file with mode: 0644]
core/usbhid-rom/usb.h [new file with mode: 0644]
core/usbhid-rom/usbconfig.c [new file with mode: 0644]
core/usbhid-rom/usbconfig.h [new file with mode: 0644]
core/usbhid-rom/usbhid.c [new file with mode: 0644]
core/usbhid-rom/usbhid.h [new file with mode: 0644]
core/wdt/wdt.c [new file with mode: 0644]
core/wdt/wdt.h [new file with mode: 0644]
drivers/chibi/chb.c [new file with mode: 0644]
drivers/chibi/chb.h [new file with mode: 0644]
drivers/chibi/chb_buf.c [new file with mode: 0644]
drivers/chibi/chb_buf.h [new file with mode: 0644]
drivers/chibi/chb_drvr.c [new file with mode: 0644]
drivers/chibi/chb_drvr.h [new file with mode: 0644]
drivers/chibi/chb_eeprom.c [new file with mode: 0644]
drivers/chibi/chb_eeprom.h [new file with mode: 0644]
drivers/chibi/chb_spi.c [new file with mode: 0644]
drivers/chibi/chb_spi.h [new file with mode: 0644]
drivers/chibi/types.h [new file with mode: 0644]
drivers/dac/mcp4725/mcp4725.c [new file with mode: 0644]
drivers/dac/mcp4725/mcp4725.h [new file with mode: 0644]
drivers/eeprom/at25040/at25040.c [new file with mode: 0644]
drivers/eeprom/at25040/at25040.h [new file with mode: 0644]
drivers/eeprom/eeprom.c [new file with mode: 0644]
drivers/eeprom/eeprom.h [new file with mode: 0644]
drivers/eeprom/mcp24aa/mcp24aa.c [new file with mode: 0644]
drivers/eeprom/mcp24aa/mcp24aa.h [new file with mode: 0644]
drivers/fatfs/ccsbcs.c [new file with mode: 0644]
drivers/fatfs/diskio.h [new file with mode: 0644]
drivers/fatfs/ff.c [new file with mode: 0644]
drivers/fatfs/ff.h [new file with mode: 0644]
drivers/fatfs/ffconf.h [new file with mode: 0644]
drivers/fatfs/integer.h [new file with mode: 0644]
drivers/fatfs/mmc.c [new file with mode: 0644]
drivers/lcd/bitmap/readme.txt [new file with mode: 0644]
drivers/lcd/bitmap/ssd1306/ssd1306.c [new file with mode: 0644]
drivers/lcd/bitmap/ssd1306/ssd1306.h [new file with mode: 0644]
drivers/lcd/bitmap/st7565/st7565.c [new file with mode: 0644]
drivers/lcd/bitmap/st7565/st7565.h [new file with mode: 0644]
drivers/lcd/icons16.h [new file with mode: 0644]
drivers/lcd/smallfonts.c [new file with mode: 0644]
drivers/lcd/smallfonts.h [new file with mode: 0644]
drivers/lcd/tft/bmp.c [new file with mode: 0644]
drivers/lcd/tft/bmp.h [new file with mode: 0644]
drivers/lcd/tft/colors.h [new file with mode: 0644]
drivers/lcd/tft/dialogues/alphanumeric.c [new file with mode: 0644]
drivers/lcd/tft/dialogues/alphanumeric.h [new file with mode: 0644]
drivers/lcd/tft/drawing.c [new file with mode: 0644]
drivers/lcd/tft/drawing.h [new file with mode: 0644]
drivers/lcd/tft/fonts/bitmapfonts.h [new file with mode: 0644]
drivers/lcd/tft/fonts/dejavusans9.c [new file with mode: 0644]
drivers/lcd/tft/fonts/dejavusans9.h [new file with mode: 0644]
drivers/lcd/tft/fonts/dejavusansbold9.c [new file with mode: 0644]
drivers/lcd/tft/fonts/dejavusansbold9.h [new file with mode: 0644]
drivers/lcd/tft/fonts/dejavusanscondensed9.c [new file with mode: 0644]
drivers/lcd/tft/fonts/dejavusanscondensed9.h [new file with mode: 0644]
drivers/lcd/tft/fonts/dejavusansmono8.c [new file with mode: 0644]
drivers/lcd/tft/fonts/dejavusansmono8.h [new file with mode: 0644]
drivers/lcd/tft/fonts/dejavusansmonobold8.c [new file with mode: 0644]
drivers/lcd/tft/fonts/dejavusansmonobold8.h [new file with mode: 0644]
drivers/lcd/tft/fonts/veramono11.c [new file with mode: 0644]
drivers/lcd/tft/fonts/veramono11.h [new file with mode: 0644]
drivers/lcd/tft/fonts/veramono9.c [new file with mode: 0644]
drivers/lcd/tft/fonts/veramono9.h [new file with mode: 0644]
drivers/lcd/tft/fonts/veramonobold11.c [new file with mode: 0644]
drivers/lcd/tft/fonts/veramonobold11.h [new file with mode: 0644]
drivers/lcd/tft/fonts/veramonobold9.c [new file with mode: 0644]
drivers/lcd/tft/fonts/veramonobold9.h [new file with mode: 0644]
drivers/lcd/tft/hw/ILI9325.c [new file with mode: 0644]
drivers/lcd/tft/hw/ILI9325.h [new file with mode: 0644]
drivers/lcd/tft/hw/ILI9328.c [new file with mode: 0644]
drivers/lcd/tft/hw/ILI9328.h [new file with mode: 0644]
drivers/lcd/tft/hw/readme.txt [new file with mode: 0644]
drivers/lcd/tft/hw/st7735.c [new file with mode: 0644]
drivers/lcd/tft/hw/st7735.h [new file with mode: 0644]
drivers/lcd/tft/hw/st7783.c [new file with mode: 0644]
drivers/lcd/tft/hw/st7783.h [new file with mode: 0644]
drivers/lcd/tft/hw/template.c [new file with mode: 0644]
drivers/lcd/tft/lcd.h [new file with mode: 0644]
drivers/lcd/tft/readme.txt [new file with mode: 0644]
drivers/lcd/tft/touchscreen.c [new file with mode: 0644]
drivers/lcd/tft/touchscreen.h [new file with mode: 0644]
drivers/motor/stepper/stepper.c [new file with mode: 0644]
drivers/motor/stepper/stepper.h [new file with mode: 0644]
drivers/rsa/rsa.c [new file with mode: 0644]
drivers/rsa/rsa.h [new file with mode: 0644]
drivers/sensors/analogjoystick/analogjoystick.c [new file with mode: 0644]
drivers/sensors/analogjoystick/analogjoystick.h [new file with mode: 0644]
drivers/sensors/lm75b/lm75b.c [new file with mode: 0644]
drivers/sensors/lm75b/lm75b.h [new file with mode: 0644]
drivers/sensors/pn532/pn532.c [new file with mode: 0644]
drivers/sensors/pn532/pn532.h [new file with mode: 0644]
drivers/sensors/pn532/pn532_drvr.h [new file with mode: 0644]
drivers/sensors/pn532/pn532_drvr_spi.c [new file with mode: 0644]
drivers/sensors/pn532/pn532_drvr_uart.c [new file with mode: 0644]
drivers/sensors/pn532/pn532_mifare.c [new file with mode: 0644]
drivers/sensors/pn532/pn532_mifare.h [new file with mode: 0644]
drivers/sensors/tcs3414/tcs3414.c [new file with mode: 0644]
drivers/sensors/tcs3414/tcs3414.h [new file with mode: 0644]
drivers/sensors/tsl2561/tsl2561.c [new file with mode: 0644]
drivers/sensors/tsl2561/tsl2561.h [new file with mode: 0644]
lpc134x-vcom.inf [new file with mode: 0644]
lpc134x.h [new file with mode: 0644]
lpc1xxx/LPC11xx_handlers.c [new file with mode: 0644]
lpc1xxx/LPC13xx_handlers.c [new file with mode: 0644]
lpc1xxx/LPC1xxx_startup.c [new file with mode: 0644]
lpc1xxx/linkscript.ld [new file with mode: 0644]
lpcrc [new file with mode: 0644]
lpcrc.exe [new file with mode: 0644]
main.c [new file with mode: 0644]
project/cmd_tbl.h [new file with mode: 0644]
project/commands.c [new file with mode: 0644]
project/commands.h [new file with mode: 0644]
project/commands/cmd_chibi_addr.c [new file with mode: 0644]
project/commands/cmd_chibi_tx.c [new file with mode: 0644]
project/commands/cmd_i2ceeprom_read.c [new file with mode: 0644]
project/commands/cmd_i2ceeprom_write.c [new file with mode: 0644]
project/commands/cmd_lm75b_gettemp.c [new file with mode: 0644]
project/commands/cmd_sd_dir.c [new file with mode: 0644]
project/commands/cmd_sysinfo.c [new file with mode: 0644]
project/commands/cmd_uart.c [new file with mode: 0644]
project/commands/drawing/cmd_bmp.c [new file with mode: 0644]
project/commands/drawing/cmd_button.c [new file with mode: 0644]
project/commands/drawing/cmd_calibrate.c [new file with mode: 0644]
project/commands/drawing/cmd_circle.c [new file with mode: 0644]
project/commands/drawing/cmd_clear.c [new file with mode: 0644]
project/commands/drawing/cmd_gettext.c [new file with mode: 0644]
project/commands/drawing/cmd_line.c [new file with mode: 0644]
project/commands/drawing/cmd_orientation.c [new file with mode: 0644]
project/commands/drawing/cmd_pixel.c [new file with mode: 0644]
project/commands/drawing/cmd_progress.c [new file with mode: 0644]
project/commands/drawing/cmd_rectangle.c [new file with mode: 0644]
project/commands/drawing/cmd_text.c [new file with mode: 0644]
project/commands/drawing/cmd_textw.c [new file with mode: 0644]
project/commands/drawing/cmd_tsthreshhold.c [new file with mode: 0644]
project/commands/drawing/cmd_tswait.c [new file with mode: 0644]
project/readme.txt [new file with mode: 0644]
projectconfig.h [new file with mode: 0644]
sysdefs.h [new file with mode: 0644]
sysinit.c [new file with mode: 0644]
sysinit.h [new file with mode: 0644]
tools/colors_h.png [new file with mode: 0644]
tools/dotfactory/DotFactorySettings.png [new file with mode: 0644]
tools/dotfactory/DotFactorySettings_FixedWidth.png [new file with mode: 0644]
tools/dotfactory/OutputConfigs.xml [new file with mode: 0644]
tools/dotfactory/TheDotFactory-src-0.0.9.7z [new file with mode: 0644]
tools/dotfactory/TheDotFactory.exe [new file with mode: 0644]
tools/dotfactory/readme.txt [new file with mode: 0644]
tools/examples/basics/blinky/main.c [new file with mode: 0644]
tools/examples/basics/blinky/readme.txt [new file with mode: 0644]
tools/examples/basics/blinky_nonblocking/main.c [new file with mode: 0644]
tools/examples/basics/blinky_nonblocking/readme.txt [new file with mode: 0644]
tools/examples/basics/pwm_piezobuzzer/main.c [new file with mode: 0644]
tools/examples/basics/pwm_piezobuzzer/readme.txt [new file with mode: 0644]
tools/examples/chibi/receive/main.c [new file with mode: 0644]
tools/examples/chibi/receive/readme.txt [new file with mode: 0644]
tools/examples/chibi/sniffer_wsbridge/main.c [new file with mode: 0644]
tools/examples/chibi/sniffer_wsbridge/readme.txt [new file with mode: 0644]
tools/examples/chibi/transmit/main.c [new file with mode: 0644]
tools/examples/chibi/transmit/readme.txt [new file with mode: 0644]
tools/examples/default/main.c [new file with mode: 0644]
tools/examples/default/readme.txt [new file with mode: 0644]
tools/examples/lcd/tft/basic_ui/basic_ui_screenshot.png [new file with mode: 0644]
tools/examples/lcd/tft/basic_ui/main.c [new file with mode: 0644]
tools/examples/lcd/tft/drawing_basic/main.c [new file with mode: 0644]
tools/examples/lcd/tft/oscilloscope/main.c [new file with mode: 0644]
tools/examples/lcd/tft/oscilloscope/readme.txt [new file with mode: 0644]
tools/examples/lcd/tft/touchscreen/main.c [new file with mode: 0644]
tools/examples/lcd/tft/touchscreen/readme.txt [new file with mode: 0644]
tools/examples/readme.txt [new file with mode: 0644]
tools/examples/sensors/pn532/ISO14443A_ID/main.c [new file with mode: 0644]
tools/examples/sensors/pn532/ISO14443A_ID/readme.txt [new file with mode: 0644]
tools/examples/sensors/tsl2561/main.c [new file with mode: 0644]
tools/examples/sensors/tsl2561/readme.txt [new file with mode: 0644]
tools/lpcrc/Makefile [new file with mode: 0644]
tools/lpcrc/bin/lpcrc-linux [new file with mode: 0644]
tools/lpcrc/bin/lpcrc.exe [new file with mode: 0644]
tools/lpcrc/lpcrc.c [new file with mode: 0644]
tools/readme.txt [new file with mode: 0644]
tools/schematics/Breakout_TFTLCD_ILI9325_v1.3.png [new file with mode: 0644]
tools/schematics/LPC1343_BaseBoard_v1.6.png [new file with mode: 0644]
tools/schematics/LPC1343_StandAloneLCD_v1.2.png [new file with mode: 0644]
tools/schematics/LPC1343_StandAloneLCD_v1.3.png [new file with mode: 0644]
tools/testfirmware/blinky.bin [new file with mode: 0644]
tools/testfirmware/uartcli.bin [new file with mode: 0644]
tools/testfirmware/usbcli.bin [new file with mode: 0644]
tools/wsbridge/v0.50/Exe/Linux/wsbridge [new file with mode: 0644]
tools/wsbridge/v0.50/Exe/Win/wsbridge.exe [new file with mode: 0644]
tools/wsbridge/v0.50/Linux/Makefile [new file with mode: 0644]
tools/wsbridge/v0.50/Linux/main.c [new file with mode: 0644]
tools/wsbridge/v0.50/Win/wsbridge.sln [new file with mode: 0644]
tools/wsbridge/v0.50/Win/wsbridge.suo [new file with mode: 0644]
tools/wsbridge/v0.50/Win/wsbridge/Program.cs [new file with mode: 0644]
tools/wsbridge/v0.50/Win/wsbridge/Properties/AssemblyInfo.cs [new file with mode: 0644]
tools/wsbridge/v0.50/Win/wsbridge/wsbridge.csproj [new file with mode: 0644]
tools/wsbridge/v0.50/Win/wsbridge/wsbridge.csproj.user [new file with mode: 0644]
This page took 0.048795 seconds and 4 git commands to generate.