Remi Marche
ee3ebca567
build: rebuild exe when header files change
...
Because the headers were not declared as dependencies of the object files, make was not detecting changes to them. This makes gcc output a dependency file for each object file, which is then included in the makefile.
2025-03-19 11:25:34 +01:00
stnolting
d307bf5fa1
[sw] update onewire HAL
2024-12-01 22:29:54 +01:00
stnolting
30153f949b
[sw] update onewire example program
2024-12-01 21:59:16 +01:00
stnolting
fa024f9a27
[sw/example] adjust project-specific makefiles
...
add all relevant configuration options (ISA, memory sizes, ...)
2024-10-20 20:37:11 +02:00
stnolting
1377399a91
[sw/example] use functions from neorv32_aux
2024-06-29 17:05:18 +02:00
stnolting
aff46dc06c
[sw/example] improve hexstring to uint function
2024-06-29 15:02:08 +02:00
stnolting
240658a56f
[sw/example] update file headers
2024-06-21 20:17:16 +02:00
stnolting
9c922c0664
[sw] minor edits / cleanups
2024-03-23 21:23:54 +01:00
stnolting
cd1b6c8878
[sw/example] update UART setup function
2023-03-05 19:00:24 +01:00
Stephan
74c0817a1e
[sw] rename library functions ( #467 )
...
* [sw/lib] rename library functions (UART + RTE)
* [sw/example] change library function calls
* [sw/lib] change library function calls
* [sw/lib] add backwards compatibility layer
* [docs] minor edits/fixes
* [sw/lib] comment edits
* update bootloader
2022-12-28 13:02:51 +01:00
stnolting
4d5952af04
[sw] cleanup makefiles
2022-10-03 18:28:59 +02:00
stnolting
9f0af5c083
[sw] add ONEWIRE demo program
2022-09-02 09:41:05 +02:00