Home

Download

stdout

---- movement_config.h
#ifndef MOVEMENT_CONFIG_H_
#define MOVEMENT_CONFIG_H_

#include "movement_faces.h"

const watch_face_t watch_faces[] = {

  clock_face,

  set_time_face,

  stopwatch_face,

};


#define SIGNAL_TUNE_KIM_POSSIBLE 1


#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
#define MOVEMENT_SECONDARY_FACE_INDEX 0

#endif // MOVEMENT_CONFIG_H_
make BUILD=/builds/c7953ef8298ecc6a110e12d7abbfde16/build-RED MOVEMENT_CONFIG=/builds/c7953ef8298ecc6a110e12d7abbfde16/movement_config.h COLOR=RED
#git submodule update --init
echo Skipping submodule init
Skipping submodule init
CC /builds/c7953ef8298ecc6a110e12d7abbfde16/build-RED/movement.o
LD /builds/c7953ef8298ecc6a110e12d7abbfde16/build-RED/watch.elf
Memory region         Used Size  Region Size  %age Used
      bootloader:          0 GB         8 KB      0.00%
             rom:       89680 B       240 KB     36.49%
          eeprom:          0 GB         8 KB      0.00%
             ram:       14216 B        32 KB     43.38%
OBJCOPY /builds/c7953ef8298ecc6a110e12d7abbfde16/build-RED/watch.hex
OBJCOPY /builds/c7953ef8298ecc6a110e12d7abbfde16/build-RED/watch.bin
UF2CONV /builds/c7953ef8298ecc6a110e12d7abbfde16/build-RED/watch.uf2
Converting to uf2, output size: 184832, start address: 0x2000
Wrote 184832 bytes to /builds/c7953ef8298ecc6a110e12d7abbfde16/build-RED/watch.uf2
size:
   text	   data	    bss	    dec	    hex	filename
  89680	   2692	  11524	 103896	  195d8	/builds/c7953ef8298ecc6a110e12d7abbfde16/build-RED/watch.elf
  89680	   2692	  11524	 103896	  195d8	(TOTALS)
#git submodule update --init
echo Skipping submodule init
Skipping submodule init
CC /builds/c7953ef8298ecc6a110e12d7abbfde16/build-sim/movement.o
HTML /builds/c7953ef8298ecc6a110e12d7abbfde16/build-sim/watch.html

stderr

../movement.c:326:6: warning: no previous prototype for 'end_buzzing' [-Wmissing-prototypes]
../movement.c:330:6: warning: no previous prototype for 'end_buzzing_and_disable_buzzer' [-Wmissing-prototypes]
make: make BUILD=/builds/c7953ef8298ecc6a110e12d7abbfde16/build-sim MOVEMENT_CONFIG=/builds/c7953ef8298ecc6a110e12d7abbfde16/movement_config.h COLOR=RED
../movement.c:326:6: warning: no previous prototype for function 'end_buzzing' [-Wmissing-prototypes]
void end_buzzing() {
     ^
../movement.c:326:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void end_buzzing() {
^
static 
../movement.c:330:6: warning: no previous prototype for function 'end_buzzing_and_disable_buzzer' [-Wmissing-prototypes]
void end_buzzing_and_disable_buzzer(void) {
     ^
../movement.c:330:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void end_buzzing_and_disable_buzzer(void) {
^
static 
2 warnings generated.