Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Two proposed patches for AT91SAM7X-EK solution

3 views
Skip to first unread message

Chris Walker

unread,
May 9, 2010, 1:31:04 PM5/9/10
to
Is this the best place to propose patches for the .NET MF codebase?

Here are two patches for the SAM7X_EK solution:

File:
C:\MicroFrameworkPK_v4_0\Solutions\SAM7X_EK\platform_selector.h

1. To correct pin assignment for joystick right "button" (PA24 vs PA25):
line 91 is:
{ AT91_GPIO_Driver::PA25, BUTTON_B3 }, /* Right */ \
line 91 should be:
{ AT91_GPIO_Driver::PA24, BUTTON_B3 }, /* Right */ \

2. To enable both serial ports on the SAM7X_EK board:
line 135 is:
#define TOTAL_USART_PORT 1
line 135 should be:
#define TOTAL_USART_PORT 2

Chris
Secret Labs LLC

0 new messages