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