bcostm
2871545bd7
Assign LED4 definition same as LED3
2017-06-12 17:03:12 +02:00
bcostm
b9cf7dbe69
Set ADC pins to MODE_ANALOG_ADC_CONTROL
2017-06-12 17:03:12 +02:00
bcostm
ac27f8288d
Add back PB_6/PB_7 pins definition used by STDIO_UART_TX/RX
2017-06-12 17:03:12 +02:00
bcostm
23140da035
Update PeripheralPins: add _ALTx pins and remove pins not available on connectors
2017-06-12 17:03:12 +02:00
bcostm
8c7000cce4
Add "01A" suffix in target name
2017-06-12 17:03:12 +02:00
bcostm
0e3b3efe93
DISCO_L475VG_IOT: Add ARDUINO in "supported_form_factor"
2017-06-12 17:03:12 +02:00
bcostm
9ced451307
Add target in unsupported main.cpp test files
2017-06-12 17:03:12 +02:00
bcostm
116d35ad9b
Update PinNames.h and remove PortNames.h after rebase with master
2017-06-12 17:03:12 +02:00
bcostm
b26eae581d
Add DISCO_L475VG_IOT in build, export and tests python files
2017-06-12 17:03:12 +02:00
bcostm
4cdbbcabc0
Add DISCO_L475VG_IOT in targets.json
2017-06-12 17:03:12 +02:00
bcostm
374f71ca66
Add DISCO_L475VG_IOT in mbed_rtx.h
2017-06-12 17:03:12 +02:00
bcostm
074e11dcc1
Add DISCO_L475VG_IOT specific files
2017-06-12 17:03:12 +02:00
Sam Grove
f31ea01237
Merge pull request #4487 from Archcady/Realtek_TCM
...
Resolve Realtek device small code space issue
2017-06-11 01:09:51 -05:00
Sam Grove
22e82659d1
Merge pull request #4483 from c1728p9/workshop_rebase_4061
...
Improve error messages for bootloader build errors
2017-06-11 01:09:35 -05:00
Sam Grove
cfc4159c3f
Merge pull request #4490 from pan-/reintroduce_ticker_test
...
tests: Reintroduce ticker test.
2017-06-11 01:09:24 -05:00
Sam Grove
91bececab9
Merge pull request #4470 from c1728p9/workshop_rebase_4064
...
Flash API support using the MCUXpresso drivers
2017-06-11 01:09:11 -05:00
Sam Grove
f56d64f0f5
Merge pull request #4369 from bridadan/networking_test_update
...
Increase DHCP timeout, and rework networking tests logic
2017-06-10 15:31:16 -05:00
Yuguo Zou
f4522134ed
Resolve Realtek device small code space issue
...
switch on TCM section usage, this should give user code more codespace.
2017-06-10 09:46:01 -05:00
Martin Kojtal
d0d7c6f4f6
lwip: fix stm32f4 eth conf file
...
This file is moved to targets that support eth. It can't be common for any F4, as
not all targets from this family support eth.
2017-06-10 15:20:30 +01:00
Brian Daniels
4f5a199336
Fix bad print message in test
2017-06-10 15:14:28 +01:00
Brian Daniels
00a41add12
Fixing typos in docs
2017-06-10 15:14:28 +01:00
Brian Daniels
94b4160347
Fixing bad asserts
2017-06-10 15:14:28 +01:00
Brian Daniels
f616bf28f6
Adding comments for added Greentea function
2017-06-10 15:14:28 +01:00
Brian Daniels
c38b709685
Cleaning up udp tests
2017-06-10 15:14:28 +01:00
Brian Daniels
ccad027fa7
Adding comments describing buffer prep functions
2017-06-10 15:14:28 +01:00
Brian Daniels
388968f76b
Simplifying assert statements
2017-06-10 15:14:28 +01:00
Brian Daniels
6e76fce4fc
Specifying default length of UUID for Greentea
...
This creates a macro for the UUID length used by Greentea. This cuts
down on the use of "magic numbers" in test cases that use
the GREENTEA_SETUP_UUID function.
2017-06-10 15:14:28 +01:00
Christopher Haster
d451d1795e
Moved network test buffers into heap
...
This is a workaround for IAR's lack of flexibility with memory regions.
Otherwise these tests would use very little heap and be mostly global
allocations.
2017-06-10 15:14:28 +01:00
Christopher Haster
467eb342f0
lwip: Migrated to utest framework
...
per @bridadan
2017-06-10 15:14:28 +01:00
Christopher Haster
0887683a13
lwip: Fixed count of udp iterations to reflect attempts
2017-06-10 15:14:28 +01:00
Christopher Haster
036f1cdfd4
lwip: Added udp buffer flushing after dropped packets
...
Avoids getting stuck in loop where the device always picks
up the previous test's packets
2017-06-10 15:14:28 +01:00
Christopher Haster
f11f2b35e0
lwip: Increased DHCP timeout to 60 seconds
...
This matches the timeout used in linux:
https://linux.die.net/man/5/dhclient.conf
This resolves several issues noticed during testing when we
have a very large number of devices that try to get an IP address
around the same time.
2017-06-10 15:14:28 +01:00
Brian Daniels
70dd7cc273
Fixing some issues in the tcp/udp tests
2017-06-10 15:14:28 +01:00
Brian Daniels
f313bc2988
Arranging logic in test to prevent left-over behavior
2017-06-10 15:14:28 +01:00
Brian Daniels
dc87aaad1c
Making udp_echo_parallel test more robust against network issues.
...
Making the test more forgiven for minor networking issues. Also adding
more debug prints to make it easier to see which packets are coming from
where.
2017-06-10 15:14:28 +01:00
Brian Daniels
acaf435d64
Making UDP test less strict on dropped/mismatched packets.
...
Before, the UDP test was very strict on the number of packets it would
try to match before failing. Now it will keep trying for the whole test
to get enough passing packets. It also includes the test's UUID so you
can validate which packets are being received.
2017-06-10 15:14:28 +01:00
Brian Daniels
551ff03dc0
Adding ability to preserve Greentea UUID in test.
...
The Greentea UUID can be used as a source of entropy/randomness during
the test. This is useful for uniquely identifying a test run.
2017-06-10 15:14:28 +01:00
Brian Daniels
98a5262361
Adding failure logs to TCP echo test.
...
This adds some extra logs to the test for debugging purposes. Also
allows the test to fail immediately if it fails to obtain an IP address.
2017-06-10 15:14:28 +01:00
Brian Daniels
26eafd9958
Allowing dtls test to retry correctly.
...
The dtls test already has the ability to retry upon a UDP failure.
However the sockets are currently configured to be blocking and to wait
forever. I added a timeout of 1.5 seconds in order the test to correctly
timeout.
2017-06-10 15:14:28 +01:00
Martin Kojtal
13334105e4
Merge pull request #4448 from sg-/add-cell-example
...
Add mbed-os-example-cellular to release data
2017-06-10 08:29:18 +01:00
Martin Kojtal
6d5f4db6cb
Merge pull request #4519 from c1728p9/fix_mktime_test
...
Fix mktime test
2017-06-10 08:28:11 +01:00
Russ Butler
adcd2928fe
Fix mktime test DST error
...
Initialize all values of timeinfo in make_time_info. This prevents
the field 'tm_isdst' from getting inadvertently set to 1 causing
time to be off by 1 hour.
2017-06-09 16:29:24 -05:00
Russ Butler
d6af53c3ab
Limit mktime test range for IAR
...
Do not test mktime or localtime past the year 1935 for IAR since this
is out of their supported range.
2017-06-09 16:26:17 -05:00
Jimmy Brisson
113ee13505
Merge pull request #4472 from c1728p9/workshop_rebase_4037
...
Silicon Labs: Add flash API support
2017-06-09 16:18:41 -05:00
Jimmy Brisson
5c49dba05b
Merge pull request #4513 from mikaleppanen/mult_filter_disable
...
Disabled lwip ethernet ipv6 multicast filter for STM boards
2017-06-09 16:17:34 -05:00
Jimmy Brisson
761151359e
Merge pull request #4506 from c1728p9/disable_2_error_trapping
...
Disable error trapping for mbed 2 builds
2017-06-09 14:22:30 -05:00
Jimmy Brisson
f55a8c3088
Merge pull request #4503 from 0xc0170/fix_issue_sdk_vectors
...
mbed sdk boot: copy vectors addition
2017-06-09 14:22:12 -05:00
Mahadevan Mahesh
b3b0d21c8b
Flash API support using the MCUXpresso drivers
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2017-06-09 11:20:23 -05:00
Sam Grove
0013b4afa5
Add mbed-os-eample-cellular to release data
2017-06-09 15:18:04 +01:00
Martin Kojtal
e850355a16
Merge pull request #4509 from kegilbert/17q2-spi_sdcard-rebase2
...
NRF52840: enabled SdBlockDevice capability
2017-06-09 15:07:03 +01:00