Split system.h, moving systick related parts to systick.h Add a function to systick...
authorNathael Pajani <nathael.pajani@ed3l.fr>
Sun, 6 Sep 2015 19:36:29 +0000 (21:36 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
commit0a12a84b0aea8f8dafcec13587b84ba24eb6d71d
tree9c03b3689025308816cd87a42ee4e656a7c8e07b
parent4d147753b3d187b984a34e2e09ea39b9ee2a218e
Split system.h, moving systick related parts to systick.h Add a function to systick driver to get the current reload value for systick timer. Stop exporting internal sleep implementation functions.
core/systick.c
drivers/rtc.c
extdrv/epaper.c
include/core/system.h
include/core/systick.h [new file with mode: 0644]
lib/time.c