Home

Download

stdout

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

#include "movement_faces.h"

const watch_face_t watch_faces[] = {

  simple_clock_face,

  tomato_face,

  breathing_face,

  countdown_face,

  alarm_face,

  stock_stopwatch_face,

  pulsometer_face,

  tally_face,

  thermistor_readout_face,

  thermistor_logging_face,

  tarot_face,

  toss_up_face,

  preferences_face,

  set_time_hackwatch_face,

  sunrise_sunset_face,

  randonaut_face,

  save_load_face,

};


#define SIGNAL_TUNE_KIM_POSSIBLE 1


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

#endif // MOVEMENT_CONFIG_H_
make BUILD=/builds/701bd6ae9eee2d621ca11edbef82b877/build-GREEN MOVEMENT_CONFIG=/builds/701bd6ae9eee2d621ca11edbef82b877/movement_config.h COLOR=GREEN
#git submodule update --init
echo Skipping submodule init
Skipping submodule init
CC /builds/701bd6ae9eee2d621ca11edbef82b877/build-GREEN/movement.o
LD /builds/701bd6ae9eee2d621ca11edbef82b877/build-GREEN/watch.elf
Memory region         Used Size  Region Size  %age Used
      bootloader:          0 GB         8 KB      0.00%
             rom:      127408 B       240 KB     51.84%
          eeprom:          0 GB         8 KB      0.00%
             ram:       15656 B        32 KB     47.78%
OBJCOPY /builds/701bd6ae9eee2d621ca11edbef82b877/build-GREEN/watch.hex
OBJCOPY /builds/701bd6ae9eee2d621ca11edbef82b877/build-GREEN/watch.bin
UF2CONV /builds/701bd6ae9eee2d621ca11edbef82b877/build-GREEN/watch.uf2
Converting to uf2, output size: 260608, start address: 0x2000
Wrote 260608 bytes to /builds/701bd6ae9eee2d621ca11edbef82b877/build-GREEN/watch.uf2
size:
   text	   data	    bss	    dec	    hex	filename
 127408	   2892	  12764	 143064	  22ed8	/builds/701bd6ae9eee2d621ca11edbef82b877/build-GREEN/watch.elf
 127408	   2892	  12764	 143064	  22ed8	(TOTALS)
#git submodule update --init
echo Skipping submodule init
Skipping submodule init
CC /builds/701bd6ae9eee2d621ca11edbef82b877/build-sim/movement.o
HTML /builds/701bd6ae9eee2d621ca11edbef82b877/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/701bd6ae9eee2d621ca11edbef82b877/build-sim MOVEMENT_CONFIG=/builds/701bd6ae9eee2d621ca11edbef82b877/movement_config.h COLOR=GREEN
../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.