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

KW24D: Add missing SPI defines and Arduino connector definitions #3979

Merged
merged 1 commit into from
Mar 29, 2017

Conversation

mmahadevan108
Copy link
Contributor

Add missing SPI defines and Arduino connector definitions

Status

**READY

@mmahadevan108
Copy link
Contributor Author

@maclobdell

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 22, 2017

How was this tested?

Please look at Travis failure (look at the CI results once you submit a pull request).

Executing: python tools/build.py -m KL27Z -t GCC_ARM -j 4 -c --silent --dsp --rtos --usb

/home/travis/build/ARMmbed/mbed-os/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KL27Z/TARGET_FRDM/PeripheralPins.c:102:6: error: 'PTB11' undeclared here (not in a function)

     {PTB11 , SPI_1, 2},

      ^

/home/travis/build/ARMmbed/mbed-os/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KL27Z/TARGET_FRDM/PeripheralPins.c:147:6: error: 'PTB10' undeclared here (not in a function)

     {PTB10 , SPI_1, 2},

      ^

/home/travis/build/ARMmbed/mbed-os/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KL27Z/TARGET_FRDM/PeripheralPins.c:147:5: error: initializer element is not constant

     {PTB10 , SPI_1, 2},

     ^

/home/travis/build/ARMmbed/mbed-os/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KL27Z/TARGET_FRDM/PeripheralPins.c:147:5: error: (near initialization for 'PinMap_SPI_SSEL[0].pin')

Completed in: (0.65)s

@sg-
Copy link
Contributor

sg- commented Mar 22, 2017

@mmahadevan108 Looks like there are changes to a KL27 target but this PR is about KW24. Please have a look

@mmahadevan108
Copy link
Contributor Author

Thank you. It was a miss on my part, I have updated the patch.

@mmahadevan108
Copy link
Contributor Author

Does the updated patch look fine?

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 29, 2017

/morph test

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 29, 2017

Does the updated patch look fine?

Yes, waiting for CI to complete

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 1780

All builds and test passed!

@sg- sg- merged commit b25eaf5 into ARMmbed:master Mar 29, 2017
@mmahadevan108 mmahadevan108 deleted the KW24D_Pindefines branch March 30, 2017 09:51
aisair pushed a commit to aisair/mbed that referenced this pull request Apr 30, 2024
Ports for Upcoming Targets

3841: Add nRf52840 target ARMmbed/mbed-os#3841
3992: Introducing UBLOX_C030 platform. ARMmbed/mbed-os#3992

Fixes and Changes

3951: [NUCLEO_F303ZE] Correct ARDUINO pin ARMmbed/mbed-os#3951
4021: Fixing a macro to detect when RTOS was in use for the NRF52840_DK ARMmbed/mbed-os#4021
3979: KW24D: Add missing SPI defines and Arduino connector definitions ARMmbed/mbed-os#3979
3990: UBLOX_C027: construct a ticker-based wait, rather than calling wait_ms(), in the  ARMmbed/mbed-os#3990
4003: Fixed OBOE in async serial tx for NRF52 target, fixes #4002 ARMmbed/mbed-os#4003
4012: STM32: Correct I2C master error handling ARMmbed/mbed-os#4012
4020: NUCLEO_L011K4 remove unsupported tool chain files ARMmbed/mbed-os#4020
4065: K66F: Move bss section to m_data_2 Section ARMmbed/mbed-os#4065
4014: Issue 3763: Reduce heap allocation in the GCC linker file ARMmbed/mbed-os#4014
4030: [STM32L0] reduce IAR heap and stack size for small targets ARMmbed/mbed-os#4030
4109: NUCLEO_L476RG : minor serial pin update ARMmbed/mbed-os#4109
3982: Ticker - kl25z bugfix for handling events in the past ARMmbed/mbed-os#3982
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.

4 participants