Commit graph

17 commits

Author SHA1 Message Date
stnolting
162225b5d0 [sw/example] remove obsolete neorv32_rte_check_isa function 2023-12-04 17:40:16 +01:00
stnolting
229dbd228c [sw] update TRNG-using programs 2023-05-18 11:22:41 +02:00
stnolting
cd1b6c8878 [sw/example] update UART setup function 2023-03-05 19:00:24 +01:00
stnolting
2e3b7e1bc3 [sw/example] minor UART console fixes 2022-11-05 09:52:53 +01:00
stnolting
a80d15df3d [sw/example/game_of_life] minor TRNG fix 2022-05-21 16:27:32 +02:00
stnolting
a474182304 [sw/example/game_of_life] comment fix 2022-01-17 04:36:11 +01:00
stnolting
e44cb43819 [sw] no more use of "neorv32_uart_*" legacy wrappers
all of the software is now using `neorv32_uart0_*` instead of the legacy wrappers `neorv32_uart_*`; however, the legacy wrappers are still implemented
2021-10-12 16:19:18 +02:00
stnolting
652a022669 [sw] fixed return value of all example programs
return 0: successful execution
return !=0: error during execution
2021-06-05 11:32:49 +02:00
stnolting
0a00f6a5e0 [sw/example/*] added UART hardware flow control parameter to UART setup functions
* added define to ease parity configuration
2021-02-22 19:16:21 +01:00
Stephan
55833332d5 [sw/example] removed now-obsolete device-unique interrupt enable flags
removed interrupt enable flags from SPI, TWI and UART modules / setup functons
2021-02-05 16:45:32 +01:00
stnolting
60b55c8e7d [sw/examples] added sanity checks to compare compiler flags (cpu extensions) with actually available HW extensions 2021-01-09 19:33:08 +01:00
stnolting
81e7bbad53 [sw] updated UART init function call (added no-parity configuration; all examples + bootloader still use 8N1 uart configuration) 2020-12-29 19:45:51 +01:00
stnolting
863036a81f updated TRNG-related example programs 2020-09-11 18:00:12 +02:00
stnolting
31826d3cfa updated documentation 2020-08-23 19:57:30 +02:00
stnolting
968eb68c2c minor edits 2020-08-07 20:46:42 +02:00
stnolting
8eb2b07e9e updated for new RTE 2020-07-23 21:44:13 +02:00
stnolting
bee421876a initial commit 2020-06-23 17:43:03 +02:00