Menu

#407 lcnc 2.6 sample configs hm2_servo ini files incorrect naming case

2.6
closed-invalid
nobody
hm2_servo (1)
1
2015-01-14
2014-11-21
Ted Hyde
No

Greets -
7i90.ini in 2.6 release sample config hm2_servo requires BOARD NAMEs to be in all upper case. Per conversation with PCW, hal names may be lower case (hm2_7i90), however line that currently is BOARD=7i90 must be changed to BOARD=7I90 (note uppercase 'i') to resolve correctly.

This has not been checked against other ini files, but is expected to only be affected in the most recent release of boards.

Regards,
Ted.

Discussion

  • Sebastian Kuzminsky

    I believe this bug report is in error. The BOARD variable from the mesa .ini files is used only to construct hal pin, parameter, and function names, and thus needs to be in lower case in order to match the actual hal object names.

    Ted, can you describe what error you get when the BOARD variable is in lower case, and what happens when you change it to upper case?

     
  • Sebastian Kuzminsky

    • status: open --> closed-invalid