Ticket #38 (assigned enhancement)

Opened 2 months ago

Last modified 2 months ago

Hardware relevant cofig file

Reported by: anonymous Assigned to: batt (accepted)
Priority: minor Milestone:
Component: BeRTOS misc Version:
Keywords: hardware configuration Cc:

Description (Last modified by batt)

f.e.

from lcd_32122a_avr.c

/**
 * \name LCD I/O pins/ports
 * @{
 */
#define LCD_PF_DB0   PF4
#define LCD_PF_DB1   PF5
#define LCD_PF_DB2   PF6
#define LCD_PF_DB3   PF7

enhancement put all pin configurations in a hwconfiguration.h file so it would be easier to find them and to switch to another port or cpu

Attachments

Change History

11/18/08 16:13:29 changed by batt

  • description changed.

11/18/08 16:15:11 changed by batt

  • owner set to batt.
  • status changed from new to assigned.

Yes, usually all drivers have a separate hw_config_file.h for hardware specific stuff. However some old driver like this one needs to be refactored.


Add/Change #38 (Hardware relevant cofig file)




Change Properties
Action