Trying to use a library
Dependencies: mbed-rtos mbed BlinkLib
Fork of NerfUS by
History
Use BlinkerLib and MbedBlinker
2017-02-09, by dupm2216 [Thu, 09 Feb 2017 16:52:32 +0000] rev 10
Use BlinkerLib and MbedBlinker
Revert "Refactor to use library BlinkLib"
2017-02-09, by dupm2216 [Thu, 09 Feb 2017 16:35:02 +0000] rev 9
Revert "Refactor to use library BlinkLib"
Refactor to use library BlinkLib
2017-02-09, by dupm2216 [Thu, 09 Feb 2017 16:31:14 +0000] rev 8
Refactor to use library BlinkLib
Change blink period to 1 second; ; - The real purpose of this commit is to test the "pull request" feature
2017-02-09, by dupm2216 [Thu, 09 Feb 2017 02:01:51 +0000] rev 7
Change blink period to 1 second; ; - The real purpose of this commit is to test the "pull request" feature
Rerename test directory to TESTS
2017-02-04, by Maxime Dupuis [Sat, 04 Feb 2017 23:10:53 -0500] rev 6
Rerename test directory to TESTS
I don't know why it reverted, but now
it should work
Remove build files added accidentaly
2017-02-04, by Maxime Dupuis [Sat, 04 Feb 2017 23:05:05 -0500] rev 5
Remove build files added accidentaly
Force online mbed to ignore the tests directory
2017-02-04, by Maxime Dupuis [Sat, 04 Feb 2017 22:58:57 -0500] rev 4
Force online mbed to ignore the tests directory
Rename from test to TESTS.
Online mbed ignores the content of this specific directory.
"Placing code under this directory means it will be ignored when building applications"
Source: https://docs.mbed.com/docs/mbed-os-api/en/mbed-os-5.1.0/api/md_docs_testing_mbed_OS_5.html#test-code-structure
Integrate GoogleTest and GoogleMock
2017-02-04, by Maxime Dupuis [Sat, 04 Feb 2017 22:48:36 -0500] rev 3
Integrate GoogleTest and GoogleMock
How to build and run the tests:
- mkdir build
- cd build
- cmake ..
- make
- ./run_all_tests
Replace curly braces
2017-02-04, by Maxime Dupuis [Sat, 04 Feb 2017 22:32:55 -0500] rev 2
Replace curly braces
Actually, I'm checking if it is possible to commit
from outside online mbed. This is from my PC using
mercurial
Add rtos library
2017-02-05, by dupm2216 [Sun, 05 Feb 2017 03:14:06 +0000] rev 1
Add rtos library