Skip to content

Add missing Feather M0 boards: RFM69, RFM9x, nRF51, WINC1500. #538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 19, 2018

Conversation

tdicola
Copy link

@tdicola tdicola commented Jan 18, 2018

This is a change to add the following board definitions based on the Feather M0 basic:

  • Feather M0 RFM69
  • Feather M0 RFM9x
  • Feather M0 nRF51
  • Feather M0 WINC1500

Each definition is exactly the same as the M0 basic but with the addition of internally routed control pins for the peripherals added to these feathers (CS, RST, etc. lines). No other changes are made to the board definitions.

Each build as expected:

tony-imac:atmel-samd tony$ make BOARD=feather_m0_rfm69
Use make V=1, make V=2 or set BUILD_VERBOSE similarly in your environment to increase build verbosity.
Generating build-feather_m0_rfm69/genhdr/mpversion.h
GEN build-feather_m0_rfm69/genhdr/qstr.i.last
QSTR updated
GEN build-feather_m0_rfm69/genhdr/qstrdefs.generated.h

4076 bytes free in flash out of 188416 bytes ( 184.0 kb ).
4992 bytes free in ram for stack out of 32768 bytes ( 32.0 kb ).

Create build-feather_m0_rfm69/firmware.bin
Create build-feather_m0_rfm69/firmware.uf2
python2 ../tools/uf2/utils/uf2conv.py -c -o build-feather_m0_rfm69/firmware.uf2 build-feather_m0_rfm69/firmware.bin
Converting to uf2, output size: 369152, start address: 0x2000
Wrote 369152 bytes to build-feather_m0_rfm69/firmware.uf2.
tony-imac:atmel-samd tony$ make BOARD=feather_m0_rfm9x
Use make V=1, make V=2 or set BUILD_VERBOSE similarly in your environment to increase build verbosity.
Generating build-feather_m0_rfm9x/genhdr/mpversion.h
GEN build-feather_m0_rfm9x/genhdr/qstr.i.last
QSTR updated
GEN build-feather_m0_rfm9x/genhdr/qstrdefs.generated.h

4076 bytes free in flash out of 188416 bytes ( 184.0 kb ).
4992 bytes free in ram for stack out of 32768 bytes ( 32.0 kb ).

Create build-feather_m0_rfm9x/firmware.bin
Create build-feather_m0_rfm9x/firmware.uf2
python2 ../tools/uf2/utils/uf2conv.py -c -o build-feather_m0_rfm9x/firmware.uf2 build-feather_m0_rfm9x/firmware.bin
Converting to uf2, output size: 369152, start address: 0x2000
Wrote 369152 bytes to build-feather_m0_rfm9x/firmware.uf2.
tony-imac:atmel-samd tony$ make BOARD=feather_m0_nrf51
Use make V=1, make V=2 or set BUILD_VERBOSE similarly in your environment to increase build verbosity.
Generating build-feather_m0_nrf51/genhdr/mpversion.h
GEN build-feather_m0_nrf51/genhdr/qstr.i.last
QSTR updated
GEN build-feather_m0_nrf51/genhdr/qstrdefs.generated.h

4072 bytes free in flash out of 188416 bytes ( 184.0 kb ).
4992 bytes free in ram for stack out of 32768 bytes ( 32.0 kb ).

Create build-feather_m0_nrf51/firmware.bin
Create build-feather_m0_nrf51/firmware.uf2
python2 ../tools/uf2/utils/uf2conv.py -c -o build-feather_m0_nrf51/firmware.uf2 build-feather_m0_nrf51/firmware.bin
Converting to uf2, output size: 369152, start address: 0x2000
Wrote 369152 bytes to build-feather_m0_nrf51/firmware.uf2.
tony-imac:atmel-samd tony$ make BOARD=feather_m0_winc1500
Use make V=1, make V=2 or set BUILD_VERBOSE similarly in your environment to increase build verbosity.
Generating build-feather_m0_winc1500/genhdr/mpversion.h
GEN build-feather_m0_winc1500/genhdr/qstr.i.last
QSTR updated
GEN build-feather_m0_winc1500/genhdr/qstrdefs.generated.h

4060 bytes free in flash out of 188416 bytes ( 184.0 kb ).
4992 bytes free in ram for stack out of 32768 bytes ( 32.0 kb ).

Create build-feather_m0_winc1500/firmware.bin
Create build-feather_m0_winc1500/firmware.uf2
python2 ../tools/uf2/utils/uf2conv.py -c -o build-feather_m0_winc1500/firmware.uf2 build-feather_m0_winc1500/firmware.bin
Converting to uf2, output size: 369152, start address: 0x2000
Wrote 369152 bytes to build-feather_m0_winc1500/firmware.uf2.

@ladyada
Copy link
Member

ladyada commented Jan 19, 2018

please update to remove winc1500 and nrf51
thx

@tdicola
Copy link
Author

tdicola commented Jan 19, 2018

These boards are removed like with pull #539 now.

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks for adding them.

@tannewt tannewt merged commit 3b946f6 into 2.x Jan 19, 2018
@dhalbert dhalbert deleted the missed_feathers branch May 8, 2018 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants