Rob Meades
f920cc65af
UBLOX_C030: correct UART 3 Tx & Rx pins (they were the wrong way around) and add the flow control lines for UART 3.
2017-07-08 11:32:46 +01:00
Jimmy Brisson
efc5c47e55
Merge pull request #4720 from marcuschangarm/flashiap_read
...
FlashIAP: Add explicit read function to flash_api.h
2017-07-07 17:47:49 -05:00
Jimmy Brisson
50fdca88e8
Merge pull request #4599 from studavekar/timing_tests_update
...
Update timing tests to be robust
2017-07-07 16:22:09 -05:00
Anna Bridge
744b2a2579
Merge pull request #4546 from bridadan/fix_test_prints
...
Fix bad test print and move locks for printf into macro.
2017-07-07 12:44:50 +01:00
Anna Bridge
8224dab741
Merge pull request #4547 from bridadan/sort_config_data
...
Sort the config parameters before printing them
2017-07-07 12:44:18 +01:00
Anna Bridge
4890261c98
Merge pull request #4548 from deepikabhavnani/os_warn
...
Resolve Warnings for mbed-os-examples
2017-07-07 12:43:27 +01:00
Anna Bridge
28df3aeb87
Merge pull request #4635 from deepikabhavnani/spi_acquire
...
_acquire() function added & removed duplication in format/freq calls
2017-07-07 12:41:34 +01:00
Anna Bridge
292b4082ef
Merge pull request #4636 from theotherjimmy/quote-cflags
...
Double escape defines in gnuarmeclipse export
2017-07-07 12:40:40 +01:00
Anna Bridge
9ebac18596
Merge pull request #4710 from amq/patch-1
...
Correct a typo in the github issue template
2017-07-07 12:39:06 +01:00
Anna Bridge
e1bc3efd0c
Merge pull request #4711 from LordGuilly/verbose_missing
...
added the missing verbose=verbose to printout the command line correctly at build_api.py
2017-07-07 12:38:23 +01:00
Anna Bridge
d2cb0c6105
Merge pull request #4215 from theotherjimmy/lint-targets-json
...
Add script to lint targets.json
2017-07-07 12:36:44 +01:00
Marcus Chang
abca2ca48b
FlashIAP: Add explicit read function to flash_api.h
...
On some platforms, the in-application memory is not memory mapped
and therefore cannot be accessed using memcpy.
The flash_read function added to flash_api.h (with a weak
implementation using memcpy in mbed_flash_api.c) can be used for
reading data from areas that are not memory mapped.
2017-07-06 18:53:32 +01:00
Jimmy Brisson
e0f56d1ab7
Merge pull request #4659 from jeromecoutant/PR_F767
...
Add the correct startup s file in TARGET_STM32F767
2017-07-06 10:18:08 -05:00
Jimmy Brisson
dea489ef29
Merge pull request #4163 from adustm/STM_aes_l486rg
...
STM32L486RG/mbedtls: add aes hw acceleration
2017-07-06 10:17:15 -05:00
Jimmy Brisson
036778b64e
Merge pull request #4685 from kegilbert/running-thread-typo-fix
...
Rename runnig_thread to running_thread in rtx_mutex
2017-07-06 10:16:11 -05:00
Jimmy Brisson
99b37b28bb
Merge pull request #4468 from moonchen/quote-include-paths
...
Put quotes around include files
2017-07-06 10:13:27 -05:00
lordguilly
5f22577da1
added the missing verbose=verbose to printout the command line correctly
2017-07-06 00:38:42 +01:00
amq
897b104857
Correct a typo in the github issue template
2017-07-06 00:26:21 +02:00
Shrikant Tudavekar
8a4dbff8d6
validate base_time key received
...
This is required as greentea can send multiple __sync packets and cause the
to be in unexpected state.
2017-07-05 12:37:41 -05:00
Anna Bridge
1af8aef5dc
Merge pull request #4697 from 0xc0170/fix_remove_stm32f413_iar
...
IAR: remove stm32f413 from definitions
2017-07-04 12:14:20 +01:00
Martin Kojtal
3c08c96494
IAR: remove stm32f413 from definitions
...
This definition requires IAR 7.80.2 and higher.
It will be readded once we all update to the latest IAR 7.80 patch release. For
future, please any new target should state what are the requirements on tools to
avoid this suprises.
2017-07-04 09:48:44 +01:00
Martin Kojtal
ca1d913477
Merge pull request #4672 from 0xc0170/fix_cellular_test
...
Cellular: not-supported error if MODEM_ON_BOARD not defined
2017-07-04 08:26:06 +02:00
Jimmy Brisson
3f3fce9448
Merge pull request #4679 from 0xc0170/fix_ncs_usticker
...
ncs36510: us ticker improvements
2017-07-03 13:39:57 -05:00
Anna Bridge
c826e2f8b7
Merge pull request #4565 from Archcady/flash
...
Add FlashIAP support for REALTEK_RTL8195AM
2017-07-03 11:07:21 +01:00
Kevin Gilbert
4d1ad1d3d5
Fix typo runnig_thread -> running_thread
2017-06-30 17:24:43 -05:00
Jimmy Brisson
d382d44f06
Merge pull request #4529 from LMESTM/issue_1083
...
Manage multiple instances of analog out
2017-06-30 13:53:46 -05:00
Anna Bridge
c6be62669d
Merge pull request #4671 from 0xc0170/fix_uarm_mbed2
...
retarget: fix microlib for mbed 2
2017-06-30 17:39:11 +01:00
Martin Kojtal
865f470324
ncs36510: us ticker improvements
...
Do not ticker read in ISR, use reminder to schedule the next interrupt, this should make ticker much faster.
read - disable Timer0 while reading it, if ISR is pending just reread the time again via read() function
These 2 improvements should decrease time spent when reading/scheduling ticker
events.
2017-06-30 16:34:30 +01:00
Martin Kojtal
334c02f7d4
Cellular: not-supported error if MODEM_ON_BOARD not defined
...
If a test is empty, it leads to undef. Therefore if a test requires additional
details, it should print an error [NOT SUPPORTED].
2017-06-30 10:01:46 +01:00
Jimmy Brisson
a5a5fa3a7b
Double escape defines
...
Fixes a bug where quoting gets stripped by the shell used in the makefile
and another bug where the lack of escaping would cause parser errors in
eclipse.
2017-06-29 14:15:23 -05:00
Jimmy Brisson
18bca08d4b
Reduce device has whitelist
2017-06-29 14:09:39 -05:00
Jimmy Brisson
dfeb864f19
Add line between local and module imports
2017-06-29 14:09:39 -05:00
Jimmy Brisson
7775764db9
Add license header
2017-06-29 14:09:39 -05:00
Jimmy Brisson
2598bcd1b9
Restrict device_has
2017-06-29 14:09:39 -05:00
Jimmy Brisson
37a3e20dfe
Revamp option parsing and add more checks
2017-06-29 14:09:39 -05:00
Jimmy Brisson
32966bbcbe
Stylize and add function docs
2017-06-29 14:09:39 -05:00
Jimmy Brisson
ae2268490f
Added simple linter for targets.json
2017-06-29 14:09:39 -05:00
Jimmy Brisson
9b082fff55
Merge pull request #4656 from LMESTM/update_flash_comments
...
Correct comments in flash api for STM32 L0 targets
2017-06-29 11:09:23 -05:00
Jimmy Brisson
0c5fc5b05a
Merge pull request #4641 from LMESTM/Increase_STM32L0_analogin_sampling_time
...
Increase L0 ADC sample time
2017-06-29 11:09:03 -05:00
Jimmy Brisson
d52ed5394c
Merge pull request #4632 from 0xc0170/fix_stm32_32bitticker
...
STM32: fix us ticker set event timestamp double ISR possibility
2017-06-29 11:08:42 -05:00
Jimmy Brisson
916bc4d953
Merge pull request #4629 from iotvietmember/add_target_vbluno51
...
Add support for VBLUno51 board
2017-06-29 11:08:19 -05:00
Jimmy Brisson
2ffd264bba
Merge pull request #4601 from pan-/fix_memory_pool_destructor
...
rtos: Fix MemoryPool and Queue destructor
2017-06-29 11:07:38 -05:00
Jimmy Brisson
041737b248
Merge pull request #4577 from MultiTechSystems/xdot-enable-hsi
...
XDOT_L151CC: enable HSI after waking from stop mode so ADC functions
2017-06-29 11:07:17 -05:00
Jimmy Brisson
fecb99140d
Merge pull request #4571 from geky/events-use-rtx-event-flags
...
events: Adopt osEventFlags from RTX 5
2017-06-29 11:06:42 -05:00
Jimmy Brisson
9f829ffe26
Merge pull request #4559 from geky/fat-remove-fat_filesystem_set_errno
...
fatfs: Remove unused fat_filesystem_set_errno function
2017-06-29 11:06:22 -05:00
Jimmy Brisson
18b1cb6c11
Merge pull request #4531 from adbridge/update
...
Update branching option to branch from another branch.
2017-06-29 11:05:17 -05:00
Jimmy Brisson
8f42c87ab7
Merge pull request #4446 from hasnainvirk/add_cellular_unit_tests
...
Customer port verification tests for cellular
2017-06-29 11:04:56 -05:00
Jimmy Brisson
ea5c2cf328
Merge pull request #4421 from jeromecoutant/PR_CONFIG_CLOCK
...
STM32 : Clock source selection in json config file
2017-06-29 11:04:24 -05:00
Jimmy Brisson
88268bd3eb
Merge pull request #4625 from adustm/PULL_REQUEST_CUBE_UPDATE_F7_V1.7.0
...
Update STM32F7 cube from v1.6.0 to v1.7.0
2017-06-29 11:04:02 -05:00
Jimmy Brisson
8e053c382c
Merge pull request #4646 from bulislaw/fix_rtx_mutex
...
RTX: Fixed RTXv5 mutex owner list handling.
2017-06-29 11:03:38 -05:00