crc32
|
Dont't stop if CRC-32 placeholder pattern is detected while not at end of file.
|
2 years ago |
.gitattributes
|
Update repository description and set automatic EOL conversion.
|
2 years ago |
.gitignore
|
Ignore generated dependencies.
|
11 months ago |
LICENSE
|
Add copyright holder and year
|
2 years ago |
Makefile
|
Upgrade toolchain to 11.3 rel 1.
|
6 months ago |
README.md
|
Migrate web pages to rfivet.github.io
|
2 years ago |
adc.c
|
Use temperature formula from reference manual code example.
|
2 years ago |
adccalib.c
|
ADC calibration application to experiment with the internal temperature sensor using a DS18B20 as reference.
|
2 years ago |
adcmain.c
|
Internal Temperature calculation using TS_CAL2 and reference temperature stored in User Data Option Byte.
|
2 years ago |
blink.c
|
Activate warnings: -pedantic, -Wstrict-prototypes and -Wno-unused-parameter.
|
2 years ago |
board.c
|
Board mapping abstraction.
|
2 years ago |
boot.c
|
Activate warnings: -pedantic, -Wstrict-prototypes and -Wno-unused-parameter.
|
2 years ago |
clocks.c
|
Configure clocks during initialization: HSI, HSE, PLL HSI, PLL HSE
|
2 years ago |
cstartup.c
|
Activate warnings: -pedantic, -Wstrict-prototypes and -Wno-unused-parameter.
|
2 years ago |
dht11.c
|
Activate warnings: -pedantic, -Wstrict-prototypes and -Wno-unused-parameter.
|
2 years ago |
dht11.h
|
DHT11 humidity and temperature sensor sampling.
|
2 years ago |
dht11main.c
|
Activate warnings: -pedantic, -Wstrict-prototypes and -Wno-unused-parameter.
|
2 years ago |
ds18b20.c
|
Activate warnings: -pedantic, -Wstrict-prototypes and -Wno-unused-parameter.
|
2 years ago |
ds18b20.h
|
DS18B20 digital thermometer
|
2 years ago |
ds18b20main.c
|
DS18B20 digital thermometer
|
2 years ago |
f030f4.ld
|
Revise linker flags generation. Remove extra word alignment introduced for STM32 Flash Loader Demonstrator (deprecated).
|
2 years ago |
f030f4.ram.ld
|
Revise linker flags generation. Remove extra word alignment introduced for STM32 Flash Loader Demonstrator (deprecated).
|
2 years ago |
generic.ld
|
Fix CRC placeholder load location.
|
2 years ago |
gpioa.c
|
DHT11 humidity and temperature sensor sampling.
|
2 years ago |
hello.c
|
Avoid warning if compiled with -Wstrict-prototypes.
|
2 years ago |
init.c
|
Entry at reset, C startup, user LED driven by System Tick on STM32F030F4.
|
2 years ago |
ledon.c
|
Activate warnings: -pedantic, -Wstrict-prototypes and -Wno-unused-parameter.
|
2 years ago |
ledtick.c
|
Activate warnings: -pedantic, -Wstrict-prototypes and -Wno-unused-parameter.
|
2 years ago |
memcpy.c
|
Support BOOT, GOFLASH and GORAM memory models.
|
2 years ago |
memset.c
|
Update GNU ARM Embedded Toolchain to release 10 major
|
2 years ago |
printf.c
|
Fix precedence of printf flags
|
2 years ago |
putchar.c
|
Allow putchar() to be defined as a macro to pass regression test using older version of the toolchain.
|
2 years ago |
puts.c
|
Standard C output functions as library
|
2 years ago |
startup.c
|
Activate warnings: -pedantic, -Wstrict-prototypes and -Wno-unused-parameter.
|
2 years ago |
startup.crc.c
|
CRC32 validation of binary image at startup.
|
2 years ago |
startup.ram.c
|
In RAM execution using all RAM when loading via SWD.
|
2 years ago |
startup.txeie.c
|
Activate warnings: -pedantic, -Wstrict-prototypes and -Wno-unused-parameter.
|
2 years ago |
stm32f030xx.h
|
CRC32 validation of binary image at startup.
|
2 years ago |
success.c
|
Entry at reset, C startup, user LED driven by System Tick on STM32F030F4.
|
2 years ago |
system.h
|
ADC conversion of temperature and voltage internal sensors
|
2 years ago |
txeie.c
|
Serial Transmission under interrupt.
|
2 years ago |
uplow.1.c
|
Use libgcc.a for integer division as Cortex-M0 has no support for it.
|
2 years ago |
uplow.2.c
|
uptime -- tells how long the system has been running
|
2 years ago |
uptime.1.c
|
uptime -- tells how long the system has been running
|
2 years ago |
uptime.c
|
uptime -- tells how long the system has been running
|
2 years ago |
usart1tx.c
|
Asynchronous serial transmission
|
2 years ago |