Seppo Takalo
ab78c34345
Add dummy delay loop for ARMC6
...
This needs proper implementation later.
2018-09-01 12:37:46 -05:00
Seppo Takalo
3ab9c41983
WISE-1510 is not Arduino form factor
2018-09-01 12:37:46 -05:00
Seppo Takalo
50376154b4
Fix AT24MAC driver builds on targets that device SDA/SCL names
...
Some targets have SDA and SCL defined in public headers, breaking the
build of AT24MAC driver.
2018-09-01 12:37:46 -05:00
Seppo Takalo
f81b728575
Remove unneeded .gitignore files
2018-09-01 12:37:46 -05:00
Seppo Takalo
1ef04796ee
On KW24D and NCS36510 default to smaller Nanostack configuration
...
These boards do not fit the full Nanostack, so we need to select
6LoWPAN-ND as a default.
2018-09-01 12:37:46 -05:00
Seppo Takalo
fa8add4227
Remove components from RTOS-less build.
2018-09-01 12:37:45 -05:00
Seppo Takalo
9be7eabc4d
Exclude components from Doxygen
2018-09-01 12:37:45 -05:00
Seppo Takalo
56dda01368
TEMPORARY Skip building of examples that rely on drivers.
2018-09-01 12:37:31 -05:00
Seppo Takalo
fc5bf5986b
Add ESP8266 driver v1.6
2018-09-01 12:36:28 -05:00
Seppo Takalo
b5240db10d
Add MCR20A RF driver v1.0.1
2018-09-01 12:36:27 -05:00
Seppo Takalo
d02097f97c
Add Atmel RF driver v3.0.4
2018-09-01 12:36:27 -05:00
Seppo Takalo
710d1bb00a
Enable default Mesh interface on KW24D
...
This device still requires MCR20A driver to be in build tree
and this patch https://github.com/ARMmbed/mcr20a-rf-driver/pull/18
2018-09-01 12:36:27 -05:00
Cruz Monrreal
993c897b55
Merge pull request #7774 from yossi2le/sd-spif-to-mbed-os
...
Add default block device support (SD, SPIF and FLASHIAP)
2018-09-01 11:15:13 -05:00
Martin Kojtal
864332f665
Merge pull request #7561 from SenRamakri/sen_MbedOSDesignProcess
...
Design process and template for Mbed-OS
2018-09-01 10:28:22 +02:00
Cruz Monrreal
f82feecc51
Merge pull request #7822 from donatieng/nfc-impl
...
Add initial NFC support to Mbed OS
2018-08-31 19:01:25 -05:00
Russ Butler
e2d003a420
Fix memory allocation on STM32L4 devices
...
Depending on initial size allocated on STM32L4 devices with
TWO_RAM_REGIONS set a crash may occur. This is because there is a
mismatch between the size newlib is expecting and the size actually
returned by _sbrk. This is because the STM32L4 implementation of _sbrk
is performing alignment internally.
This patch fixes this problem by removing the code in __wrap__sbrk
which performs the alignment.
2018-08-31 18:31:52 -05:00
Cruz Monrreal
a849fa46df
Merge pull request #7662 from SenRamakri/sen_ErrorUrl
...
Add Error Decoding URL to error report
2018-08-31 18:27:30 -05:00
Olli-Pekka Puolitaival
6609faa5b2
Update icetea
2018-08-31 19:58:52 +03:00
Cruz Monrreal
00b7700be2
Merge pull request #7875 from c1728p9/feature_CMSIS_5_0b521765
...
Update CMSIS to 5.4.0
2018-08-31 11:31:37 -05:00
Yossi Levy
c1eb141def
Changing general_filesystem test to be more efficient. now format is done once at the beginning and once at the end while every test clean its resource before the next test. Testing time on SD should be drop form 10 minutes plus to less than 1 minute
2018-08-31 18:33:08 +03:00
Cesar
f91bba9803
Updated pinmap to fix CAN and enable UART hardware flow control
2018-08-31 17:17:29 +02:00
Cesar
c10907288d
Corrected device_has_add flags for bluepill_f103c8 target
2018-08-31 17:17:29 +02:00
Jarno Lamsa
bc2166e62d
Temporarily move SYNCHRONOUS_DNS_CACHE test to extended set until issues fixed with it
2018-08-31 16:12:51 +03:00
Jammu Kekkonen
1a9999708e
Fix memory reservation for Softdevice in NRF52_DK
2018-08-31 14:13:55 +03:00
Ron Eldor
c1b6fdc5af
Rename parameter name
...
Rename `obsolete_ctx` to `unused_ctx` as it is simply unused.
2018-08-31 13:53:29 +03:00
Vincent Coubard
09ed420d8d
NFC design doc: Update NDEF part of the design document.
2018-08-31 10:32:20 +01:00
Vincent Coubard
a0b356bfc8
NFC design doc: Update NDEF diagrams.
2018-08-31 10:31:16 +01:00
Olli-Pekka Puolitaival
a58aa58730
Remove MAC tester related code
2018-08-31 11:59:11 +03:00
Jarno Lamsa
2edc5f0bfc
Readme and help fixes
2018-08-31 11:56:52 +03:00
Jarno Lamsa
b433687e62
Skip the example app
2018-08-31 11:56:52 +03:00
Olli-Pekka Puolitaival
701490530c
Remove MAC tests because not completely ready yet
2018-08-31 11:56:52 +03:00
Olli-Pekka Puolitaival
4e38f73067
Fix after rebase
2018-08-31 11:56:52 +03:00
Jarno Lamsa
1209e73e0c
Fix issues coming from network default interface
2018-08-31 11:56:52 +03:00
Olli-Pekka Puolitaival
b41d215597
Update to icetea 1.* version
2018-08-31 11:56:52 +03:00
Olli-Pekka Puolitaival
2f01555f81
Fix typo
2018-08-31 11:56:11 +03:00
Olli-Pekka Puolitaival
dddac58bf4
Fix readme based on comments in pull request
2018-08-31 11:55:43 +03:00
Jarno Lamsa
564fdd5a21
Astyle for test applications
2018-08-31 11:55:43 +03:00
Olli-Pekka Puolitaival
2d787c594b
Autoformatted mac tests
2018-08-31 11:55:43 +03:00
Olli-Pekka Puolitaival
cae3d1d34e
update example
2018-08-31 11:55:43 +03:00
Olli-Pekka Puolitaival
b4822c8631
Fix typo
2018-08-31 11:55:43 +03:00
Olli-Pekka Puolitaival
449ef92b4d
Update licenses
2018-08-31 11:55:43 +03:00
Jarno Lamsa
8a107acaed
Remove unused aliases
2018-08-31 11:55:43 +03:00
Jarno Lamsa
bf7dc1b98e
Fix copyrights in python scripts
2018-08-31 11:55:43 +03:00
Jarno Lamsa
e4f4e64c3b
Use nanostack-libservice stoip4 to check if address is ipv4
2018-08-31 11:55:43 +03:00
Seppo Takalo
a5088962e4
Use NanostackRfPhy::get_default_instance() for finding the driver ( #2 )
2018-08-31 11:55:42 +03:00
Juhani Puurula
5eb3456b6e
Added test config for mac tester
2018-08-31 11:55:42 +03:00
Juhani Puurula
d2c736ba58
Added nanostack mac tester and testcases
2018-08-31 11:54:40 +03:00
Jarno Lamsa
c38769b499
review corrections
2018-08-31 11:54:40 +03:00
Olli-Pekka Puolitaival
ccf4416c70
Move test_suite.json ignore in project level
2018-08-31 11:54:40 +03:00
Olli-Pekka Puolitaival
49f842b4f6
Use icetea random string generator
2018-08-31 11:54:40 +03:00