From 379450e5267a9f79d014d785e4663a4d17ae14e5 Mon Sep 17 00:00:00 2001 From: Kevin Townsend Date: Tue, 22 May 2012 18:39:30 +0200 Subject: [PATCH] Added new DAC --- ChangeLog.txt | 1 + build/crossworks/LPC1343_CodeBase.hzp | 3 +++ build/crossworks/LPC1343_CodeBase.hzs | 7 ++++--- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index a625b35..39c59ec 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,6 +2,7 @@ v1.1.2 - ongoing ============================================================================== NEW FEATURES ------------------------------------------------------------------------------ +- Added drivers/dac/mcp4901 (courtesy tauonteilchen, thanks!) - Cleaned up /tools/testfirmware to include more recent blinky, etc. - Added basic TEA5767 drive - Added core/cmd/ansi.h (rediscover the joy of ANSI graphics codes :) diff --git a/build/crossworks/LPC1343_CodeBase.hzp b/build/crossworks/LPC1343_CodeBase.hzp index 877fd7d..02e59b4 100644 --- a/build/crossworks/LPC1343_CodeBase.hzp +++ b/build/crossworks/LPC1343_CodeBase.hzp @@ -277,6 +277,9 @@ + + + diff --git a/build/crossworks/LPC1343_CodeBase.hzs b/build/crossworks/LPC1343_CodeBase.hzs index c110e89..74e2cf0 100644 --- a/build/crossworks/LPC1343_CodeBase.hzs +++ b/build/crossworks/LPC1343_CodeBase.hzs @@ -24,8 +24,6 @@ - - @@ -65,7 +63,10 @@ - + + + + -- 2.20.1