Mihail Stoyanov
0e4e1dd9f0
Changed Arch Max default program cycle timer to 2 seconds
2015-02-16 21:57:56 +02:00
0xc0170
31f66c22e5
mbed header file - mbed lib revision - 94
2015-02-16 17:04:27 +00:00
Martin Kojtal
4c8c94f4ef
Merge pull request #917 from 0xc0170/fix_exit_retarget
...
Fix for #908 , exit req std namespace
2015-02-16 10:25:33 +00:00
0xc0170
15ee1ca2dc
Fix for #908 , exit req std namespace
2015-02-16 10:11:54 +00:00
Martin Kojtal
c9e7f409af
Merge pull request #900 from PrzemekWirkus/host_test_autodetection
...
Host test autodetection improvements
2015-02-16 09:37:56 +00:00
Martin Kojtal
b5fbcc75aa
Merge pull request #914 from NitinBhaskar/master
...
LPC11U68 build support extended to ARM toolchain, uvision export template added
2015-02-16 08:33:41 +00:00
Martin Kojtal
8dce46b543
Merge pull request #915 from BlackstoneEngineering/exporterUpdate2
...
Update to Offline Exporters
2015-02-15 11:06:07 +00:00
Mihail Stoyanov
37c0558f48
Default ide value for zip export mode
2015-02-13 22:19:30 +02:00
Austin Blackstone
9a6d8a9193
added updated .hgignore file to exporters, the file is simply copied in from the .hgignore file int he export directory, this way the file itself can be updated in the future, not the script
2015-02-13 20:02:04 +00:00
Mihail Stoyanov
4585f8aa11
Add simple ZIP exporter for the mbed Online IDE
2015-02-13 22:01:24 +02:00
Austin Blackstone
3bf5f94744
changed name from readme.html to GettingStarted.htm, changed web address from developer.mbed.org to mbed.org
2015-02-13 17:43:48 +00:00
nitin.bhaskar.27.09@gmail.com
ed7e114d66
LPC11U68 build support extended to ARM toolchain, uvision export template added
2015-02-13 21:02:16 +05:30
NitinBhaskar
1ad67def84
Merge pull request #2 from mbedmicro/master
...
Update
2015-02-13 10:14:40 +05:30
Martin Kojtal
fba1390241
Merge pull request #891 from AppNearMe/master
...
Add support for LPC11U34_421 and AppNearMe's MicroNFCBoard
2015-02-12 14:30:08 +00:00
Martin Kojtal
e03fb2793f
Merge pull request #908 from adamgreen/exitMoveToRetarget
...
Move exit() to retarget.cpp
2015-02-12 13:10:17 +00:00
Martin Kojtal
4a7b7d067d
Merge pull request #887 from Marcomissyou/master
...
Modify 32MHz crystal setting for NRF51822, overrides file for DFCM-NNN40 target
2015-02-12 12:57:45 +00:00
K4zuki
cb2269fe13
[ SSCI824 ] enabling onboard Oscillator
...
changing flag to use onboard 12MHz oscillator
2015-02-12 12:46:37 +00:00
Martin Kojtal
e5c1f78292
Merge pull request #907 from Ferdas/patch-1
...
Update gcc_arm_nrf51_dk.tmpl
2015-02-12 12:41:22 +00:00
Martin Kojtal
e6c32b545f
Merge pull request #909 from 0xc0170/fix_#902
...
Fix #902 - revert RTOS support for NRF51822
2015-02-12 10:45:33 +00:00
0xc0170
40ae087628
Travis - NRF51822 addition
2015-02-12 10:33:06 +00:00
0xc0170
ccfbdf497b
Fix issue #902 - disable RTOS for NRF51822.
...
To enable, systick needs to be replaced by RTC for this target,
as systick is not implemented.
2015-02-12 09:11:22 +00:00
Adam Green
06495658ce
Move exit override to retarget.cpp
...
I moved the exit handler from exit.c to retarget.cpp where the rest of
the standard C library retargetting routines are found. The exported
makefiles already explicitly link in retarget.o but not exit.o
When building with the GNU toolchain, it is safest to link in the
object file directly for retargetting routines so that GNU linker has
to use these versions of the routines.
Testing:
I have only tested this change with GCC_ARM. It should really be
tested with more toolchains before getting merged.
2015-02-12 00:14:26 -08:00
Ferdas
7c60dad9f0
Update gcc_arm_nrf51_dk.tmpl
...
Changed the SoftDevice path according to the directory structure
2015-02-12 00:19:46 +01:00
Donatien Garnier
eeba514435
Added extra linker scripts
2015-02-11 16:18:56 +00:00
Martin Kojtal
f3aa30531b
Merge pull request #904 from GustavWi/iar_mbed
...
Fixed issue #903 IAR linker nrf51 rtos
2015-02-11 15:31:32 +00:00
GustavWi
fb4a7f7a58
Fixed issue #903 IAR linker nrf51 rtos
2015-02-11 16:10:18 +01:00
Przemek Wirkus
09c48e4081
Refactored names for MBED_HOSTTEST macros used in test case auto-detection
2015-02-11 10:37:03 +00:00
Marcomissyou
2d66553f14
remove comment
2015-02-11 17:44:20 +08:00
Marcomissyou
89de5390fb
Merge remote-tracking branch 'upstream/master'
2015-02-11 16:49:54 +08:00
Marcomissyou
b17246c6ea
edit license of mbed_overrides.c
2015-02-11 16:47:42 +08:00
Martin Kojtal
cef6954740
Merge pull request #881 from Willem23/master
...
I2CSlave support for lpc812
2015-02-11 08:22:09 +00:00
Przemek Wirkus
6ecf8da1c6
Added to .travis.yml colorama and prettytable python packages
2015-02-11 00:48:13 +00:00
Przemek Wirkus
94ad3f3355
Added to .travis.yml colorama and prettytable python packages
2015-02-11 00:41:11 +00:00
Przemek Wirkus
cc57394f52
Added to .travis.yml colorama and prettytable python packages
2015-02-11 00:36:18 +00:00
Przemek Wirkus
f2f0f51d16
Added colorama to toolchain notification function and basic test suite prompts
2015-02-10 23:38:01 +00:00
Przemek Wirkus
cff6bc44ea
Added coloram module import
...
Minor code indents
2015-02-10 22:41:39 +00:00
Przemek Wirkus
7ca2cab346
Removed extra dependency to TEST_LIB - GCC_ARM linking bug fix
2015-02-10 22:19:17 +00:00
Przemek Wirkus
2882c4e961
Fixed bug in --config and --auto switches
2015-02-10 21:50:56 +00:00
Przemek Wirkus
8910d95ae6
Fixed bug in --tc switch
2015-02-10 21:29:11 +00:00
Przemek Wirkus
f38a53ba21
Added new switch --auto to force autodetection with mbed_lstools
...
Added switch --tc to force certain toolchains.
Switch --auto and -tc works well with switch --config so do not hesitate to
check your configuration before running your test suite.
2015-02-10 21:19:01 +00:00
Mihail Stoyanov
be04314419
Add Cortex-M7 and Cortex-M1 symbols
2015-02-10 18:32:44 +02:00
Mihail Stoyanov
3b55949e72
Add Cortex-M1 for ARM_MPS2 platform
2015-02-10 18:04:41 +02:00
Mihail Stoyanov
0153593207
Add Cortex-M1, Cortex-M7, Cortex-M7F target support for CORE_LABELS
2015-02-10 17:58:39 +02:00
Mihail Stoyanov
351ad1864c
ARM MPS2 target support for the build system.
2015-02-10 17:55:14 +02:00
Mihail Stoyanov
7fdc827b50
Add Cortex-M7F support for the armcc toolchain
2015-02-10 17:50:11 +02:00
Donatien Garnier
9a0ed7db7c
Update copyright year
2015-02-10 11:21:05 +00:00
Przemek Wirkus
35c034c911
Added timeout detection from aut-detection MUT printout
...
Timeout is captured by application supervising host_test and duration is modiffied
Added functionality preventing MUT printouts to reset device's timeout value or script execution timer counter
2015-02-10 09:15:46 +00:00
Marcomissyou
4aca0d439f
Merge remote-tracking branch 'upstream/master'
2015-02-10 10:45:11 +08:00
Wim
3aff0e7c9f
Update I2CSlave.cpp
...
Removed comments again regarding need for dedicated i2c_slave_byte_read() and i2c_slave_byte_read(). This issue is captured in "I2c - slave should have own write/read functions (#896 )"
2015-02-09 19:52:59 +01:00
0xc0170
06e2b3c880
Merge branch 'ohagendorf-stm32f0xx_reorg_hal'
2015-02-09 09:27:31 +00:00