stnolting
|
1d4903b424
|
[sw] update NEOLED demo program
|
2023-03-07 18:29:00 +01:00 |
|
stnolting
|
cd1b6c8878
|
[sw/example] update UART setup function
|
2023-03-05 19:00:24 +01:00 |
|
emb4fun
|
bb0f00a4a0
|
NEOLED: Change "variable style" by "pointer style"
|
2023-02-27 12:22:18 +01:00 |
|
stnolting
|
4d5952af04
|
[sw] cleanup makefiles
|
2022-10-03 18:28:59 +02:00 |
|
stnolting
|
7f8e1bd570
|
[sw makefiles] minor edits
user only needs to define NEORV32_HOME variable
|
2021-11-16 21:10:43 +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
|
2cf4a59200
|
[sw/example] converted example programs
|
2021-09-17 18:29:57 +02:00 |
|
stnolting
|
b1c1dd9923
|
[sw] reworked NEOLED module
|
2021-07-21 21:00:23 +02:00 |
|
umarcor
|
5b380dc56b
|
[sw/example] define NEORV32_HOME
|
2021-07-12 17:39:45 +02:00 |
|
stnolting
|
0fcb1d57c8
|
[sw] moved central makefile to common
|
2021-07-12 17:39:45 +02:00 |
|
umarcor
|
7d4f89fd36
|
[sw/example] add common.mk
|
2021-07-12 17:39:44 +02:00 |
|
umarcor
|
ca8927e558
|
[sw] use RISCV_PREFIX instead of RISCV_TOOLCHAIN
|
2021-07-09 23:23:46 +02:00 |
|
stnolting
|
805ddc4f00
|
[sw] clean-up of makefiles; added "hex" target
|
2021-07-06 15:35:22 +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
|
02e192f13d
|
[sw/example/*/makefile] added compiler switch to avoid floating-point division/sqrt instructions
these operations will be emulated using gcc builtin functions
|
2021-03-25 14:06:52 +01:00 |
|
stnolting
|
7a4428e56b
|
🐛 [sw/*/makefile] fixed problem with linking math.h library
|
2021-03-21 16:56:25 +01:00 |
|
stnolting
|
8ba6405989
|
✨ [sw/example] added NeoPixel demo for new NEOLED module
|
2021-03-07 16:00:06 +01:00 |
|