P8Apps icon indicating copy to clipboard operation
P8Apps copied to clipboard

Re: your Esprino fork.

Open yngv27 opened this issue 4 years ago • 2 comments

Sorry for posting here, didn't see where to post on your Espruino fork. I am using it now with my Pinetime and am wondering if you have folded your SPI changes into Espruino master? They seem harmless and can even be #ifdef'd for specific devices. Any plan to merge?

yngv27 avatar Sep 30 '21 20:09 yngv27

@yngv27 Sorry to hijack your posting. Could you please share how did you get your pinetime running with jeffmer's Espruino fork? Thx!

bleedinge avatar Oct 12 '21 21:10 bleedinge

@bleedinge It's pretty easy... copy his P8 board file, change BTN1 from D17 to D13 (I also commented out the pinstate; not sure if that's significant), and I added a 'fake' BTN2 as 'BTN2' : { 'pin' : 'D15', 'pinstate' : 'IN_PULLUP' }, that last part just pulls D15 high which activates BTN1. I also changed the 'name', 'boardname', 'binaryname' and the BLUETOOTH_NAME_PREFIX to be 'Pinetime"

yngv27 avatar Oct 13 '21 14:10 yngv27