Commit Graph

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