bcostm
e609796406
Enable USB Host
2017-01-27 17:22:07 +01:00
bcostm
592a25aa3c
Add F412ZG in USBHAL files
2017-01-27 17:22:07 +01:00
Martin Kojtal
ade6722707
Merge pull request #3607 from ARMmbed/feature_hal_sleep
...
Platform: Add sleep/deepsleep user facing functions
2017-01-26 13:55:33 +02:00
Martin Kojtal
4e28b25399
Merge pull request #3612 from bulislaw/fix_network_host_tool
...
tests: Fix error on MacOS for udp_dtls_handshake test
2017-01-26 10:33:32 +02:00
Martin Kojtal
dec3f01dd9
Merge pull request #3604 from bridadan/rename_gt_test_env
...
Renaming test_env.cpp in greentea to avoid warning
2017-01-26 10:31:13 +02:00
Martin Kojtal
addd2b2965
Merge pull request #3548 from bridadan/reduce_stack_network_parallel_tests
...
Reduce thread stack size for parallel network tests
2017-01-26 10:21:46 +02:00
Bartek Szatkowski
537f4db0af
tests: Fix error on MacOS for udp_dtls_handshake test
2017-01-19 13:13:18 +00:00
Bartek Szatkowski
6a045a49a9
Platform: Add sleep/deepsleep user facing functions
...
Add sleep/deepsleep functions to platform layer which are replacing HAL
functions with the same name, rename existing symbols in HAL layer
to hal_sleep/hal_deepsleep. This way sleep functions
are always available, even if target doesn't implement them, which makes
the code using sleep clearer. It also enables us to make decision on in
which builds (debug/release) the sleep will be enabled.
2017-01-19 09:39:29 +00:00
Brian Daniels
8a29f54ae4
Renaming test_env.cpp in greentea to avoid warning
2017-01-17 17:27:41 -06:00
Brian Daniels
bdd0ff4272
Reduce thread stack size for parallel network tests
...
This commit reduces the thread stack from 2k to 1k for each thread in
the parallel network tests. This allows the test to run on more
constrained devices (like the LPC1768).
2017-01-17 11:19:35 -06:00
Martin Kojtal
e592c8a8b2
Merge pull request #3571 from jeromecoutant/PR_DISCO_F769NI
...
DISCO_F769NI introduction
2017-01-16 16:38:20 +00:00
Martin Kojtal
c14d7154e6
Merge pull request #3397 from AlessandroA/stm32f4_support
...
Add uVisor support for the DISCO_F429ZI
2017-01-16 16:24:33 +00:00
Anna Bridge
209ac788c4
Merge pull request #3547 from SeppoTakalo/master
...
Add support for ethernet-only configuration with Nanostack.
2017-01-12 16:05:26 +00:00
Anna Bridge
236258bf05
Merge pull request #3546 from bcostm/dev_can_nucleo-f412zg
...
NUCLEO-F412ZG - Add CAN peripheral
2017-01-12 16:04:40 +00:00
jeromecoutant
66c3f8ed44
DISCO_F769NI: Add analog loop test support
2017-01-12 15:38:05 +01:00
jeromecoutant
b65b2bd395
DISCO_F769NI: Add USB support
2017-01-12 15:37:37 +01:00
Alessandro Angelino
5f1c04745a
uVisor: Update to v0.26.2
...
* Add support for uVisor own SRAM.
* This enables targets where uVisor sits in a TCM.
* Distinguish between uVisor and public SRAMs.
2017-01-10 13:15:54 +00:00
Anna Bridge
9e24117b68
Merge pull request #3403 from geky/lwip-fix-tcp-connect-error
...
lwip - Fixed error codes for failed TCP connect
2017-01-10 10:43:37 +00:00
bcostm
25e885eafc
Add NUCLEO_F412ZG in main.cpp files used for the tests
2017-01-10 11:07:45 +01:00
Sam Grove
7b83e0ff93
Merge pull request #3526 from geky/lwip-fix-static-ip-dns
...
lwip - Fix static IP address issues with IPv4
2017-01-09 10:27:11 -06:00
Seppo Takalo
1a5d6d7f19
Add support for ethernet-only configuration with Nanostack.
...
This saves about 100kB of flash when using ethernet only configuration.
Otherwise only border router configuration was supporting ethernet.
2017-01-09 18:26:56 +02:00
Sam Grove
110deed4ae
Merge pull request #3514 from OpenNuvoton/nuvoton_usb
...
[NUC472/M453] Remove Tab in USB HAL
2017-01-09 10:20:50 -06:00
Sam Grove
ddcd3ad711
Merge pull request #3488 from LMESTM/dev_stm_i2c_v2_unitary_functions
...
Dev stm i2c v2 unitary functions
2017-01-09 10:15:55 -06:00
Sam Grove
41b22bfa3c
Merge pull request #3432 from jamike/TARGET_STM_USBHOST_FS
...
Target STM USBHOST support
2017-01-09 10:08:45 -06:00
Sam Grove
6af7b2916f
Merge pull request #3265 from geky/lwip-tests
...
lwip - Add more network tests
2017-01-09 10:08:17 -06:00
Christopher Haster
bbcf8de9e3
lwip - Filtered network tests based on DEVICE_EMAC
...
Currently DEVICE_EMAC is incompatible with the EthernetInterface
2017-01-05 11:16:24 -06:00
Christopher Haster
5f728e1b66
lwip - Marked *_packet_pressure tests as "extended tests"
...
*_packet_pressure_parallel tests are useful for checking for synchronization
errors, but push the practical limitations of the network stack. Failing
these tests is not unreasonable.
*_packet_pressure tests are a little bit less unreasonable, but also
push the practical limitations of the network stack. Hopefully these
will become stable in the near future.
2017-01-05 10:58:15 -06:00
Christopher Haster
6f375d20f8
lwip - Fixed missing dns servers after bringup with static ipv4 address
...
Generalized handling of dns servers when brought up with both ipv4 and
ipv6 addresses. Falls back to google dns servers if not dns server is
found through dhcp.
Also added support for the `add_dns_server` method to lwip to support
custom servers.
2017-01-04 12:12:16 -06:00
Christopher Haster
146577731e
lwip - Fixed lwip connected state after bringup with static ips
...
Thanks to @YixiaoLi for noting this was incorrect
2017-01-04 12:10:47 -06:00
ccli8
614a451970
[NUC472/M453] Remove Tab in USB HAL
2017-01-03 13:23:30 +08:00
Michel Jaouen
25c0d9034f
USBHOST STM : add more board
...
NUCLEO : F411RE, L476VG, F746ZG
DISCO : L476VG
2017-01-02 09:51:48 +01:00
Michel Jaouen
815194a98b
USBHOST : add mouse test
2017-01-02 09:48:17 +01:00
Michel Jaouen
72dae26774
USBHOST : test mass storage
2017-01-02 09:48:16 +01:00
Michel Jaouen
14153dcbc3
USBHOST STM support :
...
NUCLEO : F429ZI, F446ZE, F207ZG, F767ZI, F401RE,
DISCO : F429ZI
2017-01-02 09:48:16 +01:00
Michel Jaouen
54db0a4143
USBHOST : introduce USBHOST_OTHER (USBHost on USB IP not OHCI).
2017-01-02 09:48:14 +01:00
Michel Jaouen
48434cfd64
USBHOST: fix call back
2017-01-02 09:48:14 +01:00
Michel Jaouen
1577037b4b
USBHOST : add return value to queue transfer
...
modify add transfer to support return value.
2017-01-02 09:48:13 +01:00
Martin Kojtal
e7361ebc44
Merge pull request #3365 from OpenNuvoton/nuvoton_usb
...
[NUC472/M453] Support USB device
2016-12-30 12:43:53 +01:00
Martin Kojtal
2f6f3c6631
Merge pull request #3500 from kuggenhoffen/update-mbed-client-c-3.0.4
...
Update mbed-client-c version 3.0.4
2016-12-30 12:41:45 +01:00
Martin Kojtal
c6a1109cd6
Merge pull request #3473 from adustm/stm32f7_ethernet_dbg
...
Stm32f7 ethernet fix for IAR issue #3387
2016-12-30 12:32:46 +01:00
Martin Kojtal
131b23895c
Merge pull request #3458 from hasnainvirk/nsapi_levels
...
[ONME-2844] Avoid option level collisions
2016-12-23 13:07:58 +00:00
Martin Kojtal
bba527fdc2
Merge pull request #3457 from hasnainvirk/nsapi_connect
...
[ONME-2844] Supporting non-blocking connect()
2016-12-23 13:06:55 +00:00
Jaakko Kukkohovi
d80f863647
Update mbed-client-c version 3.0.4
2016-12-23 13:52:42 +02:00
adustm
ee3faa408d
fix for #3387 need to disable the data cache for Ethernet to use the DMA
...
descriptors if they are located in SRAM1 and SRAM2
2016-12-22 17:57:50 +01:00
Martin Kojtal
08509e75df
Merge pull request #3339 from jamike/USBAudio_CB_RX_TX
...
USB audio callback rx and tx
2016-12-21 14:58:52 +00:00
Laurent MEUNIER
517d0d910a
I2C test: add L073RZ
2016-12-21 09:28:56 +01:00
Laurent MEUNIER
bcf82b0901
I2C test: master should send stop
...
it's master not slave that shall send STOP at the end of I2C transfer
2016-12-21 09:28:52 +01:00
Laurent MEUNIER
d67b431f17
I2C test: let slave time to get notified
...
depending on timing and HW, there might be some delay before the master
request gets notified, so better loop in while than a single call
to slave.receive()
2016-12-21 09:28:45 +01:00
Laurent MEUNIER
70667349ee
I2C test: change slave address
...
This avoids conflicts with slave on ci-test-shield
2016-12-21 09:28:39 +01:00
Hasnain Virk
fcd55fe65b
[ONME-2844] Avoid option level collisions
...
To allow a network stack to support both NSAPI and its own options, try to make
sure the NSAPI levels don't collide with level numbers likely to be used by
network stacks.
Distinguish between socket and stack options, and tighten up documentation. Add
IP MRU stack options as an example (implementation not immediately planned for
any stack, but could be useful).
2016-12-20 14:03:23 +02:00