Renaud rfivet
rfivet synced commits to master at rfivet/stm32bringup from mirror 2021-07-01 04:03:21 -04:00
32007c1483 Internal Temperature calculation using TS_CAL2 and reference temperature stored in User Data Option Byte.
rfivet synced commits to master at rfivet/stm32bringup from mirror 2021-06-30 03:33:20 -04:00
a7cafdf989 Use temperature formula from reference manual code example.
rfivet synced commits to master at rfivet/stm32bringup from mirror 2021-06-24 08:43:20 -04:00
e19475388d Migrate web pages to rfivet.github.io
rfivet synced commits to master at rfivet/stm32bringup from mirror 2021-06-22 07:43:20 -04:00
5d090f6944 CRC32 validation of binary image at startup.
rfivet synced commits to master at rfivet/stm32bringup from mirror 2021-06-18 05:49:15 -04:00
d13ec1241c In RAM execution using all RAM when loading via SWD.
rfivet synced commits to master at rfivet/stm32bringup from mirror 2021-06-14 12:04:58 -04:00
d2836ddd55 Fix precedence of printf flags
rfivet synced commits to master at rfivet/stm32bringup from mirror 2021-06-14 03:54:58 -04:00
77253914e1 Implements %[flags][width]type
rfivet synced commits to master at rfivet/stm32bringup from mirror 2021-06-08 09:04:57 -04:00
5d11a2cdfa Revise linker flags generation. Remove extra word alignment introduced for STM32 Flash Loader Demonstrator (deprecated).
rfivet synced commits to master at rfivet/stm32bringup from mirror 2021-06-08 00:54:57 -04:00
1a6278a2ae Update repository description and set automatic EOL conversion.
rfivet synced commits to master at rfivet/stm32bringup from mirror 2021-03-07 03:14:29 -05:00
7be625daab RAMISRV compilation flag set based on FLASHSTART address
rfivet synced commits to master at rfivet/stm32bringup from mirror 2021-03-03 09:24:30 -05:00
c3dc389ff2 Activate warnings: -pedantic, -Wstrict-prototypes and -Wno-unused-parameter.
55a48fd471 Support BOOT, GOFLASH and GORAM memory models.
Compare 2 commits »
rfivet synced commits to master at rfivet/uemacs from mirror 2021-02-23 04:54:24 -05:00
2babb94944 Review Link flags, striping output by default and omitting unnecessary defines.
rfivet synced commits to master at rfivet/uemacs from mirror 2020-11-03 00:33:47 -05:00
b5047fac9b Remove MINGW32 partial implementation.
rfivet synced commits to master at rfivet/uemacs from mirror 2020-11-02 00:13:49 -05:00
2a47dcbbb4 Clean up Makefile to emphasize supported OS/Toolchain
rfivet synced commits to master at rfivet/uemacs from mirror 2020-10-30 08:03:57 -04:00
77aa2f156e Add MSYS2 64bit to the supported toolchains.
rfivet synced commits to master at rfivet/uemacs from mirror 2020-08-14 01:42:28 -04:00
bc23d8e4cc Adjust maximum display size after testing with latest mintty on QHD monitor.
rfivet synced commits to master at rfivet/uemacs from mirror 2020-06-25 05:06:42 -04:00
c6baa2ff77 String index (&sin) function returns unicode position.
rfivet synced commits to master at rfivet/uemacs from mirror 2020-06-24 12:46:51 -04:00
cf823e2fad Clean up handling of unicode character width (non printable are displayed as \u) and insure modeline displays filename including double and zero width characters.
rfivet synced commits to master at rfivet/uemacs from mirror 2020-06-24 04:37:09 -04:00
c926a94ac2 Draw maze wall with a unicode character mapped in linux console fonts.
rfivet synced commits to master at rfivet/uemacs from mirror 2020-06-20 03:16:42 -04:00
2f5d28a864 Improve UTF-8 display under NetBSD.