Files
system76-embedded-controller/src/board/system76/common/scratch/main.c
Jeremy Soller 357fae86fc System76 common board directory (#53)
* Move configuration for battery into board.mk

* lemp9: remove tcpm code

* Move touchpad to its own module

* Add kbled_reset to all platforms, move items to run on CPU reset to a function

* Add defines for battery and charger address

* Add I2C_0 export to it5570e

* Move common system76 board functions into src/board/system76/common
2020-04-14 17:23:29 -06:00

9 lines
130 B
C

#include <board/smfi.h>
// Main program while running in scratch ROM
void main(void) {
for (;;) {
smfi_event();
}
}