Re: [PATCH rtems] bsps/atsam: Fix type of options (part 2)

2022-06-14 Thread Christian MAUDERER
Thanks. I pushed it. Am 13.06.22 um 19:37 schrieb Joel Sherrill: Fixes build issues I reported. Please push. --joel On Mon, Jun 13, 2022 at 2:18 AM Christian Mauderer > wrote: The patch "bsps/atsam: Fix type of options" missed to adapt some

Re: [PATCH rtems] bsps/atsam: Fix type of options (part 2)

2022-06-13 Thread Joel Sherrill
Fixes build issues I reported. Please push. --joel On Mon, Jun 13, 2022 at 2:18 AM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > The patch "bsps/atsam: Fix type of options" missed to adapt some parts > of the yml. With that a custom value works well. But if no value is

[PATCH rtems] bsps/atsam: Fix type of options (part 2)

2022-06-13 Thread Christian Mauderer
The patch "bsps/atsam: Fix type of options" missed to adapt some parts of the yml. With that a custom value works well. But if no value is set, configure doesn't fall back to the default value but instead just causes an error. This patch fixes that. --- spec/build/bsps/arm/atsam/optconidx.yml |

Re: [PATCH rtems] bsps/atsam: Fix type of options

2022-06-01 Thread Gedare Bloom
ok On Mon, May 23, 2022 at 6:16 AM Christian Mauderer wrote: > > ATSAM_CONSOLE_DEVICE_INDEX and ATSAM_CONSOLE_DEVICE_TYPE have to be > integers like suggested by their description. Otherwise it's not > possible to select (for example) USART2 as console device. > --- >

[PATCH rtems] bsps/atsam: Fix type of options

2022-05-23 Thread Christian Mauderer
ATSAM_CONSOLE_DEVICE_INDEX and ATSAM_CONSOLE_DEVICE_TYPE have to be integers like suggested by their description. Otherwise it's not possible to select (for example) USART2 as console device. --- spec/build/bsps/arm/atsam/optconidx.yml | 4 ++-- spec/build/bsps/arm/atsam/optcontype.yml | 4 ++--