Commit Graph

67 Commits

Author SHA1 Message Date
TamtamHero
78295bc6d8 Fix Nano S freeze 2019-03-18 14:03:54 +01:00
OTO
102aa4d1b3 - balenos UX integration
- fix for memory placement of N_storage (on balenos)
- fix to avoid ux_step/ux_step_count in balenos

fix makefile against real target id for the nanox

fix target name in main.c

fix balenos icons on dashboard

implement NO_CONSENT to allow for M2M interaction
2019-03-18 13:27:39 +01:00
Nicolas Bacca
8691c0ca68 Merge branch 'master' into externalize-erc20 2019-03-17 10:52:15 +01:00
BTChip github
416a786e73 Review external token reset policy take 2 2019-03-08 17:34:16 +01:00
BTChip github
dc52d78d41 Review external token reset policy 2019-03-08 11:12:50 +01:00
Nguyen Sy Thanh Son
0b9d8acbf6 Update chainConfig.h 2019-02-06 15:06:22 +07:00
Nguyen Sy Thanh Son
403ba1dd27 Add support for TomoChain (TOMO) 2019-02-06 08:03:49 +00:00
BTChip github
b01c37e2ee Externalize ERC 20 support 2019-02-05 14:50:36 +01:00
Clément Péron
1ad2170560 Move more functions to utils 2019-01-16 11:10:36 +01:00
Clément Péron
334372c12f Split utils function from main 2019-01-16 11:10:36 +01:00
Clément Péron
f75adced1d Use correct include headers
Some headers are overkilled, and the order should be

/* LibC */
include <stdxxx.h>

/* Framework */
include <os.h>

/* Local */
include "EthUstream.h"
2019-01-16 11:10:35 +01:00
Clément Péron
662c902a5c Remove unused NAME3 macro 2019-01-16 11:10:35 +01:00
Clément Péron
649d5ebe26 update header license 2019-01-16 11:10:35 +01:00
Clément Péron
6af656c5ce Add Include macro guards 2019-01-16 11:10:34 +01:00
Nicemanss
24433ce7d4 Add support for High Performance Blockchain
homepage: https://hpb.io
block explorer: https://hpbscan.org
network statistics : https://hpbscan.org
git: https://github.com/hpb-project
slip0044 index : 269
chain ID: 269
2019-01-02 23:07:19 +01:00
Clément Péron
7c25f2643a Add cast for var using PIC Macro 2018-12-19 17:06:02 +01:00
Clément Péron
400bece184 move src_genericwallet to src
This will avoid an error with glyph.h which is not found when compiling deps.

Due to INCLUDE_PATH is looking for *.h but the glyph.h doesn't exist at this moment
2018-12-19 17:06:01 +01:00