There are no design files available for the Arduino Every.
When will these be available?
I am interested in knowing if any of the additional serial ports are broken out on a header or not?
There also seem to be a number of IO lines left unused on the board.
Does the IDE allow these pins to be accessed?
If not are there any plans to or does somebody know if there is a way to access them some other way?
Jorgie:
There also seem to be a number of IO lines left unused on the board.
Does the IDE allow these pins to be accessed?
They're not mapped to Arduino pin numbers, so you can't use them with any of the standard Arduino IO functions like digitalWrite(), but you can use them by reading/writing the registers directly.
Jorgie:
If not are there any plans to
I'd guess there are no plans for the official Arduino megaAVR core to support pins that are not broken out on official Arduino boards.
Jorgie:
somebody know if there is a way to access them some other way?
There is a 3rd party hardware core that maps all the pins of the ATmega4809:
I think it's still in beta stage, and was written before the Nano Every came out so it doesn't have that variant, but it's worth checking out at least.