You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Thanks! I just pushed some changes based on what you'd said above @fanoush which should fix things.

    Maybe for SDK15 we don't really use SPI/I2C from code (since it's just for Bangle.js 2) so we never noticed that they weren't getting set correctly? I've just moved those definitions now

  • which should fix things.

    Thanks! It did fix all errors and now it builds fine for me out of box.
    I made a build for E104-BT5032A board (as it has SWD available to recover) with SDK11 softdevice/bootloader and flashed it over DFU and it works :-)
    I can connect WebIDE to it over bluetooth and basic stuff works, it is running S132 2.0.1 (= ID 0x88)

    >process.env
    ={
      VERSION: "2v18.566",
      GIT_COMMIT: "770e47fd9",
      BOARD: "E104BT5032A",
      RAM: 65536, FLASH: 524288, STORAGE: 81920,
      SERIAL: "cd728763-9f160e6b",
      CONSOLE: "Bluetooth",
      MODULES: "Flash,Storage,heatshrink",
      EXPTR: 318612 }
    >peek16(0x300c).toString(16)
    ="88"
    

    @yngv126399 looks like it is moderately safe to try some watch :-)

About

Avatar for Gordon @Gordon started