[
https://issues.apache.org/jira/browse/MYNEWT-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15456287#comment-15456287
]
ASF subversion and git services commented on MYNEWT-354:
--------------------------------------------------------
Commit 70987f7d2e3c791132509f08566fe77de34142ac in incubator-mynewt-core's
branch refs/heads/develop from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=70987f7
]
Merge branch 'develop' - in preparation for
backwards-compatibility-breaking changes to develop.
* develop: (290 commits)
sim compiler - replace objsize with size
Fix warnings reported by clang.
MYNEWT-329
MYNEWT-354
STM32f407 discovery board BSP
mbedtls; use smaller version of SHA256.
boot; boot loader does not need to call os_init() anymore, as bsp_init() has
been exported.
boot; app does not need the dependency to mbedtls
slinky; time-based waits must use OS_TICKS_PER_SEC.
bootutil; adjust unit tests to work with status upkeep outside sys/config.
bootutil; was returning wrong image header in response when swithing images.
Add boot_set_req() routine for unit test use.
boot/bootutil; remove debug console use from bootloader.
bootutil/imgmgr; output of boot now shows the fallback image.
imgmgr; automatically confirm image as good for now.
bootutil; add 'confirm' step, telling that image was confirmed as good.
Otherwise next restart we'll go back to old image.
bootutil; make status element size depend on flash alignment restrictions.
boot, imgmgr; return the slot number for test image.
bootutil; move routines reading boot-copy-status from loader.c to
bootutil_misc.c.
boot; return full flash location of status bytes, instead of just offset.
boot; don't use NFFS or FCB for keeping status. Interim commit.
...
> Compilation error with -DBLE_LL_CFG_FEAT_LE_ENCRYPTION=0
> --------------------------------------------------------
>
> Key: MYNEWT-354
> URL: https://issues.apache.org/jira/browse/MYNEWT-354
> Project: Mynewt
> Issue Type: Bug
> Components: Nimble
> Affects Versions: v0_9_0, v1_0_0_beta1
> Reporter: Simon Ratner
>
> {noformat}
> Compiling ble_ll_conn.c
> ble_ll_conn.c: In function 'ble_ll_conn_rx_data_pdu':
> ble_ll_conn.c:2508:24: error: 'struct ble_ll_conn_sm' has no member named
> 'enc_data'
> if ((connsm->enc_data.enc_state == CONN_ENC_S_ENCRYPTED) &&
> ^
> ble_ll_conn.c:2508:48: error: 'CONN_ENC_S_ENCRYPTED' undeclared (first use in
> this function)
> if ((connsm->enc_data.enc_state == CONN_ENC_S_ENCRYPTED) &&
> ^
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)