From 568f565b3d726775cfda28184e1780845aa6a6ff Mon Sep 17 00:00:00 2001 From: Andre Guedes Date: Thu, 2 Jul 2015 20:49:55 -0300 Subject: [PATCH] galileo: Update README.md file This patch updates the README.md file, including information about the current device drivers implementations as well as the Contiki APIs supported. --- platform/galileo/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/platform/galileo/README.md b/platform/galileo/README.md index 1ccd9b0a6..121bf2471 100644 --- a/platform/galileo/README.md +++ b/platform/galileo/README.md @@ -24,7 +24,14 @@ Features This section presents the features currently supported (e.g. device drivers and Contiki APIs) by the Galileo port. -For now, no features are supported. +Device drivers: + * Programmable Interrupt Controller (PIC) + * Programmable Intergal Timer (PIT) + * Real-Time Clock (RTC) + +Contiki APIs: + * Clock module + * Timer, Stimer, Etimer, Ctimer, and Rtimer libraries Building --------