os version 0.0.5

This commit is contained in:
tkl 2016-08-11 14:04:58 +02:00
parent c73073971a
commit 191bdf4e3c
6 changed files with 2 additions and 0 deletions

View File

@ -20,5 +20,6 @@ struct list {
int list_init(struct list *head);
int list_add(struct list *head, struct list_node *node);
int list_get_len(struct list *head);
#endif /* SOURCE_FIRMWARE_KERNEL_LIST_H_ */

View File

@ -12,6 +12,7 @@ typedef void *(*command_callback)(const char*);
struct command {
const char *command;
const char *description;
const command_callback command_callback;
struct list_node item;
};

View File

@ -0,0 +1 @@
libkosmos-arm-stm32f4-discovery-0.0.5-dbg.a

View File

@ -0,0 +1 @@
libkosmos-arm-stm32f4-discovery-0.0.5.a