Skip to content

boards+cc110x: introduce cc110x default config#8437

Closed
miri64 wants to merge 1 commit intoRIOT-OS:masterfrom
miri64:cc110x/enh/default-params
Closed

boards+cc110x: introduce cc110x default config#8437
miri64 wants to merge 1 commit intoRIOT-OS:masterfrom
miri64:cc110x/enh/default-params

Conversation

@miri64
Copy link
Copy Markdown
Member

@miri64 miri64 commented Jan 25, 2018

Contribution description

While testing #8061 I noticed, that the cc110x driver doesn't have a default config, like the other platforms have. So this:

  • Moves board specific cc110x_params.h to driver (as with other
    drivers)
  • Modernizes MSBA2 cc110x config (the only board-specific cc110x config)

Issues/PRs references

None

@miri64 miri64 added Area: network Area: Networking Area: drivers Area: Device drivers Area: boards Area: Board ports labels Jan 25, 2018
@miri64 miri64 requested a review from kaspar030 January 25, 2018 12:56
.cs = GPIO_PIN(1, 21), \
.gdo0 = GPIO_PIN(0, 27), \
.gdo1 = GPIO_PIN(1, 23), \
.gdo2 = GPIO_PIN(0, 28) }
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I've taken these ports from the schematics linked on the MSBA2 wiki page. This checks out with the values found in the original definition when you run them through the expression GPIO_PIN() evaluates to.

@miri64
Copy link
Copy Markdown
Member Author

miri64 commented Apr 11, 2018

Rebased and moved to new definition scheme as defined there.

@miri64 miri64 added this to the Release 2018.04 milestone Apr 11, 2018
@kaspar030 kaspar030 added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Apr 11, 2018
@miri64 miri64 force-pushed the cc110x/enh/default-params branch from ee0728a to e2a3b35 Compare April 11, 2018 11:10
@kaspar030
Copy link
Copy Markdown
Contributor

please squash!

@kaspar030 kaspar030 removed this from the Release 2018.04 milestone Apr 11, 2018
* Moves board specific cc110x_params.h to driver (as with other
  drivers)
* Modernizes MSBA2 cc110x config (the only board-specific cc110x config)
@miri64 miri64 force-pushed the cc110x/enh/default-params branch from e2a3b35 to eca946a Compare April 11, 2018 20:48
@miri64
Copy link
Copy Markdown
Member Author

miri64 commented Apr 11, 2018

Squashed!

@tcschmidt
Copy link
Copy Markdown
Member

@kaspar030 any feedback or is this ready for approval?

@aabadie
Copy link
Copy Markdown
Contributor

aabadie commented May 25, 2018

Well, in fact it's already solved by #9124 that was merged some days ago. So I think we can close this one. Sorry I missed it and didn't notice #9124 was a duplicate.

@PeterKietzmann
Copy link
Copy Markdown
Member

So I think we can close this one.

@aabadie why didn't you close then? I'll do it now in favor of #9124. @miri64 thanks to you anyway!

@miri64 miri64 deleted the cc110x/enh/default-params branch May 29, 2018 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: boards Area: Board ports Area: drivers Area: Device drivers Area: network Area: Networking CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants