Anna Bridge
213626d83a
Merge pull request #3893 from jeromecoutant/PULL_REQUEST_CUBE_UPDATE_F7_V1.6.0
...
[STM32F7] Update STM32 Cube version v1.6.0
2017-03-14 14:40:38 +00:00
Anna Bridge
538e1600b4
Merge pull request #3869 from radhika-raghavendran/master
...
NCS36510: Default range changed from 0 to 950mV - ADC
2017-03-14 14:39:21 +00:00
Anna Bridge
88fb819e25
Merge pull request #3862 from c1728p9/thread_start_assert
...
Trap earlier when a Thread instance is re-used
2017-03-14 14:36:39 +00:00
Anna Bridge
693f14ee97
Merge pull request #3827 from betzw/betzw_wb_i2c
...
Correct return values for `I2C::write(int, const char*, int, bool)`
2017-03-14 14:33:42 +00:00
Anna Bridge
e743a26f94
Merge pull request #3691 from adustm/STM_aes_f439zi
...
[TLS / hw acceleration] AES ECB for NUCLEO_F439ZI
2017-03-14 14:32:25 +00:00
Phyo Kyaw
a301527c71
This change is for RZ_A1H and VK_RZ_A1H target.
2017-03-14 14:08:01 +00:00
Anna Bridge
ca6bfe0cfa
Review comments: Add a child logger, close json file after reading, minor
...
formatting updates.
2017-03-14 12:45:56 +00:00
cyliangtw
f429675dd0
[NUC472] remove dead code in nuc472_netif.c
2017-03-14 19:48:37 +08:00
Russ Butler
cefdce2a37
tools: fix usage of aliases.json
...
Load aliases.json from mbed-os rather than from a temporary
directory.
2017-03-13 18:05:28 -05:00
Russ Butler
47ee9677e5
tools: Rebuild index.json and aliases.json
...
Rebuild the json files used by arm-pack-manager now that a bug in
version selection has been fixed.
2017-03-13 16:32:57 -05:00
Russ Butler
fa38fbb7b3
tools: fix package version in arm pack manager
...
Use python's LooseVersion to get the correct version.
2017-03-13 16:32:53 -05:00
Russ Butler
44bc754be5
tools: Allow all flash algos to be retrieved
...
Add an 'all' parameter to get_flash_algorthim_binary. When set
an enumerator of all flash algorithms is returned. rather than just
the first flash algorithm.
2017-03-13 16:32:49 -05:00
TsungtaWu
20411ec9bc
[DELTA_DFBM_NQ620] Add RC calibration setting and revise mbed_overrides.c
...
In targets.json, add lf_clock_rc_calib_timer_interval and
lf_clock_rc_calib_mode_config setting which are essential when using BLE
In mbed_overrides.c, create valuables instead of doing printf, those
valuables are intended to be used for debugging in runtime.
2017-03-11 18:55:53 +08:00
Sam Grove
684fcc1b13
Merge pull request #3864 from geky/fix-size_t-mbed-2
...
Fix mbed 2 builds
2017-03-10 16:34:02 -06:00
Christopher Haster
704c94d52e
bd: Remove constraints on device for block device tests
2017-03-10 11:24:28 -06:00
Christopher Haster
09b3afb598
bd: Added randomness to block device test and more debug friendly output
2017-03-10 11:24:28 -06:00
Jimmy Brisson
a937ee00f2
Fix toolchain path names in Mbed 2 builds
...
I accidentally broke only uARM mbed 2 builds. Here is the story: When
scanning for resources, toolchains look for any `TOOLCHAIN_<classname>`
folders to include. These `<classname>`s mostly match the name passed in
on the command line with one exception: `uARM` on the command line maps
to `ARM_MICRO` the class. This would not be a problem except for the bug
that I introduced in a prior commit. The bug is that the mbed2 library
builds will use the name passed in on the command line to construct
`TOOLCHAIN_<cli-name>`. This will not match when scanning.
I fixed it by translating the `<cli-name>` into the `<classname>`.
2017-03-10 11:08:56 -06:00
Christopher Haster
51b58b1ad4
Filesystem: Restored LocalFileSystem tests for mbed 2
2017-03-10 11:04:05 -06:00
Christopher Haster
000894d477
Fixed size_t issue for mbed 2 builds
2017-03-10 11:04:05 -06:00
Anna Bridge
e3dbb82634
Fixed/improved error parsing from API messages.
...
Fixed results output summary.
General tidy up of long lines.
Added a new field to json file, target_list, to allow the user to
override the set of targets used for the compilation.
2017-03-10 12:21:32 +00:00
Radhika Raghavendran
9d06732aae
Changed tab to spaces
2017-03-10 16:22:30 +05:30
cyliangtw
c58631bb71
[NUC472] Adjust locally administered MAC address
2017-03-10 16:18:14 +08:00
MS30 CYLiang
fa0f928de4
[NUC472] Support unique locally administered MAC address
2017-03-10 16:18:14 +08:00
ccli8
5720725a3d
[NUC472/M453] Refine serial PDMA code
2017-03-10 16:18:14 +08:00
ccli8
502e8ce2a5
[NUC472/M453] Refine SPI PDMA code
2017-03-10 16:18:14 +08:00
ccli8
867072fe70
[NUC472/M453] Add dma_modbase() to get PDMA base address
2017-03-10 16:18:14 +08:00
ccli8
49a2a221a4
[NUC472/M453] Fix pwmout power-down condition
2017-03-10 16:18:14 +08:00
ccli8
4e96f8b721
[NUC472/M453] Fix PDMA error on timeout
2017-03-10 16:18:14 +08:00
ccli8
1da33e809f
[NUC472/M453] Refine pin/peripheral/pin map definitions
...
Change NUC472 analogin_api.c accordingly
2017-03-10 16:18:14 +08:00
ccli8
4e4c294fa3
[NUC472/M453] Fix incorrect use of peripheral name as peripheral base address
2017-03-10 16:18:14 +08:00
Radhika Raghavendran
e640f5f1e5
Re-do change for changing ADC range from 0 to 3.3V
2017-03-10 13:45:32 +05:30
TomoYamanaka
34d033a4c1
Fix mistake register setting in serial_format()
...
Currently, there is the issue in register setting into serial_format().
The issue is that parameter for baudrate setting is initialed zero in this function.
In baudrate is less 9600bps, the issue occurs. In baudrate is over 9600, not occurs. When call serial_baud() before serial_format(), baudrate override and set with an incorrect value.
Therefore, I fixed register setting not to set the parameter of baudrate setting in serial_format().
2017-03-10 12:20:21 +09:00
Sam Grove
88a4baa2ad
Merge pull request #3902 from mazimkhan/master
...
Fix heap and stack size for NUCLEO_F746ZG
2017-03-09 16:51:40 -06:00
Mohammad Azim Khan
bb197b29f3
Fix heap size for NUCLEO_F746ZG on IAR
2017-03-09 16:51:24 +00:00
Martin Kojtal
67f80928ea
Merge pull request #3877 from andresag01/update-mbedtls-2.4.2
...
Update mbed TLS feature to mbedtls-2.4.2
2017-03-09 16:19:50 +00:00
Martin Kojtal
8a56c8ce9c
Merge pull request #3906 from rjpdasilva/master
...
uVisor: Fix 'publish' and core libs dependencies
2017-03-09 16:13:15 +00:00
Martin Kojtal
45c99e69ca
Merge pull request #3879 from bcostm/fix_nucleo-f446ze_adc_pins
...
NUCLEO_F446ZE: Add missing AnalogIn pins on PF_3, PF_5 and PF_10.
2017-03-09 15:48:10 +00:00
Martin Kojtal
7a04d580fe
Merge pull request #3866 from geky/bd-fix-const-missing
...
bd: Fix missing const attributes on functions
2017-03-09 15:47:38 +00:00
Martin Kojtal
e9158f4782
Merge pull request #3852 from theotherjimmy/ignore-build-dir
...
Ignore build directory from scan resources
2017-03-09 15:45:47 +00:00
Martin Kojtal
68dc25331a
Merge pull request #3843 from bcostm/fix_stm32l4_apb2_80MHz
...
STM32L476xG: set APB2 clock to 80MHz (instead of 40MHz)
2017-03-09 15:44:08 +00:00
Martin Kojtal
c3e7b5434c
Merge pull request #3842 from anangl/fix_spi_api
...
TARGET_NRF: corrected spi_init() to properly handle re-initialization…
2017-03-09 15:43:13 +00:00
Simon Vogl
1c4e0d7dcb
can_write(): return error code when no tx mailboxes are available. ( #3829 )
2017-03-09 15:42:00 +00:00
Martin Kojtal
6aa62c1956
Merge pull request #3828 from jeromecoutant/PR_CAN_TYPE
...
STM32 CAN API: correct format and type
2017-03-09 15:40:01 +00:00
Martin Kojtal
fd6fdd5f8c
Merge pull request #3795 from LMESTM/fix_pwm_period_calc
...
Fix pwm period calc
2017-03-09 15:39:00 +00:00
Martin Kojtal
8edeea7945
Merge pull request #3913 from pan-/NRF51-fix-sleep-override
...
[NRF51822] Fix reference to sleep in hal_patch override
2017-03-09 15:36:36 +00:00
Martin Kojtal
fefa91fc6e
Merge pull request #3898 from c1728p9/fix_heap_size_calculation
...
Prevent underflow in heap size calculation
2017-03-09 15:35:32 +00:00
Martin Kojtal
93b6a21db6
Merge pull request #3897 from theotherjimmy/supress-levenshtein
...
Ignore FuzzyWuzzy warnings
2017-03-09 15:33:25 +00:00
adustm
9196179207
Revert mbedtls selftest to avoid impact on other targets
2017-03-09 14:09:05 +01:00
Vincent Coubard
5596cd05cd
[NRF51822] Fix reference to sleep in hal_patch override
...
The `sleep` function as been changed into `hal_sleep` by #3607 .
Unfortunately the call to `sleep` in the hal_patch for the NRF51822 has not been
updated to `hal_sleep`. The result was a link time error for targets based on
NRF51822_LEGACY compiling with the mbed OS 5 tree.
2017-03-09 12:44:49 +00:00
Radhika Raghavendran
c06fa3a335
A4 and A5 definitions added
2017-03-09 17:58:19 +05:30