From 616746c2e01a0425a9fc62d24153d88079f0daac Mon Sep 17 00:00:00 2001 From: henryk Date: Wed, 21 Nov 2007 04:45:15 +0000 Subject: Commit status quo: Start adding iso 14443 layer 3a code Currently working on fiq for pio data change to reset tc0 via swtrg git-svn-id: https://svn.openpcd.org:2342/trunk@336 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/config/atmel-rom.ld | 2 +- openpicc/config/board.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'openpicc/config') diff --git a/openpicc/config/atmel-rom.ld b/openpicc/config/atmel-rom.ld index 0a9a04d..8ea6c68 100644 --- a/openpicc/config/atmel-rom.ld +++ b/openpicc/config/atmel-rom.ld @@ -1,7 +1,7 @@ MEMORY { flash : ORIGIN = 0x00100000, LENGTH = 256K - 1K /* save 1K for environment on top of flash */ - ram : ORIGIN = 0x00200000, LENGTH = 64K + ram : ORIGIN = 0x00200028, LENGTH = 64K-28 } __stack_end__ = 0x00200000 + 64K - 4; diff --git a/openpicc/config/board.h b/openpicc/config/board.h index c2f0e2e..18cfe9e 100644 --- a/openpicc/config/board.h +++ b/openpicc/config/board.h @@ -95,6 +95,9 @@ #define TASK_USB_PRIORITY ( tskIDLE_PRIORITY + 2 ) #define TASK_USB_STACK ( 512 ) +#define TASK_ISO_PRIORITY ( tskIDLE_PRIORITY + 3 ) +#define TASK_ISO_STACK ( 512 ) + #define TASK_NRF_PRIORITY ( tskIDLE_PRIORITY + 3 ) #define TASK_NRF_STACK ( 512 ) -- cgit v1.2.3