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

Various board updates for Netduino 3 Wifi #656

Merged
merged 1 commit into from
Mar 28, 2018
Merged

Various board updates for Netduino 3 Wifi #656

merged 1 commit into from
Mar 28, 2018

Conversation

piwi1263
Copy link
Member

Description

This is cummulative change including the following:

  • Add support for ADC
  • Activate SPI2 on the Arduino pins
  • Active USART6 on the Arduino pins
  • Naming change on the build outcome

Motivation and Context

  • Adds ADC support, fixes missing SPI2 and USART6, changes for naming to easily identify the target board.

How Has This Been Tested?

Screenshots

Types of changes

  • Improvement (non-breaking change that improves a feature, code or algorithm)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Signed-off-by: piwi1263 piwi1263@gmail.com

This is cummulative change including the following topics:

- Add support for ADC
- Activate SPI2 on the Arduino pins
- Active USART6 on the Arduino pins
- Naming change on the build outcome

Signed-off-by: piwi1263 <piwi1263@gmail.com>
@nfbot
Copy link
Member

nfbot commented Mar 26, 2018

Hi @piwi1263,

I'm nanoFramework bot.
Thank you for your contribution!

A human will be reviewing it shortly. 😉

@@ -207,7 +212,7 @@ if(HEX2DFU_TOOL_AVAILABLE)
NF_GENERATE_DFU_PACKAGE(
${PROJECT_SOURCE_DIR}/build/${NANOBOOTER_PROJECT_NAME}.bin 08000000
${PROJECT_SOURCE_DIR}/build/${NANOCLR_PROJECT_NAME}.bin 08008000
${PROJECT_SOURCE_DIR}/build/nanobooter-nanoclr.dfu
${PROJECT_SOURCE_DIR}/build/nanoframework-4-netduino3wifi.dfu
Copy link
Member

Choose a reason for hiding this comment

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

Any particular reason for changing to this name?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. If you have multiple outcomes from various boards it is of convenience to distinct the names. Plus after a certain amount of time you can't guess purely on the name for what board that one or more files were.

@josesimoes josesimoes added Type: enhancement Series: STM32xx Everything related specifically with STM32 targets labels Mar 28, 2018
Copy link
Member

@josesimoes josesimoes left a comment

Choose a reason for hiding this comment

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

LGTM

@josesimoes josesimoes merged commit e27c2e5 into nanoframework:develop Mar 28, 2018
@piwi1263 piwi1263 deleted the origin/Various-Board-Updates-For-Netduino-3-Wifi branch March 28, 2018 18:08
josesimoes pushed a commit to Eclo/nf-interpreter that referenced this pull request Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Series: STM32xx Everything related specifically with STM32 targets Type: enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants