Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openpgp functionality #447

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open

Openpgp functionality #447

wants to merge 58 commits into from

Commits on Jun 14, 2020

  1. bump tinycbor version

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    ba117b8 View commit details
    Browse the repository at this point in the history
  2. added openpgp

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    db40031 View commit details
    Browse the repository at this point in the history
  3. compile mbedtls and spiffs

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    7e5ec50 View commit details
    Browse the repository at this point in the history
  4. remove timing.c

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    f3bde0b View commit details
    Browse the repository at this point in the history
  5. c++ compile sketch

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    f316692 View commit details
    Browse the repository at this point in the history
  6. build clean

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    4c95040 View commit details
    Browse the repository at this point in the history
  7. memory layout sketch

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    4b6b704 View commit details
    Browse the repository at this point in the history
  8. openpgp update

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    d3eafbb View commit details
    Browse the repository at this point in the history
  9. c++ header for flash.h

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    55ee547 View commit details
    Browse the repository at this point in the history
  10. disable exceptions

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    8dff6c1 View commit details
    Browse the repository at this point in the history
  11. add init

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    4287024 View commit details
    Browse the repository at this point in the history
  12. logging

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    67cc5dd View commit details
    Browse the repository at this point in the history
  13. use 4 free pages

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    96324e5 View commit details
    Browse the repository at this point in the history
  14. define ABS

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    88c5a5a View commit details
    Browse the repository at this point in the history
  15. added flash write with erase

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    bf3ad06 View commit details
    Browse the repository at this point in the history
  16. fix flash write

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    7e73271 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1183f9c View commit details
    Browse the repository at this point in the history
  18. added xfr and slot errors

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    750aa91 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b944666 View commit details
    Browse the repository at this point in the history
  20. change data_in epnum

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    e6afbc8 View commit details
    Browse the repository at this point in the history
  21. interrupt sketch

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    7e3e1b5 View commit details
    Browse the repository at this point in the history
  22. ATR works

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    a5ae06a View commit details
    Browse the repository at this point in the history
  23. ccid parameters for T0 sketch

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    476e922 View commit details
    Browse the repository at this point in the history
  24. lib exchange c----c++ connect

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    314dd2b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f5c9a4b View commit details
    Browse the repository at this point in the history
  26. ccid exchange

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    cb36524 View commit details
    Browse the repository at this point in the history
  27. fix log sending via usb

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    f72f3ac View commit details
    Browse the repository at this point in the history
  28. remove redundant logs

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    e9ad71f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    40c61f5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c655d17 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    07b5d05 View commit details
    Browse the repository at this point in the history
  32. move some buffers to sram2

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    d4645c4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e601d41 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e688d3c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e2f8e8b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    92ae479 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b2addc8 View commit details
    Browse the repository at this point in the history
  38. fix some warnings

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    3783e89 View commit details
    Browse the repository at this point in the history
  39. some changes in ld

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    5f80eb8 View commit details
    Browse the repository at this point in the history
  40. add stm32fs to solo build

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    a6e2726 View commit details
    Browse the repository at this point in the history
  41. remove spiffs from make

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    0681ce6 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    39763dd View commit details
    Browse the repository at this point in the history
  43. add bearssl

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    3f74fe2 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    d1de2e1 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a50e2e3 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    7ad015f View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    bedd657 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    2ae85df View commit details
    Browse the repository at this point in the history
  49. added libsalty obj files

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    ae03a4b View commit details
    Browse the repository at this point in the history
  50. fix warning

    merlokk committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    b1d92cd View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. remove some parts of bearssl

    merlokk committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    239747f View commit details
    Browse the repository at this point in the history
  2. remove mbedtls and spiffs

    merlokk committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    eaf7a70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    752ee73 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    3e00da5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. solo editor files

    merlokk committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    596edee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f33258b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    531f922 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. fix compiler warning

    merlokk committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    e29d477 View commit details
    Browse the repository at this point in the history