Silvano Seva
|
5995a5d8e0
|
Moving to miosix kernel: adapted parameters for cross-compilation and modified boot files for STM32-based targets
|
2021-03-13 09:16:06 +01:00 |
Silvano Seva
|
60b9c8b516
|
Made linker emit a warning whenever common symbols are merged. Fixed some variables having an unnecessary global scope and being subject to common linkage
|
2021-02-25 17:00:28 +01:00 |
Silvano Seva
|
dc131c3333
|
Refactored 'W25Qx_writeData' and disabled '-ffunction-sections', which causes printf not printing decimal dots when used with %f
|
2021-02-23 13:51:49 +01:00 |
Silvano Seva
|
0a620aa99b
|
Removed '-fdata-sections' compiler directive, breaking binaries with GCC < 10.0.0
|
2021-01-23 22:13:18 +01:00 |
Fred
|
dc0e68b0ae
|
Add optimization flags to GCC
|
2021-01-07 22:39:22 +01:00 |
Silvano Seva
|
c239abbf04
|
Fixing #6, caused by arm GCC 10.2.0 now defaulting to -fno-common and not merging multiple definitions of the same variable across different files, a thing upon which uC/OS-III sources seem to rely on.
|
2020-11-17 13:56:45 +01:00 |
Niccolò Izzo
|
6445eb0950
|
Move selection of linker script in meson.build
Now the linker script was moved from cross_arm.txt into meson.build, so
that the same cross_arm.txt can be used for both the MD380 and the GD77.
|
2020-11-12 22:10:13 +01:00 |
Niccolò Izzo
|
6420d2b2c1
|
Add TYT MD380 build target
Add meson cross-compilation configuration for building for the TYT
MD-380 and MD-UV380 radios.
|
2020-11-03 15:15:35 +01:00 |