Change led api to allow virtual and real leds to work together. Also, move led (partl... led_rework
commit349125522cbdb7d987390318f7f98dc0df9a6a10
authorThomas Martitz <thomas.martitz@student.htw-berlin.de>
Thu, 26 Nov 2009 01:57:54 +0000 (26 02:57 +0100)
committerThomas Martitz <thomas.martitz@student.htw-berlin.de>
Thu, 26 Nov 2009 01:57:54 +0000 (26 02:57 +0100)
treea4713c498ca12fee7f7cb1ce7d0402c41387cc0c
parent0db8868ad2489ecc2e8d16f7a903603c47210180
Change led api to allow virtual and real leds to work together. Also, move led (partly) to the target tree. The mini2440 uses both virtual and real leds.
25 files changed:
apps/gui/skin_engine/skin_parser.c
apps/gui/skin_engine/skin_tokens.c
apps/gui/skin_engine/skin_tokens.h
apps/gui/skin_engine/wps_debug.c
apps/gui/statusbar.c
apps/gui/statusbar.h
apps/main.c
apps/recorder/icons.h
apps/recorder/recording.c
apps/screen_access.c
apps/screen_access.h
firmware/SOURCES
firmware/drivers/ata.c
firmware/drivers/led.c
firmware/export/ata.h
firmware/export/config-mini2440.h
firmware/export/led.h
firmware/storage.c
firmware/target/arm/s3c2440/crt0.S
firmware/target/arm/s3c2440/mini2440/led-mini2440.c
firmware/target/arm/s3c2440/mini2440/led-target.h [moved from firmware/target/arm/s3c2440/mini2440/led-mini2440.h with 95% similarity]
firmware/target/arm/s3c2440/mini2440/power-mini2440.c
firmware/target/arm/s3c2440/sd-s3c2440.c
firmware/target/sh/archos/led-archos.c [copied from firmware/export/led.h with 80% similarity]
firmware/target/sh/archos/led-target.h [copied from firmware/export/led.h with 86% similarity]