Skip to content
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

Initial ports for u-blox C029/EVK-ODIN-W2 and HI2110. #2610

Closed
wants to merge 35 commits into from

Conversation

andreaslarssonublox
Copy link

No description provided.

RobMeades and others added 30 commits June 14, 2016 10:57
… the NBIOT chip), SARA_NBIOT (the NBIOT module that contains the HI2110 chip) and SARA_NBIOT_EVK (the board that carries SARA_NBIOT). The code compiles and runs but there are know bugs in that us_ticker stops working correctly after about 10 seconds and it doesn't yet receive characters correctly.
… was because the disable interrupt and clear interrupt calls were disabling and clearing the timer interrupt but in fact, because the interrupt is needed to manage timer overflow in our case, it should not be disabled/cleared. Instead these calls now simply stop the user interrupts from occurring, which is all they need to do.
@bridadan
Copy link
Contributor

bridadan commented Sep 2, 2016

Something to note: The targets in this PR won't be built/tested in CI until the release_versions key is set. Which is totally fine! Just something to note before anyone runs CI

@andreaslarssonublox
Copy link
Author

Anything more we should do to get this tested in CI(UBLOX_C029 target only) and integrated?
Could not see any details from "mbed-os CI checks".
@screamerbg
@bridadan

@bridadan
Copy link
Contributor

bridadan commented Sep 7, 2016

I did a brief check to make sure none of the changes looked out of place and this looked ok. @0xc0170 Should probably take a look at this too.

It looks like this has merge conflicts as well, so it will need to be rebased before it gets merged.

@sg-
Copy link
Contributor

sg- commented Sep 9, 2016

@andreaslarssonublox needs a rebase

@sg- sg- added the needs: work label Sep 9, 2016
@@ -1163,14 +1163,16 @@
"UBLOX_C029": {
"supported_form_factors": ["ARDUINO"],
"core": "Cortex-M4F",
"default_toolchain": "uARM",
"default_toolchain": "GCC_ARM",
Copy link
Contributor

Choose a reason for hiding this comment

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

it should be either ARM

@sg- sg- closed this Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants