Ashok Rao
a78554ebfa
Fixing .astyleignore conflict
2020-07-31 15:50:03 +01:00
Ashok Rao
0d9a1cc24e
Adding required host_tests
2020-07-31 15:15:08 +01:00
Martin Kojtal
e57e325274
Merge pull request #13379 from rajkan01/fix_missing_lib_json
...
Fix baremetal nightly test build issue
2020-07-31 13:25:01 +01:00
Martin Kojtal
74a1a05cce
Merge pull request #13279 from jamesbeyond/remove_targets
...
TESTS: removed mbed OS 6 unsupported target in examples test
2020-07-31 12:06:33 +01:00
George Psimenos
bcb5c10d62
Update lwipstack paths
2020-07-31 10:19:52 +01:00
George Psimenos
97ea45ad63
Move lwipstack
...
- Public headers moved into mbed-os/connectivity/lwipstack/include/lwipstack folder
- Source moved into mbed-os/connectivity/lwipstack/source folder
- Internal lwip and lwip-sys libraries moved to source folder
2020-07-31 10:15:25 +01:00
Chun-Chieh Li
dde8f6f015
M252: Re-organize PinNames.h
...
This is to support M251 series based targets.
2020-07-31 17:05:36 +08:00
Chun-Chieh Li
a76f5dcbdf
M252: Support configurability of USB/STDIO UART pins
...
- STDIO_UART and STDIO_UART_TX/STDIO_UART_RX
- USB_UART and USBTX/USBRX
2020-07-31 17:05:35 +08:00
Chun-Chieh Li
f7e4a75041
M252: Make memory specification configurable
...
This is to support all M251 series based targets.
2020-07-31 17:05:35 +08:00
Chun-Chieh Li
1f70a3caa2
M252: Change SERIAL_TX/SERIAL_RX pin names to other than USBTX/USBRX
...
USBTX/USBRX should be dedicated for USB VCOM and not for other uses.
2020-07-31 17:05:34 +08:00
Chun-Chieh Li
2e1627d31e
M252: Introduce base target MCU_M251
...
This is to support all M251 series based targets.
2020-07-31 17:05:33 +08:00
George Psimenos
bb5c2cf32a
Duplicate host tests for drivers
2020-07-31 10:04:36 +01:00
George Psimenos
0a759aaa38
Move drivers greentea tests
2020-07-31 10:04:36 +01:00
George Psimenos
973c1dc2ff
Move drivers unit tests
2020-07-31 10:04:36 +01:00
George Psimenos
009f91e2cc
Move drivers headers
2020-07-31 10:02:47 +01:00
Rajkumar Kanagaraj
49924b8a0b
Add mbed_lib.json config to avoid emac drivers source includes by default
2020-07-30 10:24:58 -07:00
Martin Kojtal
e446a688e2
Merge pull request #13366 from matthew-macovsky-cypress/pr/iar-except-fix
...
Fix IAR assembler errors on except.S
2020-07-30 17:04:16 +01:00
George Beckstein
e77cdffbaa
Include mbed_assert.h in Queue
2020-07-30 11:23:24 -04:00
Qinghao Shi
c4c120b390
TESTS: add new psa targets
2020-07-30 15:24:46 +01:00
Qinghao Shi
6167d46b91
TESTS: removed mbed OS 6 unsupported target in examples test
2020-07-30 15:24:20 +01:00
Martin Kojtal
821631a7f9
Merge pull request #13351 from MultiTechSystems/fix-dragonfly-F413RH
...
Fix MTS_DRAGONFLY_F413RH drag and drop failure
2020-07-30 13:27:01 +01:00
Martin Kojtal
c7251b0177
Merge pull request #13377 from rajkan01/move_nanostack_rf
...
Move nanostack rf driver from features to connectivity
2020-07-30 13:26:11 +01:00
Rajkumar Kanagaraj
f026f0d54f
Move nanostack rf driver from features/nanostack/nanostack-interface into connectivity/drivers/802.15.4_RF
2020-07-30 03:47:52 -07:00
Yuan Cao
8a2428b4dc
Fixed ThisThread flag_wait_any functions
2020-07-29 20:47:05 -04:00
winneymj
bcacf2136d
Fix include
2020-07-29 19:39:19 -05:00
winneymj
db23d53d32
Enable SPIM and bring into code.
2020-07-29 19:27:19 -05:00
Matthew Macovsky
b7c0e89eb9
Fix IAR assembler errors on except.S
...
Fixes two errors produced on except.S by the IAR assembler (as seen in
issue #13200 ).
The first: "'ALIGN' is illegal. Use directive ALIGNROM or ALIGNRAM (the
first parameter is raised to the power of 2, the second is a 32-bit fill
value)."
Fixed by changing ALIGN to ALIGNROM 2 to align to a 4-byte boundary
(mirroring what ALIGN does in the ARM except.S).
The second (on THUMB): "Must be placed inside a section"
Fixed by moving THUMB after the SECTION directive so that it affects
that section.
2020-07-29 08:25:41 -07:00
Martin Kojtal
f20f93a648
Merge pull request #13333 from gpsimenos/gp-events-restruct
...
Events directory restructuring
2020-07-29 12:44:17 +01:00
Anna Bridge
aa882d3e5f
Merge pull request #13362 from jamesbeyond/test_update
...
TESTS: update tests and fixing time drifting tests in rtos folder
2020-07-28 16:46:25 +01:00
Anna Bridge
67e6052da3
Merge pull request #13318 from kyle-cypress/pr/destructors-free
...
Call HAL free functions from C++ destructors
2020-07-28 16:39:21 +01:00
Qinghao Shi
fe8e51fde2
TESTS: fix timing drift test in rtos folder
2020-07-28 14:16:56 +01:00
Qinghao Shi
0bacd5b8e1
TESTS: update test with explicit skip message
2020-07-28 14:15:51 +01:00
Ashok Rao
448f609d13
Adding UNITTESTS to .astyleignore
2020-07-28 10:16:47 +01:00
George Psimenos
99803be98f
Relocate platform unit tests
2020-07-28 10:16:47 +01:00
Ashok Rao
09734a861d
Refactoring \platform as per directory structure proposal.
...
Mbed OS will soon be changing directory structure to the below:
```
[component name]
├── mbed_lib.json
├── CMakeList.txt
├── README.md
├── include
│ └── [component name]
│ └── internal
├── source
└── tests
├── <framework>
│ └── <test suite one>
├── UNITTESTS
│ └── <unit test suite one>
└── TESTS
└── <greentea test suite one>
```
This PR implements the above new directory structure for the current \platform directory.
**NOTE:** This PR does NOT include the refactoring of UNITTESTS as shown in the above directory structure. This will be done in a subsequent PR.
2020-07-28 10:14:44 +01:00
George Psimenos
fe7ae8a50f
Remove deprecated local unit tests
2020-07-28 09:17:19 +01:00
George Psimenos
d480fab08b
CI & local unit test fixes
2020-07-28 09:17:19 +01:00
George Psimenos
76f37fb2bc
Restructure events directory & move tests
2020-07-28 09:17:19 +01:00
Martin Kojtal
f7ffd63deb
Merge pull request #13357 from rajkan01/emac_dir_restructure
...
Move emac-drivers from features into connectivity directory
2020-07-28 09:11:23 +01:00
Rajkumar Kanagaraj
2add7064ec
Update astyleignore and source code comment
2020-07-27 10:04:01 -07:00
Rajkumar Kanagaraj
522f100262
Move features/netsocket/emac-drivers to connectivity/drivers/emac
2020-07-27 09:53:31 -07:00
Martin Kojtal
6bd52719f6
Merge pull request #13335 from rajkan01/netsocket_dir_restructure
...
Restructure netsocket directory
2020-07-27 14:35:27 +01:00
Martin Kojtal
315b6bd632
Merge pull request #13314 from rajkan01/storage_sys_dir_restructure
...
Storage `system_storage` directory restructure
2020-07-27 10:26:52 +01:00
Leon Lindenfelser
53a75c83cb
Fix MTS_DRAGONFLY_F413RH drag and drop failure
...
When manually flashing an application binary to the MULTITECH drive, a FAIL.TXT
file is produced with the following info:
“The application file format is unknown and cannot be parsed and/or processed”.
2020-07-24 14:13:35 -05:00
Jaeden Amero
5ea51596ac
travis: Fix spelling errors
2020-07-24 15:29:40 +01:00
Jaeden Amero
fc146cd641
travis: Remove trailing whitespace
2020-07-24 15:29:40 +01:00
Martin Kojtal
f5358a7ff4
Merge pull request #13332 from OpenNuvoton/nvt_iot_m252_target
...
Nuvoton: Update M252 target name
2020-07-24 09:22:42 +01:00
Rajkumar Kanagaraj
59072e9f58
Update documentation reference
2020-07-23 08:31:52 -07:00
Rajkumar Kanagaraj
8a0ba8f0c2
Refactor storage/system_storage directory
2020-07-23 08:30:49 -07:00
Martin Kojtal
1d9c13ed5b
Merge pull request #13307 from rajkan01/storage_kv_dir_resturcture
...
Restructure storage kvstore directory
2020-07-23 15:59:07 +01:00