Add comments to the head of each file to introduce the code and help readers to figur...
authorNathael Pajani <nathael.pajani@ed3l.fr>
Wed, 16 Sep 2015 10:10:47 +0000 (12:10 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
commit45d0e3922f34ae223cfae246f9a9975be980e91f
treeb67bac2be900937f015fa4d86c5f17f6e2ab82b5
parent3e43226de8b32349bf6e5a0cf792d5df23752a74
Add comments to the head of each file to introduce the code and help readers to figure out what's done in each file.
28 files changed:
core/fault_handlers.c
core/pio.c
core/rom_helpers.c
core/system.c
core/systick.c
drivers/adc.c
drivers/gpio.c
drivers/i2c.c
drivers/rtc.c
drivers/serial.c
drivers/ssp.c
drivers/timers.c
extdrv/cc1101.c
extdrv/ncn5120.c
include/core/iap.h
include/core/systick.h
include/core/user_information_block.h
include/drivers/adc.h
include/drivers/gpio.h
include/drivers/i2c.h
include/drivers/rtc.h
include/drivers/serial.h
include/drivers/ssp.h
include/drivers/timers.h
include/extdrv/cc1101.h
include/extdrv/lcd_char.h
include/extdrv/ncn5120.h
include/extdrv/status_led.h