Sam Grove
01f02b4b8c
Merge pull request #4306 from c1728p9/remove_unsupported_net_libraries
...
Remove unsupported net libraries
2017-05-12 13:45:19 -05:00
Jimmy Brisson
0501a14e73
Merge pull request #4308 from c1728p9/MAX32630FTHR_fix_NVIC_SetVector
...
Fix NVIC_SetVector type in HAL for MAX32630FTHR
2017-05-12 13:14:00 -05:00
Jimmy Brisson
d7594f63af
Merge pull request #4309 from c1728p9/limit_nucleo_isr_stack
...
Limit ISR stack to 4k on NUCLEO_F429ZI
2017-05-12 12:17:50 -05:00
Bartosz Szatkowski
14cfe8bac8
Limit ISR stack to 4k on NUCLEO_F429ZI
2017-05-11 18:11:36 -05:00
Martin Kojtal
d4bab30923
MAX32630FTHR: Fix NVIC_SetVector type in HAL
...
Change the irq_handler parameter of NVIC_SetVector from a function
pointer to a uin32_t so it matches the cmsis specification. This
prevents the following problem from occurring in RTX5 when building
for IAR:
The error: Error[Pe167]: argument of type "void (*)(void)" is incompatible
with parameter of type "uint32_t".
2017-05-11 18:09:58 -05:00
Martin Kojtal
d4cd403039
tools: remove net libraries
...
Remove any reference to net libraries that are unsupported. As we removed net libraries, these are no longer in the codebase.
2017-05-11 17:51:01 -05:00
Martin Kojtal
1c2ebf83f5
unsupported/net: removal of net libraries
...
Remove all unsupported net libraries from features/unsupported. There's already lwip for mbed OS that we support, and cellular will come soon to the codebase reworked.
Plus remove unsupported/tests for these libraries.
2017-05-11 17:32:44 -05:00
Martin Kojtal
42f9a59c0d
Merge pull request #4298 from bridadan/disable_arch_pro_flash
...
Remove FLASH capabilities for the ARCH_PRO
2017-05-11 09:37:22 +01:00
Jimmy Brisson
59e32b2fc6
Merge pull request #4289 from netzimme/master
...
LPC4088: add "LPC4088Code.binary_hook" to the white list of the embit…
2017-05-10 15:56:24 -05:00
Brian Daniels
a8bd3b2cb7
Removes FLASH capabilities for the ARCH_PRO.
...
This platform is failing a flash test at this time. This commit disables
the capability (and therefore the test) until it is fixed.
2017-05-10 15:16:22 -05:00
Daniel Zimmermann
8e02855101
LPC4088: add LPC4088Code.binary_hook to the white list of the embitz, gnuarmeclipse and makefile exporter.
2017-05-09 11:59:03 -05:00
Jimmy Brisson
d04d588106
Merge pull request #4276 from nvlsianpu/patch-1
...
avoid 03/05 intel-hex records for nordic devices
2017-05-08 16:05:24 -05:00
Jimmy Brisson
6aca976433
Merge pull request #4149 from monkiineko/master
...
STM32F3: Correct handling of USB ISTR and endpoint registers
2017-05-08 11:16:31 -05:00
Jimmy Brisson
3b11b23371
Merge pull request #4238 from tung7970/fix-mbedos
...
lwip - power up emac before reading its settings
2017-05-08 11:15:45 -05:00
Jimmy Brisson
c1cbd26f1d
Merge pull request #4256 from arostm/dev_disco_lora
...
DISCO_L072CZ_LRWAN1: add a new platform
2017-05-08 11:15:00 -05:00
Jimmy Brisson
ef079dbb52
Merge pull request #4270 from bulislaw/fix_odin_wifi
...
Odin: Disable sleep as it's not compatible with WiFi driver
2017-05-08 11:14:25 -05:00
Anna Bridge
a85873c863
Merge pull request #4248 from screamerbg/fix/stm32-usb-support
...
Fixed STM32 USB Device support for mbed Classic
2017-05-05 13:51:38 +01:00
Andrzej Puzdrowski
c64d2f4411
avoid 03/05 intel-hex records for nordics devices
...
use Intelhex::write_hex_file instead of IntelHex::tofile
2017-05-05 13:27:29 +02:00
Anna Bridge
8543279901
Merge pull request #4259 from LMESTM/fix_Stream_issue687
...
Add error check in Stream constructor
2017-05-04 15:56:44 +01:00
Anna Bridge
e2469ecbba
Merge pull request #4186 from geky/fs-dot-entries
...
Filesystem: Include '.' and '..' in directory iteration
2017-05-04 15:55:41 +01:00
Anna Bridge
9a3122af39
Merge pull request #4254 from 0x6d61726b/patch-3
...
Removed unused variable in TARGET_NXP/lpc17_emac.c
2017-05-04 15:47:43 +01:00
Anna Bridge
2d22db23db
Merge pull request #4169 from 0x6d61726b/master
...
[NXP LPC176X] flash_api.c implementation
2017-05-04 15:41:17 +01:00
Anna Bridge
aa80b55628
Merge pull request #4233 from sg-/fix-the-docs2
...
[platform] Update doxygen comments
2017-05-04 15:12:54 +01:00
Bartek Szatkowski
5b8033e144
Odin: Disable sleep as it's not compatible with WiFi driver
2017-05-04 10:57:47 +01:00
Jimmy Brisson
0c2af26523
Merge pull request #4249 from kegilbert/button-mapping-kg
...
Add consistent button names across targets
2017-05-03 11:26:36 -05:00
Jimmy Brisson
138dbee5fc
Merge pull request #4260 from adamgreen/fixXadowM0ExtraLabels
...
Inherit Xadow M0 target from LPC11U35_501
2017-05-03 09:08:29 -05:00
arostm
3dac027747
DISCO_L072CZ_LRWAN1: change date in periperalPins.c
2017-05-03 09:20:01 +02:00
arostm
1cea7ee7fb
DISCO_L072CZ_LRWAN1: delete tests mbed os2 result
2017-05-03 09:14:04 +02:00
Kevin Gilbert
0268c85101
Fixed typos
2017-05-02 13:16:14 -05:00
Sam Grove
d503afc95f
[doxygen] Exclude tools and TESTS directories. Add macro
...
Macro used to eliminate nested template which doxygen has a problem
with.
2017-05-02 12:47:30 -05:00
Adam Green
a638febc94
Inherit Xadow M0 target from LPC11U35_501
...
targets/targets.json already added MCU_LPC11U35_501 as an extra label
but it didn't have LPC11U35_501 (without the MCU_ prefix). Both of
these target names are used as folder names to organize files
specific to this device. For example the LPC11U35.ld linker script used
by GCC_ARM for this target is located in a TARGET_LPC11U35_501 folder.
I switched to using inheritance to properly setup the target labels
based on @theotherjimmy comments on PR #4252 . Everything in the
XADOW_M0 targe appears to have been copy/pasted from LPC11U35_501
anyway so inheritance seems to be the best way to set the values of
the XADOW_M0 properties.
2017-05-02 10:26:51 -07:00
Kevin Gilbert
418d83b6c2
Addressed review comments: fixed unmapped switches and added Hexiware buttons
2017-05-02 12:20:05 -05:00
Jimmy Brisson
7ace0cbb14
Merge pull request #3881 from geky/log-no-io
...
Remove debug links to printf/exit in NDEBUG builds
2017-05-02 11:37:10 -05:00
Jimmy Brisson
7e03d8f1b4
Merge pull request #4110 from theotherjimmy/build-metadata
...
Add --build-data switch to mbed compile and test
2017-05-02 11:35:47 -05:00
Jimmy Brisson
7f0ed3b40b
Merge pull request #4136 from theotherjimmy/bootlader-exists
...
Error when bootloader is specified but does not exist
2017-05-02 11:34:30 -05:00
Jimmy Brisson
d123ee1162
Merge pull request #4155 from karsev/thread_sec_policy
...
Thread sec policy
2017-05-02 11:33:25 -05:00
Jimmy Brisson
8073f9ed64
Merge pull request #4190 from netzimme/patch-1
...
LPC4088: Enable LWIP feature
2017-05-02 11:30:42 -05:00
Jimmy Brisson
03806a8045
Merge pull request #4224 from theotherjimmy/mbed-new-export
...
Add `mbed new .` output to export
2017-05-02 11:28:09 -05:00
Jimmy Brisson
23c86fc539
Merge pull request #4236 from LMESTM/packed_warning
...
STM32 Fixed warning related to __packed redefinition
2017-05-02 11:24:38 -05:00
Jimmy Brisson
3c5f2c8075
Merge pull request #4251 from adamgreen/fixC++11BuildError
...
Fix C++11 build error w/ u-blox EVK-ODIN-W2
2017-05-02 11:23:20 -05:00
Laurent MEUNIER
4ad4b2a2ef
On small targets there might be memory issues that lead to
...
failing on file allocation / opening during Stream creation.
The consequence was application continues running, but any printf
to the Serial object whose Stream was not properly created
would not show any error (and characters would not show either)
Let's add a check to properly inform user of the error.
2017-05-02 17:53:58 +02:00
arostm
c9173db9cf
DISCO_L072CZ_LRWAN1: peripheralPins add and change comments
2017-05-02 12:53:25 +02:00
arostm
e51c6942cf
DISCO_L072CZ_LRWAN1: prepipheralPins and PinNames correction
2017-05-02 12:53:25 +02:00
arostm
4f2850e283
DISCO_L072CZ_LRWAN1: Typo correction
2017-05-02 12:53:25 +02:00
arostm
6572660204
DISCO_L072CZ_LRWAN1: Typo correction in peipheralPins.c and PinNames.h
2017-05-02 12:53:25 +02:00
arostm
64f8c9650b
DISCO_L072CZ_LRWAN1: PinsName.h => PA_5 changed with PB_13 for the
...
SPI_SCLK
2017-05-02 12:53:25 +02:00
arostm
a65bf18c19
DISCO_L072CZ_LRWAN1: targets.json correction
2017-05-02 12:53:25 +02:00
arostm
d7c48d6dbd
DISCO_L072CZ_LRWAN1: typo correction
2017-05-02 12:53:25 +02:00
arostm
729ed8f493
DISCO_L072CZ_LRWAN1: PinNames.h correction (USB TX and RX)
2017-05-02 12:53:25 +02:00
arostm
bffe629563
DISCO_L072CZ_LRWAN1: Clock configuration => 30MHz to 32MHz
2017-05-02 12:53:25 +02:00