os lib version 0.1.1

This commit is contained in:
tkl
2016-08-18 22:08:06 +02:00
parent 2afb41faa7
commit 01f708a6e1
10 changed files with 519 additions and 206 deletions

View File

@@ -3,15 +3,14 @@
#ifndef BOARD_DEVICES_H
#define BOARD_DEVICES_H
extern const struct driver gpio_d12;
extern const struct driver gpio_c0;
extern const struct driver gpio_c1;
extern const struct driver gpio_c2;
extern const struct driver gpio_c3;
extern const struct driver pwm_4;
extern const struct driver pwm_3;
extern const struct driver pwm_2;
extern const struct driver pwm_1;
extern const struct driver uart_1;
extern const struct driver gpio_c0;
extern const struct driver gpio_c1;
extern const struct driver gpio_c2;
extern const struct driver gpio_c3;
#endif /* BOARD_DEVICES_H */

View File

@@ -1 +1 @@
libkosmos-arm-stm32f4-discovery-0.1.0.a
libkosmos-arm-stm32f4-discovery-0.1.1.a