This repository was archived by the owner on Jun 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 222
MCBSTM32F400 External FLASH and SSL support #1
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
smaillet-ms
commented
Mar 10, 2015
- Update SSL and sockets to support building with ARM MDK 5.0x tool chains (some macros used in OpenSSL conflict with MDK runtime names)
- Added support for MCBSTM32F400 External NOR chip to store Deplyment assemblies.
- Added Managed code Hardware project so the MCBSTM32F400 is closer to a real design (Goal is to deliver a golden reference of best practices with this platform, this is one of many steps to get to that goal)
- added missing CorDebug.sln for building/debugging VS integration suppport for VS2012
- fixed stack alignment setting on reference FirstEntryMinmal.s
…ains (some macros used in OpenSSL conflict with MDK runtime names) - Added support for MCBSTM32F400 External NOR chip to store Deplyment assemblies. - Added Managed code Hardware project so the MCBSTM32F400 is closer to a real design (Goal is to deliver a golden reference of best practices with this platform, this is one of many steps to get to that goal) - added missing CorDebug.sln for building/debugging VS integration suppport for VS2012 - fixed stack alignment setting on reference FirstEntryMinmal.s
<LibraryFile>Crypto_config_MCBSTM32F400.$(LIB_EXT)</LibraryFile> | ||
<ProjectPath>$(SPOCLIENT)\Solutions\MCBSTM32F400\DeviceCode\Crypto\dotNetMF.proj</ProjectPath> | ||
<ManifestFile>Crypto_config_MCBSTM32F400.$(LIB_EXT).manifest</ManifestFile> | ||
<Groups>Solutions\MCBSTM32F400</Groups> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think a LibraryCategory can be added here which probably is CryptoConfig
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was cloned from the i.MXS solution which doesn't have one, but if you've got details on that let me know and I can incorporate it.
👍 |
smaillet-ms
added a commit
that referenced
this pull request
Mar 10, 2015
MCBSTM32F400 External FLASH and SSL support
cw2
added a commit
to cw2/netmf-interpreter
that referenced
this pull request
Mar 18, 2015
Could Not Find xxx.lib Could Not Find xxx.lib.manifest Warning: A1608W: MOV pc,<rn> instruction used, but BX <rn> is preferred Warning: NETMF#177-D: variable "xxx" was declared but never referenced Warning: NETMF#177-D: label "TinyCLR_Cleanup" was declared but never referenced Warning: NETMF#546-D: transfer of control bypasses initialization of... Warning: NETMF#1-D: last line of file ends without a newline Warning: NETMF#69-D: integer conversion resulted in truncation
cw2
added a commit
to cw2/netmf-interpreter
that referenced
this pull request
Mar 18, 2015
doingnz
added a commit
to doingnz/netmf-interpreter
that referenced
this pull request
Apr 3, 2016
Merge in support for Arm DS5 toolset.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.