Commit Graph

19020 Commits (903b6d6d19ec277029346b4fa07fd45bc414423e)

Author SHA1 Message Date
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
Olli-Pekka Puolitaival 54ff956461 Autoformatting files 2018-08-31 11:54:40 +03:00
Olli-Pekka Puolitaival 912c4f5c05 Remove not needed test_suite.json 2018-08-31 11:54:40 +03:00
Jarno Lamsa 773904000d Update copyright texts 2018-08-31 11:54:40 +03:00
Vincent Coubard 8e75802044 NFC doc: Fix constructor signature. 2018-08-31 09:52:32 +01:00
Jarno Lamsa 664d98a2b8 Remove startuml doxygen-command 2018-08-31 11:52:30 +03:00
Jarno Lamsa e4e6ddc424 Fix doxygen from ns_cmdline.h 2018-08-31 11:52:30 +03:00
Olli-Pekka Puolitaival b35aea255a Roll back initialization with super because it does not work with icetea for some reason 2018-08-31 11:52:30 +03:00
Olli-Pekka Puolitaival bf1781b005 Remove autoformatting 2018-08-31 11:52:30 +03:00
Olli-Pekka Puolitaival 3b3bed2406 Small fixes based on github comments 2018-08-31 11:52:30 +03:00
Olli-Pekka Puolitaival 60911876cd Icetea version update 2018-08-31 11:52:30 +03:00
Jarno Lamsa 2ddaed3a83 Changes needed for abstract socket interface 2018-08-31 11:52:15 +03:00
Jarno Lamsa 1e883c560b removed mbed-client-cli tests folder from root 2018-08-31 11:52:15 +03:00
Olli-Pekka Puolitaival db1b53e6f4 Limit mbed-ls less than 2 because of icetea and mbed-flashed support 2018-08-31 11:52:15 +03:00
Olli-Pekka Puolitaival fbbbc0d77f Move mbed-client-cli in right place 2018-08-31 11:52:15 +03:00
Olli-Pekka Puolitaival 75400ed31b Fix mbed-client-cli part 2018-08-31 11:52:15 +03:00
Olli-Pekka Puolitaival 9f3704e7b9 Add icetea in requirements 2018-08-31 11:52:15 +03:00
Olli-Pekka Puolitaival e27a26eb9d Icetea support 2018-08-31 11:51:57 +03:00
Maciej Bocianski 3a64383de5 fix qspi address sending for nrf52
fix address sending in qspi_command_transfer
now address is send MSB first
2018-08-31 10:48:37 +02:00
Martin Kojtal 2e869df296
Merge pull request #7899 from pan-/bt-phy
Bluetooth 5 Phy support
2018-08-31 09:34:48 +02:00
Ammad Rehmat b934632653 Access Point API 2018-08-31 11:33:30 +05:00
Cruz Monrreal b6f0ee2a72
Merge pull request #7844 from theotherjimmy/fw-update-integration
Implement device management subcommand
2018-08-30 22:40:52 -05:00
ccli8 55328ebdd5 [Nuvoton] Fix pin mode mapping between input pull mode/direction and I/O mode
1. Modify PinMode enum to fully support GPIO I/O modes.
2. Translate input pull mode/direction to I/O mode, where H/W doesn't support
   separate configuration for input pull mode/direction.
3. Allow for configuring I/O mode in addition to input pull mode.
2018-08-31 10:06:30 +08:00
Cruz Monrreal 06a98e7dcf
Merge pull request #7778 from SeppoTakalo/provide_default_mesh
Fix MeshInterface::get_default_instance()
2018-08-30 16:11:00 -05:00
Vincent Coubard 425c1c1e06 NFC Spec: Fix ref/pointer qualifier alignement. 2018-08-30 17:47:34 +01:00
Cruz Monrreal 88eb8aab23
Merge pull request #7794 from c1728p9/boot_overhaul
Update Mbed 5 boot sequence
2018-08-30 10:22:15 -05:00
Jimmy Brisson 2516737acb SImplify linkerscirpt usage
Avoids assigning to things that we can't assign
2018-08-30 08:41:15 -05:00
Kimmo Vaisanen f24623af97 LoRa: Stop processing MAC commands if command id is unknown
The length of a MAC command is not explicitly given and must be
implicitly known by the MAC implementation. Therefore unknown MAC
commands cannot be skipped and the first unknown MAC command
terminates the processing of the MAC command sequence.

This commit fixes the bug where MAC command processing was not
terminated when unknown MAC command was received.
2018-08-30 15:43:54 +03:00
Wajahat Abbas acd6ff304a corrected a typo in AT_CellularPower::opt_power_save_mode 2018-08-30 16:47:09 +05:00