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,
sunrise_sunset_face,
world_clock2_face,
timer_face,
alarm_face,
habit_face,
activity_face,
breathing_face,
stopwatch_face,
moon_phase_face,
thermistor_readout_face,
day_one_face,
databank_face,
};
#define SIGNAL_TUNE_DEFAULT 1
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
#define MOVEMENT_SECONDARY_FACE_INDEX 5
#endif // MOVEMENT_CONFIG_H_
make BUILD=/builds/fd12d3268435b99056f98a8a68f34e96/build-RED MOVEMENT_CONFIG=/builds/fd12d3268435b99056f98a8a68f34e96/movement_config.h COLOR=RED
#git submodule update --init
echo Skipping submodule init
Skipping submodule init
CC /builds/fd12d3268435b99056f98a8a68f34e96/build-RED/movement.o
LD /builds/fd12d3268435b99056f98a8a68f34e96/build-RED/watch.elf
Memory region Used Size Region Size %age Used
bootloader: 0 GB 8 KB 0.00%
rom: 118608 B 240 KB 48.26%
eeprom: 0 GB 8 KB 0.00%
ram: 15416 B 32 KB 47.05%
OBJCOPY /builds/fd12d3268435b99056f98a8a68f34e96/build-RED/watch.hex
OBJCOPY /builds/fd12d3268435b99056f98a8a68f34e96/build-RED/watch.bin
UF2CONV /builds/fd12d3268435b99056f98a8a68f34e96/build-RED/watch.uf2
Converting to uf2, output size: 243200, start address: 0x2000
Wrote 243200 bytes to /builds/fd12d3268435b99056f98a8a68f34e96/build-RED/watch.uf2
size:
text data bss dec hex filename
118608 2892 12524 134024 20b88 /builds/fd12d3268435b99056f98a8a68f34e96/build-RED/watch.elf
118608 2892 12524 134024 20b88 (TOTALS)
#git submodule update --init
echo Skipping submodule init
Skipping submodule init
CC /builds/fd12d3268435b99056f98a8a68f34e96/build-sim/movement.o
HTML /builds/fd12d3268435b99056f98a8a68f34e96/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/fd12d3268435b99056f98a8a68f34e96/build-sim MOVEMENT_CONFIG=/builds/fd12d3268435b99056f98a8a68f34e96/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.