openchronos-ng
opensource firmware for the ez430 chronos
|
00001 // !!!! DO NOT EDIT !!!, use: make config 00002 00003 #ifndef _CONFIG_H_ 00004 #define _CONFIG_H_ 00005 00006 // DEBUG is not set 00007 // CONFIG_FIXEDPOINT_MATH is not set 00008 #ifndef THIS_DEVICE_ADDRESS 00009 #define THIS_DEVICE_ADDRESS {0xc2,0xb1,0x8c,0x49} 00010 #endif // THIS_DEVICE_ADDRESS 00011 // USE_LCD_CHARGE_PUMP is not set 00012 #define USE_WATCHDOG 00013 #define CONFIG_RTC_IRQ 00014 #define CONFIG_TIMER_1HZ_IRQ 00015 #define CONFIG_TIMER_20HZ_IRQ 00016 #ifndef CONFIG_BUTTONS_LONG_PRESS_TIME 00017 #define CONFIG_BUTTONS_LONG_PRESS_TIME 6 00018 #endif // CONFIG_BUTTONS_LONG_PRESS_TIME 00019 #ifndef CONFIG_BUTTONS_SHORT_PRESS_TIME 00020 #define CONFIG_BUTTONS_SHORT_PRESS_TIME 0 00021 #endif // CONFIG_BUTTONS_SHORT_PRESS_TIME 00022 // CONFIG_BATTERYMON_DISABLE_BATTERY_FILTER is not set 00023 #define CONFIG_TEMPERATURE 00024 #define CONFIG_ACCELEROMETER 00025 #define CONFIG_CLOCK 00026 #define CONFIG_CLOCK_BLINKCOL 00027 #define CONFIG_CLOCK_AMPM 00028 // CONFIG_CLOCK_MONTH_FIRST is not set 00029 #define CONFIG_BATTERY 00030 #define CONFIG_BATTERY_MONITOR 00031 #define CONFIG_TIDE 00032 #define CONFIG_RFBSL 00033 #define CONFIG_MUSIC 00034 #define CONFIG_ALARM 00035 #define CONFIG_TEMPERATUREMON 00036 #define CONFIG_TEMPERATUREMON_METRIC_ONLY 00037 00038 #endif // _CONFIG_H_