RIOT icon indicating copy to clipboard operation
RIOT copied to clipboard

add missing includes for arduino_*.h for stm32f746g-disco board

Open donsez opened this issue 2 years ago • 2 comments

Contribution description

add missing includes for arduino_*.h for stm32f746g-disco board

The files has been copy-paste from boards/p-nucleo-wb55/include

uncrustify has been ran

uncrustify -c $RIOTBASE/uncrustify-riot.cfg --no-backup arduino_*
Parsing: arduino_board.h as language C-Header
parse_cleanup(456): pc->orig_line is 72, orig_col is 1, text() is '}', type is BRACE_CLOSE
Parsing: arduino_pinmap.h as language C-Header
parse_cleanup(456): pc->orig_line is 75, orig_col is 1, text() is '}', type is BRACE_CLOSE

The output of uncrustify is the same for boards/p-nucleo-wb55/include

Testing procedure

The include files has been tested with a SX1302 transceiver plugged into D8,D9,D10,D11,D12

https://github.com/thingsat/riot_modules/tree/main/tests/driver_sx1302

Issues/PRs references

donsez avatar Mar 28 '23 09:03 donsez

Murdock results

:heavy_check_mark: PASSED

1fc7270fc6f62d2a87607b1f5bc239628f1c34ed add missing includes for arduino_*.h for stm32f746g-disco board

Success Failures Total Runtime
522 0 522 02m:07s

Artifacts

riot-ci avatar Mar 28 '23 14:03 riot-ci

@donsez ping :)

This needs some work after #19759 was merged, the arduino_board.h file got dropped and the other file got renamed to arduino_iomap.h.

crasbe avatar Apr 01 '25 17:04 crasbe