Open jpconstantineau opened 1 year ago
I started looking into this. Here are a few comments and some questions:
I far as I could find, all that needs to be done is
For both cases, I can use the nicenano as the two boards are very similar. I noted a key diff in the json target files between the dev and current release branches where the "msd-volume-name" is in [] vs isn't... I am assuming this is a change across all boards. I'll test the files with the release I have on my PC and start looking into building and testing from the dev branch.
I'll prepare a PR for it once it's ready.
This one will require a fair bit of work as none of the other 833 boards used UF2 bootloader and flashing method. I therefore will need some guidance on getting it supported. I suspect some USB code from the 840 will need to be added, as well as UF2/softdevice support.
I havent' looked too much into this one yet but as the original feather nrf52832 isn't there I'll have to rely on the nrf52832 dev kit (PCA10040) with the jlink as the programmer instead of using serial.
Support for the BlueMicro833 will depend on support of the PCA10010 (nRF52833 Dev Kit).
Support for the BlueMicro833 will depend on support of the PCA10010 (nRF52833 Dev Kit).
Why? That seems like an unrelated board to me?
nRF52833
This one will require a fair bit of work as none of the other 833 boards used UF2 bootloader and flashing method. I therefore will need some guidance on getting it supported. I suspect some USB code from the 840 will need to be added, as well as UF2/softdevice support.
I expect most/all code can be shared with the nef52840. I don't think you need to write anything special for this chip.
Why the PCA10100? I have it here and don't have any other reference 833 boards (other than my bluemicro833). The 833 dev kit is practically identical to the 840 dev kit and porting one over to the other should be relatively simple. I also agree that most code should port over without writing anything special. It's the inheritance chain that I need to understand/look at more carefully. For example, why is there a "machine_nrf52840_usb.go" and no "machine_nrf52833_usb.go" when the 833 clearly has USB as well... I suspect this is because the microbit USB port doesn't connect to the core chip itself but the DAPLink chip (both nRF52 chips). It's safer to start with the reference dev kit from Nordic than another 3rd party board.
Once that is done, getting UF2 working on the dev kit will pave the way for other boards. I have been looking at flashing the uf2 bootloader to the dev kit and have been having issues. I'll need to look at it as well as this is a pre-requisite for circuitpython as well.
For example, why is there a "machine_nrf52840_usb.go" and no "machine_nrf52833_usb.go" when the 833 clearly has USB as well...
Probably just because nobody has got it working. We might need to rename that file to machine_nrf528xx_usb.
For example, why is there a "machine_nrf52840_usb.go" and no "machine_nrf52833_usb.go" when the 833 clearly has USB as well...
Probably just because nobody has got it working. We might need to rename that file to machine_nrf528xx_usb.
Moving this to #3750...
Add support for the following boards:
I am the creator of these boards and they have been available on Tindie for a while. I would like to add them to TinyGO. I would be willing to do the work to get them included but before going ahead, I would like to know if a PR would be accepted to be merged in.
Both the BlueMicro840 and BlueMicro833 are currently in CircuitPython. I also have a few keyboards on there too but as these are for a specific purpose, I thought it would be best to leave these out of TinyGo as they can be flashed with a generic rp2040 Pico config.
Please comment on how I should proceed and I'll take care of the work to prepare a PR for inclusion.