According to the AsyncLabs page, the yellowjacket is:
Atmel Mega 328P microprocessor
32KB flash RAM (2KB used for bootloader)
2K SRAM
but it also says it is based on the Arduino mini, which is:
Microcontroller ATmega168
Flash Memory 16 KB (of which 2 KB used by bootloader)
1K SRAM
So, which one is it? It makes a huge difference which controller and memory are on it ( i.e., my current project won't fit in 16KB

Thanks.