|
c3dc389ff2
|
Activate warnings: -pedantic, -Wstrict-prototypes and -Wno-unused-parameter.
|
2021-03-03 15:17:56 +08:00 |
|
|
55a48fd471
|
Support BOOT, GOFLASH and GORAM memory models.
|
2021-03-03 15:02:02 +08:00 |
|
|
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 |
|
|
946e95591a
|
Update GNU ARM Embedded Toolchain to release 10 major
|
2021-02-13 10:47:22 +08:00 |
|
|
4098e6e6af
|
ADC calibration application to experiment with the internal temperature sensor using a DS18B20 as reference.
|
2021-02-09 15:36:03 +08:00 |
|
|
8c9c4e6d3e
|
ADC conversion of temperature and voltage internal sensors
|
2020-12-29 14:26:39 +08:00 |
|
|
f1f238abf8
|
DS18B20 digital thermometer
|
2020-12-19 08:39:18 +08:00 |
|
|
d2617fbb0b
|
zero padding and uppercase/lowercase for hexadecimal.
|
2020-12-17 11:03:48 +08:00 |
|
|
788c5c5b3b
|
DHT11 humidity and temperature sensor sampling.
|
2020-12-15 09:41:12 +08:00 |
|
|
9e080f1740
|
Serial Transmission under interrupt.
|
2020-12-08 16:50:46 +08:00 |
|
|
c1316cc6d3
|
Interrupt driven serial transmission.
|
2020-12-08 16:45:48 +08:00 |
|
|
53e8f70771
|
Configure clocks during initialization: HSI, HSE, PLL HSI, PLL HSE
|
2020-12-07 17:36:11 +08:00 |
|
|
3b3a113e05
|
Standard C output functions as library
|
2020-12-05 18:08:25 +08:00 |
|
|
fd13d29f0c
|
uptime -- tells how long the system has been running
|
2020-12-05 08:13:29 +08:00 |
|
|
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 |
|
|
d5b4417571
|
Use libgcc.a for integer division as Cortex-M0 has no support for it.
|
2020-12-03 11:15:47 +08:00 |
|
|
d92085923a
|
Avoid warning if compiled with -Wstrict-prototypes.
|
2020-12-02 13:03:38 +08:00 |
|
|
a337a39509
|
Insure .text section ends on a word boundary.
|
2020-11-30 10:07:59 +08:00 |
|
|
c59fe1f074
|
Asynchronous serial transmission
|
2020-11-28 12:58:58 +08:00 |
|
|
2bdfa688a3
|
Board mapping abstraction.
|
2020-11-28 12:54:11 +08:00 |
|
|
e7c17b3e4a
|
Add link to web pages for code explanation.
|
2020-11-24 11:18:33 +08:00 |
|
|
ef77ec527d
|
Entry at reset, C startup, user LED driven by System Tick on STM32F030F4.
|
2020-11-24 10:48:35 +08:00 |
|
|
847cb54c5f
|
Add copyright holder and year
|
2020-11-24 09:13:57 +08:00 |
|
|
7cb33e19d9
|
Initial commit
|
2020-11-24 00:46:20 +00:00 |
|