1
0
Fork 0

Commit Graph

  • 2c9da64f19 More attempts to stop termios v0.9.28 Shawn Nock 2020-01-16 13:51:14 -0500
  • bb1a94f020 More attempts to stop termios v0.9.27 Shawn Nock 2020-01-16 13:39:13 -0500
  • c857c88fd6 More thorough override on "-s 0" to stop termios interfering v0.9.26 Shawn Nock 2020-01-16 13:21:25 -0500
  • 051b086c0f Assigns special baudrate '0' to skip uart speed setup v0.9.25 Shawn Nock 2020-01-16 11:03:01 -0500
  • f46750c4df Include bootloader v0.5.0 and expand autoupgrade to 0.4.x master v0.9.24 Shawn Nock 2019-06-26 12:01:41 -0400
  • 63419ac7c0 Overload -n to disable driving the REQ/RST pins v0.9.23 Shawn Nock 2019-06-25 15:39:58 -0400
  • d1cc5c3f4c Adds dump mode and no-fix mode v0.9.22 Shawn Nock 2019-06-19 13:39:53 -0400
  • 5b9a07c92f Always run subsequent upload in fast_mode after bootloader upgrade v0.9.21 Shawn Nock 2019-06-18 15:10:14 -0400
  • ed9e766423 Eliminates excessive sleep waiting for response and send wait for fast_mode Shawn Nock 2019-06-18 15:07:14 -0400
  • 50f987eb48 Adds in optional fast_mode for later c3w bootloaders v0.9.20 Shawn Nock 2019-06-18 14:44:47 -0400
  • f1f64667f3 Fixes invalid length on last chunk logic error v0.9.19 Shawn Nock 2019-06-18 14:08:35 -0400
  • e5bc535c72 Make writing the serial port a fatal error Shawn Nock 2019-06-18 13:57:58 -0400
  • 56c833edba Fixes possible NULL dereference, increases error checking / reporting Shawn Nock 2019-06-18 13:43:05 -0400
  • 10b9f33142 Integrates fixkey workflow into the normal update workflow Shawn Nock 2019-06-04 12:20:14 -0400
  • 7678f72331 Integrates fixkey workflow into the normal update workflow v0.9.18 re-unfuck Shawn Nock 2019-06-04 12:20:14 -0400
  • d1a1717af9 Reverts dynamic HCI payload trigger Shawn Nock 2019-06-04 12:45:50 -0400
  • 77730a004f Integrates fixkey workflow into the normal update workflow Shawn Nock 2019-06-04 12:20:14 -0400
  • 6fb12916b1 Static trigger test v0.9.17 Shawn Nock 2019-05-24 10:28:30 +0000
  • cd468ddc57 Configurable timeout, option to dump payload trigger packet v0.9.16 Shawn Nock 2019-05-24 09:42:54 +0000
  • eeb5f05615 Adds -p option to specify payload function offset v0.9.15 Shawn Nock 2019-05-23 14:36:18 +0000
  • 974d675621 Fixes typo in tmp buffer v0.9.14 Shawn Nock 2019-05-22 15:25:32 +0000
  • 599d9a2b3b Increases rx buffer and tosses out possible prefixed junk v0.9.13 Shawn Nock 2019-05-22 15:13:46 +0000
  • a78bc320f8 Improvements to response handling v0.9.12 Shawn Nock 2019-05-22 14:56:29 +0000
  • 4f90783950 Refactors response handling code due to segfaults on mipsel Shawn Nock 2019-05-22 12:35:07 +0000
  • 363f7d88a6 Improves response handling further v0.9.11 Shawn Nock 2019-05-21 16:04:05 +0000
  • d0067b8a79 Adds better processing of payload response v0.9.10 Shawn Nock 2019-05-21 15:46:50 +0000
  • 61c67bc051 Refactors serial into library; adds fixkey demo v0.9.9 Shawn Nock 2019-05-21 12:45:47 +0000
  • 99cb7816ad Checks if we rx data past the \n before we copy the buffer v0.9.8 Shawn Nock 2019-05-08 16:27:33 +0000
  • 28a0622aa3 Adds timeout v0.9.7 Shawn Nock 2019-05-08 15:53:08 +0000
  • a76382c2bb Use pkgconfig to find tinycbor v0.9.6 Shawn Nock 2019-05-08 15:09:10 +0000
  • 8cab0c7082 Refactor for system tinycbor v0.9.5 Shawn Nock 2019-05-08 14:47:29 +0000
  • 9d0baf6335 APLv2 except for base64 Shawn Nock 2019-05-08 14:47:07 +0000
  • 2828b8f568 Adds BSD License Shawn Nock 2019-05-08 13:52:55 +0000
  • e1406829db Removes tinycbor submodule in favour of separate packaging Shawn Nock 2019-05-08 13:41:37 +0000
  • cc1ab9323a Adds cmake install info v0.9.4 Shawn Nock 2019-05-08 12:23:36 +0000
  • 86819ebac2 Removes unneeded include from main.c v0.9.3 Shawn Nock 2019-05-08 11:48:39 +0000
  • 09b64ed0b4 Removes static build option Shawn Nock 2019-05-08 11:48:07 +0000
  • 29b066ee7d Fixes invalid call to fprintf v0.9.2 Shawn Nock 2019-05-08 11:05:41 +0000
  • c86c0d2777 Reduce the minimum cmake version for openwrt v0.9.1 Shawn Nock 2019-05-08 11:03:27 +0000
  • 1857c617f0 Disables static build by default v0.9.0 Shawn Nock 2019-05-08 11:01:38 +0000
  • 57d47d64c9 Tunes the MTU parameters for max upload speed with boot_serial Shawn Nock 2019-05-08 10:48:25 +0000
  • 5f8a942ad4 Adds support for building without SHA256 Shawn Nock 2019-05-08 10:14:59 +0000
  • f82c788382 Fixes upload Shawn Nock 2019-05-08 10:11:57 +0000
  • 925266f845 First update packet now identical to reference; WIP Shawn Nock 2019-05-07 16:19:42 +0000
  • 830699b3ad Closer to reference output Shawn Nock 2019-05-03 23:14:14 -0400
  • 7dce280154 more WIP, trying to replicate the newtmgr exactly Shawn Nock 2019-05-03 13:06:01 -0400
  • 50c30b0822 WIP shitshow Shawn Nock 2019-05-02 16:54:43 +0000
  • fa35034fd6 Initial working "image version" response parsing Shawn Nock 2019-05-02 12:48:43 +0000
  • 1ee27ccced Initial support for sending the list command Shawn Nock 2019-05-01 16:25:19 +0000
  • c0b555755b WIP Shawn Nock 2019-04-25 12:47:53 -0400
  • 12a0a3ca3c Initial commit Shawn Nock 2019-03-26 14:24:36 -0400