/** @defgroup boards_nucleo-g474re STM32 Nucleo-G474RE @ingroup boards_common_nucleo64 @brief Support for the STM32 Nucleo-G474RE ## Flashing the device The ST Nucleo-G474RE board includes an on-board ST-LINK V3 programmer. The easiest way to program the board is to use OpenOCD. Once you have installed OpenOCD (look [here](https://github.com/RIOT-OS/RIOT/wiki/OpenOCD) for installation instructions), you can flash the board simply by typing ``` make BOARD=nucleo-g474re flash ``` and debug via GDB by simply typing ``` make BOARD=nucleo-g474re debug ``` ## Supported Toolchains For using the ST Nucleo-G474RE board we recommend the usage of the [GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded) toolchain. */