This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640R2F: Project Zero for CC2640R2?

Part Number: CC2640R2F
Other Parts Discussed in Thread: BLE-STACK, CC2650

I'm trying to port code to a CC2640R2.  The code started as Project Zero on a CC2650.  The Porting Instructions for the BLE-Stack 3.00.00 essentially say to diff an old example with a 3.00.00 example and then merge all my code into the TI example.  This would be great, except that I don't see any Project Zero or SimpleLink Academy updates for BLE-Stack 3.00.00.  Is there an updated version of Project Zero?

BTW, I originally based my code on Project Zero instead of Simple Peripheral because it worked better with BDS at the time, and because the the project structure allowed me to put the entire project into source code control.  Linking all the projects together might make it easier for TI to validate the release, but it's a beast to separate any specific project out from the rest of the SDK or track my own changes in source code control, or keep side by side branches of a project.