Commit Graph

43 Commits

Author SHA1 Message Date
Renaud 6e774f58cf Upgrade toolchain to 11.3 rel 1. 2022-08-23 14:54:00 +08:00
Renaud f27e762ac5 Upgrade toolchain to 11.2 2022.02. 2022-03-10 14:06:57 +08:00
Renaud 6ecbd3613a Ignore generated dependencies. 2022-03-03 07:55:38 +08:00
Renaud 38cdb2ecc8 Reviewed automatic dependencies generation. 2022-02-04 09:28:40 +08:00
Renaud e9007946af Update Linux toolchain to 10.3-2021.10. 2022-01-31 10:24:30 +08:00
Renaud aa08767eec Upgrade Windows toolchain to 10 2021.10.
Generate dependencies based on source changed.
2022-01-30 10:52:03 +08:00
Renaud dbefe44d5c Switch to toolchain version 10.3 (2021-07).
Use nano version of libc.
Remove Gnu format of size command for compatibility with older toolchain version.
Strip unnecessary spaces at end of line.
2021-09-28 10:07:06 +08:00
Renaud 9617178f41 Dont't stop if CRC-32 placeholder pattern is detected while not at end of file. 2021-07-14 16:21:26 +08:00
Renaud a9daade2fe Fix CRC placeholder load location. 2021-07-06 11:32:04 +08:00
Renaud 32007c1483 Internal Temperature calculation using TS_CAL2 and reference temperature stored in User Data Option Byte. 2021-07-01 13:23:19 +08:00
Renaud a7cafdf989 Use temperature formula from reference manual code example. 2021-06-30 12:09:11 +08:00
Renaud e19475388d Migrate web pages to rfivet.github.io 2021-06-24 20:25:13 +08:00
Renaud 5d090f6944 CRC32 validation of binary image at startup. 2021-06-22 11:53:36 +08:00
Renaud d13ec1241c In RAM execution using all RAM when loading via SWD. 2021-06-18 13:24:54 +08:00
Renaud d2836ddd55 Fix precedence of printf flags 2021-06-14 15:51:46 +08:00
Renaud 77253914e1 Implements %[flags][width]type 2021-06-14 10:41:15 +08:00
Renaud 5d11a2cdfa Revise linker flags generation. Remove extra word alignment introduced for STM32 Flash Loader Demonstrator (deprecated). 2021-06-08 16:45:53 +08:00
Renaud 1a6278a2ae Update repository description and set automatic EOL conversion. 2021-06-08 12:37:54 +08:00
Renaud 7be625daab RAMISRV compilation flag set based on FLASHSTART address 2021-03-07 10:21:10 +08:00
Renaud c3dc389ff2 Activate warnings: -pedantic, -Wstrict-prototypes and -Wno-unused-parameter. 2021-03-03 15:17:56 +08:00
Renaud 55a48fd471 Support BOOT, GOFLASH and GORAM memory models. 2021-03-03 15:02:02 +08:00
Renaud 726f4bf316 Allow putchar() to be defined as a macro to pass regression test using older version of the toolchain. 2021-02-25 10:15:55 +08:00
Renaud 946e95591a Update GNU ARM Embedded Toolchain to release 10 major 2021-02-13 10:47:22 +08:00
Renaud 4098e6e6af ADC calibration application to experiment with the internal temperature sensor using a DS18B20 as reference. 2021-02-09 15:36:03 +08:00
Renaud 8c9c4e6d3e ADC conversion of temperature and voltage internal sensors 2020-12-29 14:26:39 +08:00
Renaud f1f238abf8 DS18B20 digital thermometer 2020-12-19 08:39:18 +08:00
Renaud d2617fbb0b zero padding and uppercase/lowercase for hexadecimal. 2020-12-17 11:03:48 +08:00
Renaud 788c5c5b3b DHT11 humidity and temperature sensor sampling. 2020-12-15 09:41:12 +08:00
Renaud 9e080f1740 Serial Transmission under interrupt. 2020-12-08 16:50:46 +08:00
Renaud c1316cc6d3 Interrupt driven serial transmission. 2020-12-08 16:45:48 +08:00
Renaud 53e8f70771 Configure clocks during initialization: HSI, HSE, PLL HSI, PLL HSE 2020-12-07 17:36:11 +08:00
Renaud 3b3a113e05 Standard C output functions as library 2020-12-05 18:08:25 +08:00
Renaud fd13d29f0c uptime -- tells how long the system has been running 2020-12-05 08:13:29 +08:00
Renaud 3d6cd1bdc2 Avoid using ~ for home directory as the linker seems not to expand it properly. Let gmake expand $(HOME) instead. 2020-12-03 12:12:26 +08:00
Renaud d5b4417571 Use libgcc.a for integer division as Cortex-M0 has no support for it. 2020-12-03 11:15:47 +08:00
Renaud d92085923a Avoid warning if compiled with -Wstrict-prototypes. 2020-12-02 13:03:38 +08:00
Renaud a337a39509 Insure .text section ends on a word boundary. 2020-11-30 10:07:59 +08:00
Renaud c59fe1f074 Asynchronous serial transmission 2020-11-28 12:58:58 +08:00
Renaud 2bdfa688a3 Board mapping abstraction. 2020-11-28 12:54:11 +08:00
Renaud e7c17b3e4a Add link to web pages for code explanation. 2020-11-24 11:18:33 +08:00
Renaud ef77ec527d Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
Renaud 847cb54c5f Add copyright holder and year 2020-11-24 09:13:57 +08:00
Renaud 7cb33e19d9 Initial commit 2020-11-24 00:46:20 +00:00