path = CleanSerial
url = https://gitlab.science.ru.nl/mlubbers/CleanSerial
[submodule "int/ChibiOS"]
- path = int/ChibiOS
+ path = client/ChibiOS
url = https://github.com/ChibiOS/ChibiOS.git
-I $(CLEAN_HOME)/lib/TCPIP\
-I ./CleanSerial
-BINARIES:= miTask #mTaskExamples mTaskInterpret miTask
+BINARIES:= miTask mTaskExamples mTaskInterpret
all: CleanSerial/Clean\ System\ Files/TTY.o $(BINARIES) int/mTaskSymbols.h
usleep(ms*1000);
}
+void led_on(uint8_t i)
+{
+ debug("led %d on\n", i);
+ (void)i;
+}
+
+void led_off(uint8_t i)
+{
+ debug("led %d off\n", i);
+ (void)i;
+}
+
void setup(void)
{
int port = 8123, opti = 1;