get_cmake_property(_variableNames VARIABLES)
list (SORT _variableNames)
foreach (_variableName ${_variableNames})
message(STATUS "\n${_variableName}=${${_variableName}}\n")
endforeach()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
include("${CMAKE_SOURCE_DIR}/cmake/CodeCoverage.cmake") | |
APPEND_COVERAGE_COMPILER_FLAGS() | |
setup_target_for_coverage_lcov( | |
NAME ${PROJECT_NAME}_coverage | |
EXECUTABLE PROJECT_TEST_NAME |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************************************* | |
* Ark Wallet | |
* (c) 2017 Ledger | |
* (c) ARK Ecosystem | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************************************* | |
* Ark Wallet | |
* (c) 2017 Ledger | |
* (c) ARK Ecosystem | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************************************** | |
* | |
* Copyright (c) Simon Downey <[email protected]> <https://github.com/sleepdefic1t> | |
* | |
* The MIT License (MIT) | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy of | |
* this software and associated documentation files (the "Software"), to deal in | |
* the Software without restriction, including without limitation the rights to | |
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define __STDC_FORMAT_MACROS | |
#include <inttypes.h> | |
uint64_t i; | |
printf("%"PRIu64"\n", i); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Install Development Environment | |
There are two options for setting up our environment | |
**Option 1**: Using Ledger Vagrant | |
- Clone ledger-vagrant | |
> `git clone https://github.com/fix/ledger-vagrant` | |
- Connect to the vagrant machine | |
> `vagrant ssh` | |
- Move to the app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************************************* | |
* Ark Wallet | |
* (c) 2017 Ledger | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* |
Nano S version >=1.5.5
Steps:
Appends , MODE="0660", GROUP="plugdev"
to the subsystem udev rules from github/LedgerHQ/udev-rules.
Solution found at github/LedgerHQ/udev-rules/issues/#4.