diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-04 00:06:43 -0400 | 
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-04 00:20:21 -0400 | 
| commit | 23d81a1044ac3c3694d58d7659be8476ebe9ee15 (patch) | |
| tree | 9ab62e9244aae91d344eaca8cab926ce8c560287 /libmaple/rules.mk | |
| parent | 6ad1757e62dcfe112a473ef6474b9f4c1317cf9e (diff) | |
| download | librambutan-23d81a1044ac3c3694d58d7659be8476ebe9ee15.tar.gz librambutan-23d81a1044ac3c3694d58d7659be8476ebe9ee15.zip  | |
Bring back libmaple/dac.h.
Minor variations on F2: DMA underrun interrupts, and a status register
to hold the notification bits.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple/rules.mk')
| -rw-r--r-- | libmaple/rules.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/rules.mk b/libmaple/rules.mk index b39c318..08c4c02 100644 --- a/libmaple/rules.mk +++ b/libmaple/rules.mk @@ -12,6 +12,7 @@ CFLAGS_$(d) = $(LIBMAPLE_PRIVATE_INCLUDES) $(LIBMAPLE_INCLUDES) -Wall -Werror  # Local rules and targets  cSRCS_$(d) := adc.c +cSRCS_$(d) += dac.c  # cSRCS_$(d) += dma.c  cSRCS_$(d) += exti.c  cSRCS_$(d) += flash.c @@ -28,7 +29,6 @@ cSRCS_$(d) += usart.c  cSRCS_$(d) += usart_private.c  cSRCS_$(d) += util.c  # These still need to be brought back for F1: -# cSRCS_$(d) += dac.c  # cSRCS_$(d) += i2c.c  sSRCS_$(d) := exc.S  | 
