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

Test pr 3 #3

Closed
wants to merge 3 commits into from
Closed

Test pr 3 #3

wants to merge 3 commits into from

Conversation

epiclulz221
Copy link

'nother test

Build Info
HOST_OSES=ALL
BUILD_TOOLCHAINS=GCC_ARM
TEST_PLATFORMS=K64F,NRF51822

@mbed-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@epiclulz221
Copy link
Author

ok to test
test this please

1 similar comment
@bridadan
Copy link
Owner

ok to test
test this please

@bridadan
Copy link
Owner

test this please

@mbed-bot
Copy link
Collaborator

Build started, sha1 is merged

@mbed-bot
Copy link
Collaborator

Build finished.

@bridadan
Copy link
Owner

test this please

@mbed-bot
Copy link
Collaborator

Build started, sha1 is merged

@mbed-bot
Copy link
Collaborator

Build finished.

@bridadan
Copy link
Owner

test this please

@mbed-bot
Copy link
Collaborator

Build started, sha1 is merged

@mbed-bot
Copy link
Collaborator

Build finished.

@mbed-bot
Copy link
Collaborator

test this please

1 similar comment
@bridadan
Copy link
Owner

test this please

@mbed-bot
Copy link
Collaborator

Build started, sha1 is merged

@mbed-bot
Copy link
Collaborator

Build finished.

@bridadan
Copy link
Owner

test this please

@mbed-bot
Copy link
Collaborator

Building and tests failed!

@bridadan
Copy link
Owner

test this please

@mbed-bot
Copy link
Collaborator

[Build #7]
FAILURE: Something went wrong when building and testing.

@bridadan
Copy link
Owner

test this please

@mbed-bot
Copy link
Collaborator

[Build #8]
SUCCESS: Building succeeded and tests were run! Be sure to check the test results

@bridadan
Copy link
Owner

test this please

@mbed-bot
Copy link
Collaborator

[Build #9]
FAILURE: Something went wrong when building and testing.

@bridadan
Copy link
Owner

test this please

1 similar comment
@bridadan
Copy link
Owner

test this please

@mbed-bot
Copy link
Collaborator

[Build #10]
SUCCESS: Building succeeded and tests were run! Be sure to check the test results

@bridadan
Copy link
Owner

test this please

HOST_OSES=ALL
BUILD_TOOLCHAINS=ARM,GCC_ARM
TEST_PLATFORMS=K64F,LPC1768

@bridadan
Copy link
Owner

test this please

@mbed-bot
Copy link
Collaborator

[Build #1]
FAILURE: Something went wrong when building and testing.

@bridadan
Copy link
Owner

test this please

HOST_OSES=ALL
BUILD_TOOLCHAINS=ARM,GCC_ARM
TEST_PLATFORMS=K64F,LPC1768

1 similar comment
@bridadan
Copy link
Owner

test this please

HOST_OSES=ALL
BUILD_TOOLCHAINS=ARM,GCC_ARM
TEST_PLATFORMS=K64F,LPC1768

@mbed-bot
Copy link
Collaborator

[Build #2]
SUCCESS: Building succeeded and tests were run! Be sure to check the test results

@bridadan
Copy link
Owner

test this please

HOST_OSES=ALL
BUILD_TOOLCHAINS=GCC_ARM
TEST_PLATFORMS=K64F,LPC1768

@mbed-bot
Copy link
Collaborator

[Build #3]
FAILURE: Something went wrong when building and testing.

@bridadan
Copy link
Owner

test this please

HOST_OSES=ALL
BUILD_TOOLCHAINS=GCC_ARM
TEST_PLATFORMS=K64F,LPC1768

@mbed-bot
Copy link
Collaborator

[Build #4]
FAILURE: Something went wrong when building and testing.

@bridadan
Copy link
Owner

test this please

HOST_OSES=ALL
BUILD_TOOLCHAINS=GCC_ARM
TEST_PLATFORMS=NRF51822

@mbed-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@mbed-bot
Copy link
Collaborator

[Build #5]
ERROR: There was an error when building and testing your changes.

@bridadan
Copy link
Owner

test this please

HOST_OSES=ALL
BUILD_TOOLCHAINS=GCC_ARM
TEST_PLATFORMS=NRF51822

@mbed-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@mbed-bot
Copy link
Collaborator

[Build #6]
SUCCESS: Building succeeded and tests were run! Be sure to check the test results

bridadan pushed a commit that referenced this pull request Jun 16, 2015
Update my fork with original
bridadan pushed a commit that referenced this pull request Nov 18, 2015
Since DISCO_F429ZI uses 2 ADCs(#1 and #3), analogin_api was modified to
support it.
ARCH_MAX is based on STM32F407 product, that has 3 ADCs. ADC_3 thus
needs to be defined in the TARGET_ARCH_MAX/PeripharalNames.h (even if
not used)
bridadan pushed a commit that referenced this pull request Nov 18, 2015
Since DISCO_F429ZI uses 2 ADCs(#1 and #3), analogin_api was modified to
support it.
DISCO_F407VG is based on STM32F407 product, that has 3 ADCs. ADC_3 thus
needs to be defined in the TARGET_DISCO_F407VG/PeripharalNames.h (even
if
not used)
bridadan pushed a commit that referenced this pull request Nov 18, 2015
Since DISCO_F429ZI uses 2 ADCs(#1 and #3), analogin_api was modified to
support it.
ADC3 is defined in stm32f446xx.h, then ADC_3 needs to be declared in
PeripheralNames.h for NUCLEO_F446RE
bridadan pushed a commit that referenced this pull request Nov 18, 2015
Since DISCO_F429ZI uses 6 SPIs (#1 and #3), spi_api was modified to
support it.
This modification needs to be reported in UBLOX_C029, as it is based on
stm32f439, that contains SPI6 define
@bridadan bridadan closed this Feb 9, 2016
bridadan pushed a commit that referenced this pull request Jul 27, 2016
bridadan pushed a commit that referenced this pull request Jul 27, 2016
up merge from ARMmbed/nordic_sdk_integration
bridadan pushed a commit that referenced this pull request Jul 27, 2016
Refactored serial_api implementation.
bridadan pushed a commit that referenced this pull request Nov 16, 2016
removed static-declarations from header
bridadan pushed a commit that referenced this pull request Nov 16, 2016
Add <stdint.h> include to header
bridadan added a commit that referenced this pull request Mar 24, 2017
* Adding Cortex-A support for gnuarmeclipse
* Preventing '-mthumb' from being added to Cortex-A builds.
Previously, both '-mthumb' and '-marm' were being supplied to the
compiler (in that order). Because '-marm' came last, the compiler
respected this option. This change makes it so '-mthumb' is added for
all 'Cortex-M' targets only.
* Renaming to capital .S for Eclipse compatibility
bridadan pushed a commit that referenced this pull request May 25, 2018
bridadan pushed a commit that referenced this pull request Sep 10, 2018
Change driver initialization behavior:
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