Sam Grove
fb7ffcb5a3
Merge pull request #2580 from geky/nsapi-bind-again
...
lwip - Add check for previously-bound socket
2016-09-10 07:10:45 -05:00
Sam Grove
c518a61be6
Merge pull request #2582 from toyowata/master
...
[GCC_CR] fix runtime hang for baremetal build
2016-09-10 07:10:08 -05:00
Sam Grove
e39932c4b6
Merge pull request #2584 from c1728p9/array_size_count
...
Set size of callback irq array to IrqCnt
2016-09-10 07:08:07 -05:00
OzzySan
b5b6fdc6dc
[MTM_MTCONNECT04S] Added gcc_arm template for export.
2016-09-10 15:54:44 +08:00
Tony Wu
c50b5c6651
Tools - Fix fill section size variation
...
The linking order of object files affects the actual code placement,
which in turn affects the size of fill section due to the number of
zeros required to maintain appropriate data/code alignment may change.
This is observed when building on Mac and Linux host.
example: mbed compile -m K64F -t GCC_ARM (build 1)
+---------------------+-------+-------+-------+
| Module | .text | .data | .bss |
+---------------------+-------+-------+-------+
| Fill | 120 | 4 | 2381 |
| Misc | 28755 | 2216 | 84 |
| features/frameworks | 4236 | 52 | 744 |
| hal/common | 2745 | 4 | 325 |
| hal/targets | 12116 | 12 | 200 |
| rtos/rtos | 119 | 4 | 0 |
| rtos/rtx | 5721 | 20 | 6786 |
| Subtotals | 53812 | 2312 | 10520 |
+---------------------+-------+-------+-------+
example: mbed compile -m K64F -t GCC_ARM (build 2)
+---------------------+-------+-------+-------+
| Module | .text | .data | .bss |
+---------------------+-------+-------+-------+
| Fill | 128 | 4 | 2381 |
| Misc | 28755 | 2216 | 84 |
| features/frameworks | 4236 | 52 | 744 |
| hal/common | 2745 | 4 | 325 |
| hal/targets | 12116 | 12 | 200 |
| rtos/rtos | 119 | 4 | 0 |
| rtos/rtx | 5721 | 20 | 6786 |
| Subtotals | 53820 | 2312 | 10520 |
+---------------------+-------+-------+-------+
This patch fixes fill section size variation by sorting object
files before passing to linker.
Signed-off-by: Tony Wu <tung7970@gmail.com>
2016-09-10 08:30:01 +08:00
Sam Grove
7dd1b04c2e
Merge pull request #2651 from svastm/fix_lp_timer_test
...
Use lp_timer to count time in the deepsleep tests
2016-09-09 18:02:10 -05:00
Sam Grove
14f5647d62
Merge pull request #2643 from c1728p9/fix_thread_self_termination
...
Fix thread self termination
2016-09-09 18:01:38 -05:00
Sam Grove
5ba3ab70c9
Merge pull request #2613 from bridadan/find-tests-directory-fix
...
Correctly providing directories to build_apis
2016-09-09 18:01:22 -05:00
Sam Grove
ae35faec24
Merge pull request #2601 from radhika-raghavendran/master
...
Adding ON Semiconductor copyright notice to source and header files.
2016-09-09 18:00:53 -05:00
Sam Grove
9514f1ddc9
Merge pull request #2587 from maclobdell/master
...
add PTEx pins as option for SPI on Hexiwear - for SD Card Interface
2016-09-09 18:00:39 -05:00
Sam Grove
3a35b85752
Merge pull request #2583 from ARMmbed/github_template
...
github issue and PR templates
2016-09-09 18:00:25 -05:00
Sam Grove
b10e3a9163
Merge pull request #2578 from c1728p9/fix_double_free
...
Fix double free in NanostackInterface
2016-09-09 18:00:09 -05:00
Sam Grove
b71bfd6250
Merge pull request #2576 from theotherjimmy/example-regession
...
Add smoke test that builds example programs with mbed-cli
2016-09-09 17:59:55 -05:00
Sam Grove
0128dd2d8f
Merge pull request #2562 from c1728p9/init_race_condition
...
Fix GCC lazy init race condition and add test
2016-09-09 17:59:37 -05:00
Sam Grove
3bb149cab2
Merge pull request #2549 from geky/thread-clarification
...
Clean up confusion with deprecated constructors and callbacks in thread-spawning functions
2016-09-09 17:58:13 -05:00
Sam Grove
b1aebbace7
Merge pull request #2538 from bcostm/adcintch_stm32f4
...
STM32F4xx - Add support of ADC internal channels (Temp, VRef, VBat)
2016-09-09 17:57:58 -05:00
Sam Grove
6c0ac2148b
Merge pull request #2521 from jeromecoutant/PR_F207ZG
...
[NUCLEO_F207ZG] Add MBED5 capability
2016-09-09 17:57:42 -05:00
Sam Grove
3de19eecc8
Merge pull request #2419 from svastm/serial_asynch_f1
...
[STM32F1] Add asynchronous serial
2016-09-09 17:56:11 -05:00
Sam Grove
44edcf5f78
Merge pull request #2130 from LMESTM/dev_stm32_device_h
...
stm32 : reduce number of device.h files
2016-09-09 17:55:52 -05:00
sarahmarshy
f8cae13f33
Fix uvision group naming
...
The previous way of finding group names found the encompassing directory of each file. If the project is exported from the online compiler, this resulted in temporary folder names like tmpyKKWv_ showing up as group names.
I propose defaulting to the project name if the file is in the project root.
2016-09-09 17:18:52 -05:00
Sam Grove
2c96001478
Merge pull request #2575 from theotherjimmy/allow-empty-config
...
tools-config! - Allow an empty or mal-formed config to be passed to the config system
2016-09-09 19:32:05 +02:00
Vincent Coubard
aab107020b
Use SingletonPtr for the internal variables defaults and handlers in utest_harness.
2016-09-09 17:22:41 +01:00
Jeremy Brodt
6689db1ba5
[MAX326xx] Removed echoing of characters and carriage return.
2016-09-09 11:19:34 -05:00
Olaf Hagendorf
765aeb0dc6
disco_f769ni adding ethernet init
...
the IPV4 feature was already enabled in an earlier commit but the mbed 5 ethernet initialisation was missing
2016-09-09 14:21:55 +02:00
ohagendorf
d0e2f1efa6
disco_f769 some rework ... (part II)
...
as suggested by adustm
2016-09-09 14:21:55 +02:00
ohagendorf
05fc5f15a0
disco_f769 some rework ...
...
as suggested by adustm
2016-09-09 14:18:16 +02:00
ohagendorf
95c5b78f34
[disco_f769ni] adding gcc_arm exporter definitions
2016-09-09 14:18:16 +02:00
ohagendorf
3598af00c7
[disco_f769ni] adding to build_travis
2016-09-09 14:18:16 +02:00
ohagendorf
54adfe10c0
[disco_f769ni] adding rtos lib
2016-09-09 14:18:16 +02:00
ohagendorf
994cece4dd
[disco_f769ni] adding target
2016-09-09 14:18:16 +02:00
TsungtaWu
a7248c3ad8
DELTA_DFBM_NQ620 platform porting
...
DELTA_DFBM_NQ620 inherit to MCU_NRF52
HW config is the same with NRF52_DK
Only change on serial pin config in PinNames.h
2016-09-09 17:45:08 +08:00
Sam Grove
72b0d46e01
Merge pull request #2545 from marcuschangarm/flash_blob
...
Added define guards for SEQUENTIAL_FLASH_JOURNAL_MAX_LOGGED_BLOBS so …
2016-09-09 01:49:39 +02:00
Sam Grove
57ebf8bdad
Merge pull request #2548 from jamike/NUCLEO_F303ZE
...
Nucleof303ze
2016-09-09 01:48:13 +02:00
Sam Grove
a6b27319ec
Merge pull request #2496 from geky/callback-cv
...
Add cv-qualifiers to Callback and deprecate combinatorial explody functions
2016-09-09 01:45:25 +02:00
svastm
cc55173329
Use lp_timer to count time in the deepsleep tests
...
Because microseconds timer can be disable during deepsleep
2016-09-08 18:09:45 +02:00
Jussi Vatjus-Anttila
709ef59875
Update pull_request_template.md
2016-09-08 12:05:47 +03:00
bcostm
d5e49ead3e
NUCLEO_F446ZE - Enable mbed5 release version
2016-09-08 10:34:33 +02:00
Russ Butler
abbd71da9b
Add test case for thread self termination
...
Test that thread self termination works.
2016-09-07 17:33:33 -05:00
Russ Butler
b49d7e4fb4
Properly handle a thread which terminates itself
...
In Thread::terminate() release the join semaphore before terminating
the thread. This allows the join semaphore to be properly signaled in
the case where a thread is terminating itself.
2016-09-07 17:21:25 -05:00
Sam Grove
da3b07dbd1
Merge pull request #2245 from theotherjimmy/exporter-refactor
...
Refactor export subsystem
2016-09-07 23:16:44 +02:00
Sam Grove
2a2cf25770
Merge pull request #2588 from bridadan/timing-tests-drift-refactor
...
Timing tests drift refactor
2016-09-07 23:01:35 +02:00
maclobdell
fb1fadd4d0
add PTEx pins as option for SPI - for SD card on Hexiwear. Amend to re-trigger CI.
2016-09-07 14:27:27 -05:00
Brian Daniels
1473240637
Fixing issue in timing host test and wait_us case
...
The timing host tests reported success even if the total drift was
negative. This adds a check for this now.
The wait_us test now does not use a timer and just waits for 100000 us
between prints. This adds inherent drift, but it should still be well
under the limit.
2016-09-07 09:14:17 -05:00
Jimmy Brisson
6564bdaf1d
Bump Progen version
...
Required to prevent that pesky -1million something error code from
ruining our CI
2016-09-06 14:50:32 -05:00
Sarah Marsh
7ee621320a
Removed projectfiles directory. debug-info default option
2016-09-06 14:24:06 -05:00
Jimmy Brisson
a6be472111
Add repo_dirs, repo_files, lib_builds, and lib_refs to zips
2016-09-06 14:24:06 -05:00
Jimmy Brisson
b5c189931e
Fix include paths for fragmented projects; remove deadcode
2016-09-06 14:24:06 -05:00
Jimmy Brisson
c550f9da75
Fix some tracebacks, add zip exporter to the CLI
2016-09-06 14:24:06 -05:00
Jimmy Brisson
cadd233b8e
Allow dict in addition to the other types of src_paths
...
The dict allows the user of the exporter api to specify the result directory
of particular groups of scanned dirs. This will be used by the online exporters
to spoof everything being in the same directory when they are not. It may also
be used by tests, if they would like to export something that looks exactly
like a normal project.
2016-09-06 14:24:05 -05:00
Jimmy Brisson
6686411220
Set vpath correctly when exporting to projectfiles directory
2016-09-06 14:24:05 -05:00