Commit Graph

329 Commits

Author SHA1 Message Date
Pavol Rusnak d003c250d8
boardloader: refactor flash_option_bytes from trezorhal to boardloader/lowlevel 2017-10-11 23:53:29 +02:00
Pavol Rusnak 3982c19378
fix whitespace 2017-10-11 23:37:28 +02:00
mcudev 61e0f6c818 stm32f427 sram bigger (#39) 2017-10-11 23:36:07 +02:00
Pavol Rusnak 98ad17e1ea
firmware: use __FUNCTION__ in consistency with the rest of the code 2017-10-11 23:23:08 +02:00
Pavol Rusnak 7babde646e
embed: more cleanup 2017-10-11 23:11:59 +02:00
Pavol Rusnak 7653eb699d
embed: use 4bpp fonts again 2017-10-11 23:05:08 +02:00
Pavol Rusnak a43aec0fe3
embed: make F427 the default mcu 2017-10-11 21:36:55 +02:00
Pavol Rusnak 6413c2c23e
embed: rework memory layout, enable stack protector 2017-10-11 21:19:52 +02:00
Pavol Rusnak 7117c59ed9
firmware: drop firmware0 concept 2017-10-11 20:04:17 +02:00
Pavol Rusnak 10ebd43261
firmware: move nlr_jump_fail from common to firmware 2017-10-11 20:01:22 +02:00
Pavol Rusnak 32e48258e4
trezorhal: preparations for F427 support 2017-10-11 19:52:58 +02:00
Pavol Rusnak eb345046d3
trezorhal: move internal constants to common.c 2017-10-11 19:06:09 +02:00
Pavol Rusnak 69953a91c5
trezorhal: code cleanup, combine stm32_it.c + stm32_system.c into stm32.c 2017-10-11 18:43:39 +02:00
Pavol Rusnak a6fd1da237
boardloader: wait 5 seconds before copying bootloader 2017-10-11 18:11:38 +02:00
mcudev ead626404b boardloader: issue 34 (#36) 2017-10-11 12:58:36 +02:00
mcudev 9ea975d37d jump_to: reset registers to zero (#33) 2017-10-10 14:40:57 +02:00
mcudev 8e96978ce2 boardloader, bootloader, firmware stage switching updates (#30) 2017-10-09 19:55:54 +02:00
mcudev dbfeddce79 firmware: issue #12 (#29) 2017-10-09 17:45:45 +02:00
mcudev 08caf86c5b bootloader: issue #12 (#28) 2017-10-09 17:44:58 +02:00
mcudev b0c54e2a4b boardloader: simplify linker script (#27) 2017-10-09 17:43:38 +02:00
Pavol Rusnak 7bbfba1ac0
boardloader, bootloader: moving embed/common/* to embed/trezorhal/* 2017-10-08 23:55:05 +02:00
mcudev 8d3540c858 boardloader, bootloader: jump_to memory clearing and simplify code to asm 2017-10-08 23:48:44 +02:00
mcudev acca6a0945 boardloader: move memset_reg to separate source file 2017-10-08 23:48:44 +02:00
mcudev bb5b4d2e55 boardloader: simplify vector table config with macro 2017-10-08 23:48:44 +02:00
mcudev 08b231a298 boardloader: factor out vector table 2017-10-08 23:48:44 +02:00
mcudev 4ee5872a55 display: backlight handling (#25) 2017-10-06 11:11:59 +02:00
mcudev f4e72aa4cc rng updates (#24) 2017-10-06 11:11:43 +02:00
mcudev a381819ad1 clock updates (#21) 2017-10-06 11:09:22 +02:00
Pavol Rusnak 6693d61aa0
boardloader+bootloader: remove prints during normal operation 2017-10-05 20:19:04 +02:00
Pavol Rusnak 78f57d083c
add vendor trust to vendorheader 2017-10-05 17:31:39 +02:00
Pavol Rusnak 39b614499f
build: update production keys 2017-10-04 20:20:01 +02:00
Pavol Rusnak b962ace27d
build: add production keys 2017-10-04 15:55:59 +02:00
Pavol Rusnak 09340e93d7
firmware+unix: sync mpconfigport.h with upstream 2017-10-03 16:28:03 +02:00
Jan Pochyla cd33fa7293 modtrezorui/unix: remove redundant init values 2017-10-02 16:48:24 +02:00
Jan Pochyla 7c4db458e5 modtrezorui/unix: fix 5c21c4a 2017-10-02 16:47:45 +02:00
Jan Pochyla 3a48307002 modtrezorui/unix: fix 43e8b85 2017-10-02 16:30:07 +02:00
Jan Pochyla 99d3ae5e8b modtrezorui/unix: make sure display is initialized 2017-10-02 16:22:27 +02:00
Jan Pochyla 7d31bdcf78 modtrezorutils: add consteq 2017-10-02 11:59:30 +02:00
Pavol Rusnak 2139e8b02d
fonts: use 2 BPP instead of 4 for fonts 2017-10-01 20:47:35 +02:00
Pavol Rusnak da8cc37a54
tools: move code generating tools to tools/codegen 2017-10-01 19:52:43 +02:00
Pavol Rusnak 63737f59b0
bootloader: vendor nanopb as submodule 2017-10-01 18:13:25 +02:00
Pavol Rusnak 8ddcd74080
build: sign all stuff using ed25519 cosi (2 out of 3) 2017-10-01 17:56:19 +02:00
mcudev 430117dd16 flash_otp_write: uninitialized variable 2017-09-30 23:20:21 +02:00
Pavol Rusnak 2bc37a10fe
use different set of keys for boardloader/bootloader/vendorheader 2017-09-29 17:31:59 +02:00
Pavol Rusnak a055f4e8fb
boardloader+bootloader: remove unneded STM32 include 2017-09-29 10:11:12 +02:00
Pavol Rusnak ad614a364f
bootloader+firmware: move startup scripts to embed, preparation for their change 2017-09-29 10:01:20 +02:00
mcudev 3bcd75fd94 issue 12: startup related changes 2017-09-29 09:49:51 +02:00
Pavol Rusnak 11e223850f
trezorhal: enable CSS (Clock Security System) 2017-09-28 19:33:18 +02:00
Pavol Rusnak d33ce4a666
firmware: fix last commit 2017-09-28 14:14:10 +02:00
Pavol Rusnak cfe9c73c78
firmware: init display when used in standalone (firmware0) mode 2017-09-28 14:10:30 +02:00
mcudev 43e8b85700 display updates 2017-09-28 13:58:58 +02:00
mcudev 58bad110e2 hardfault handler update 2017-09-28 13:31:01 +02:00
Pavol Rusnak d50eeb581a
trezorhal: introduce flash_write_{byte,word} 2017-09-28 11:28:40 +02:00
Pavol Rusnak 67d8d4fa2e
modtrezorio: add FlashOTP class 2017-09-27 12:00:35 +02:00
Pavol Rusnak 66930f2e37
trezorhal: add flash_otp functions 2017-09-27 11:09:08 +02:00
Pavol Rusnak 9019ec7e2b
build: add firmware0 target (firmware with no headers) 2017-09-25 15:49:42 +02:00
Jan Pochyla 1da18c955b trezorhal/sbu: use PA2/PA3 2017-09-20 14:07:13 +02:00
Pavol Rusnak a67be06349
trezorhal: add io.SBU 2017-09-07 23:50:57 +02:00
Pavol Rusnak b715f7463d
modtrezorui: pwm control is now on pin A7 2017-09-07 23:11:17 +02:00
Pavol Rusnak be598582f5
trezorhal: remove trezorhal/hal directory 2017-09-07 23:11:16 +02:00
mcudev 5c21c4a96b better support ILI9341 testing, make tearing effect synch optional, minor fixes 2017-09-07 23:10:16 +02:00
Jan Pochyla 29b90465ce micropython: update submodule 2017-09-06 19:15:59 +02:00
mcudev 7535fb74ea fix minor compile time bug and update docs 2017-09-05 22:44:21 +02:00
Pavol Rusnak d72f026313
firmware: enable input() built-in 2017-09-05 15:18:24 +02:00
Pavol Rusnak a926e5047d
trezor.io: update comment in sdcard read/write methods 2017-09-05 08:04:21 +02:00
Pavol Rusnak fb2eff7ced
trezor.ui: add antialiasing to display.avatar 2017-09-05 00:19:31 +02:00
Pavol Rusnak be9a05b55a
ui.display: add avatar function 2017-09-04 22:15:30 +02:00
Pavol Rusnak ae17af2313
Revert "usb: disable HS mode & U2F iface for now"
This reverts commit b61676cf89.
2017-09-04 14:22:37 +02:00
Jan Pochyla b61676cf89 usb: disable HS mode & U2F iface for now 2017-08-22 14:12:15 +02:00
Jan Pochyla 115bd995eb trezorhal/usb: fix string descriptors 2017-08-22 10:49:32 +02:00
Jan Pochyla bdc9496ff0 make: remove Makefiles 2017-08-15 21:24:15 +02:00
Jan Pochyla a15f6e3835 modtrezorio: fix missing includes 2017-08-15 18:14:14 +02:00
Jan Pochyla b1b84fb233 modtrezorio: move write() to HID 2017-08-15 18:14:14 +02:00
Jan Pochyla d2781d030d msg: rename to io 2017-08-15 18:14:14 +02:00
Jan Pochyla 4c987454eb modtrezormsg: merge to modtrezorio 2017-08-15 18:14:14 +02:00
Jan Pochyla 3dab5e7797 scons: cleanup defines 2017-08-07 12:04:23 +02:00
Jan Pochyla c357692a43 scons: add SConscript.unix 2017-08-04 00:46:57 +02:00
Jan Pochyla 803e39c2a8 make: adapt to micropython -> embed rename 2017-07-28 16:33:40 +02:00
Jan Pochyla 55bd4a0806 rename /micropython to /embed 2017-07-28 16:23:45 +02:00