URL
https://opencores.org/ocsvn/neorv32/neorv32/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 14 |
Rev 20 |
Line 32... |
Line 32... |
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
// #################################################################################################
|
// #################################################################################################
|
|
|
|
|
/**********************************************************************//**
|
/**********************************************************************//**
|
* @file blink_led/main.c
|
* @file game_of_life/main.c
|
* @author Stephan Nolting
|
* @author Stephan Nolting
|
* @brief Simple blinking LED demo program using the lowest 8 bits of the GPIO.output port.
|
* @brief Simple blinking LED demo program using the lowest 8 bits of the GPIO.output port.
|
**************************************************************************/
|
**************************************************************************/
|
|
|
#include <neorv32.h>
|
#include <neorv32.h>
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.