At this point, most hardware design decisions are set in stone (or FR4 fiberglass). However, which pins we'll sacrifice to get the CAN FD pins is still unresolved. The first beta will have the pinout of
msg #181, using the older 1052 chip. That part is absolutely certain, because I have the first 14 boards sitting on my desk right now! More are scheduled to be soldered later today. My hope is we'll manage to start the beta next week with about 20 boards available, and probably 10 to 20 more after Christmas and into early January.
The 1st betas do have the red LED. It actually needs a little mod wire, due to a mistake on my part. Originally (on an earlier board rev) the red LED connected to GND. I moved it to one of the open-drain-only pins on the MKL02, but neglected to change the connection to 3.3V - so everyone who gets one of these 1st betas will see a little mod wire for the red LED.
I haven't really talked much about the rationale behind adding this part. The 2 immediate cases driving it are #1: the ongoing problems where people have a lot of trouble diagnosing why their computer doesn't recognize Teensy, ultimately due to a charge-only cable, and #2: the difficulty of using the 15 second button press to fully erase the flash memory.
I also have an optimistic (maybe too optimistic) very-long-term plan to someday support an alternate high-speed upload, where your program is up and running from ITCM while the data is still being written out to the flash. The MPU will prevent writes to the unsaved data (well, unless your code messes with the MPU). My hope is to pull this off without any USB disconnect for the common case of uploading again with the same USB Type selected. Ideally we'll be able to avoid the really slow (especially with Windows) USB enumeration entirely. Many details to be figured out...but I'm pretty sure we're going to depend greatly on the red LED for visual feedback. This overly ambitious dream of full upload & software emulated reboot measured in only milliseconds, without any USB enumeration, is a big part my personal motivation for the extra LED.