Configuration

Hi All,

is it possible to copy Config.h  from AVR To Due vice versa?

i also want to define the UI Pins in userpins.h  , iknow to select AVR or ARM here.

and a Question regarding pins :

There are some pins defined by pin number in config.h and others defined in uiconfig.

wouldn´t that be a goal to bring them all to pins.h  respectively to userpins.h
it would be easier to configurate the system and to avoid  double use of pins.

any thoughts are welcome.

best regards,

RAyWB

Comments

  • avr and due have same config values, so that works. But pins and some values like double stepper frequency should be different to make use of the faster cpu. Our config tool does this.

    ui pins depend not only on the board but also on the lcd controller and they even differ in the data needed. Some have spi some 4 bit parallel data. Some have 1 key, others 2 or more. That is why we have them in ui.h sorted by controller and then also with board switches. I'd like to have one set pe rboard but that is not how it works in reality.
Sign In or Register to comment.