Commit graph

  • 908095d572
    Cleanup redfast00 2020-08-27 04:02:10 +0200
  • e5bf82352f
    Different, less efficient way of checking if buffer overflowed redfast00 2020-08-27 03:29:16 +0200
  • a62562b716
    Enable error interrupt redfast00 2020-08-26 23:41:00 +0200
  • 36af43b144
    Add basic module with two buttons redfast00 2020-08-26 23:36:35 +0200
  • 54a87bb711
    Change library to use callback functions, add basic hardware redfast00 2020-08-26 23:35:13 +0200
  • 920723afed
    Add more setup steps to the README redfast00 2020-08-26 23:33:01 +0200
  • c226cc8513
    Fix reorganization Midgard 2020-08-26 21:13:16 +0200
  • c1c1096778
    Remove example Midgard 2020-08-26 20:40:32 +0200
  • 247c4800bb
    Merge pull request #1 from ZeusWPI/RobbeWeMissYou redfast00 2020-08-26 20:02:31 +0200
  • 086ae0e3fd
    Merge branch 'master' into RobbeWeMissYou redfast00 2020-08-26 20:02:14 +0200
  • b8c295a60c
    Merge pull request #3 from ZeusWPI/docs-hardware redfast00 2020-08-26 20:00:47 +0200
  • 1e129f08ea
    Template: add module type and ID, correct functions Midgard 2020-08-25 22:09:31 +0200
  • 084dc34ace
    Update new_module with renamed template dir Midgard 2020-08-25 21:53:33 +0200
  • 4fd6cc6d8f
    Add module library code Midgard 2020-08-25 21:48:23 +0200
  • 87824c6356
    Rename idempotency to count, add to strike msg Midgard 2020-08-25 21:47:58 +0200
  • 24a940e03b
    Hardware documentation redfast00 2020-08-25 21:22:36 +0200
  • 181dd87752
    Add module template and new_module.sh Midgard 2020-08-25 21:07:42 +0200
  • fc2a36cb9b
    Extend protocol with info modules Midgard 2020-08-25 21:07:25 +0200
  • 67c13fcdf3
    Update instructions, less subdirs Midgard 2020-08-24 15:16:09 +0200
  • 589a0f691d
    Library-ish layout Midgard 2020-08-20 21:51:33 +0200
  • 9dc7c399f2
    Update library and stuff Midgard 2020-08-20 21:13:19 +0200
  • 206331a613
    Merge pull request #2 from ZeusWPI/debugging_tool redfast00 2020-08-20 19:25:59 +0200
  • 5672998e4d
    Better initialization redfast00 2020-08-20 15:38:58 +0200
  • 341ff1bb1e
    Finish an obuscan abstraction Midgard 2020-08-20 17:47:32 +0200
  • 519c518cd4
    Spaces to tabs redfast00 2020-08-19 02:12:51 +0200
  • 5d5ad2decd
    Add debugging Arduino code redfast00 2020-08-19 02:10:30 +0200
  • 71df9f71b9
    Correct module ID handling: ID only unique per type Midgard 2020-08-18 17:52:33 +0200
  • ea1d0900cb
    Extract defs to shared.hpp, eliminate game_running Midgard 2020-08-18 16:51:51 +0200
  • 5bd8e841fb
    Fix indentation Midgard 2020-08-18 16:15:09 +0200
  • f37452df46
    Start writing web-based debugger redfast00 2020-08-16 04:16:36 +0200
  • 8e4bf6a3df
    Correct typo, add priority info redfast00 2020-08-16 01:50:19 +0200
  • 2c450492e3
    Update on wireguide redfast00 2020-08-16 00:55:41 +0200
  • 48f43f3325 Make baudrate higher for more responsive prints mcbloch 2020-08-10 23:51:28 +0200
  • 563a019d33 enhancements Timo De Waele 2020-08-10 23:49:49 +0200
  • 7b11b55367 Not yet tested controller implementation Timo De Waele 2020-08-10 23:26:45 +0200
  • 4a76fb384f Add strike count to protocol when signaling one happened mcbloch 2020-08-10 23:07:46 +0200
  • 519e158d87 Fix 2 comments in module code mcbloch 2020-08-10 23:02:18 +0200
  • c61606a31b Add deubg module that prints everyting on the bus. mcbloch 2020-08-10 22:51:55 +0200
  • ac42987c38 Checkpoint before bitvectoring Timo De Waele 2020-08-10 22:40:04 +0200
  • 609f87d470
    Merge branch 'master' of github.com:ZeusWPI/OBUS into master Francis 2020-08-10 22:30:21 +0200
  • db8d13fb37
    add module code Francis 2020-08-10 22:29:59 +0200
  • 8dc7e6edc9
    Update protocol.txt Maxime 2020-08-10 22:25:51 +0200
  • 9fe52d9aa6 Updated generated script to use [generated] file names docs Pieter-Jan Cassiman 2020-08-10 22:07:37 +0200
  • 2bb15d6bcb Added extra modules to JSON Pieter-Jan Cassiman 2020-08-10 22:07:01 +0200
  • b555c27438 Added generated files to gitignore Pieter-Jan Cassiman 2020-08-10 22:06:38 +0200
  • 229d99946c Updated generator to generate complete catalog page Pieter-Jan Cassiman 2020-08-10 21:41:54 +0200
  • 95992303ac Implemented discovery round Timo De Waele 2020-08-10 21:23:09 +0200
  • c3ca9ee0e5 Updated HTML generator to generate controllers, input-, output- and panic modules Pieter-Jan Cassiman 2020-08-10 21:19:04 +0200
  • 90f97bf9d8 Added json files for module types Pieter-Jan Cassiman 2020-08-10 21:08:28 +0200
  • 787bec65ea Added rudimentary HTML generator for catalog Pieter-Jan Cassiman 2020-08-10 20:58:30 +0200
  • 1d1e84221d Added editor folders & venv folder to gitignore Pieter-Jan Cassiman 2020-08-10 20:58:02 +0200
  • 6a3f3fbd5c Added dummy controller to catalog Pieter-Jan Cassiman 2020-08-10 20:57:31 +0200
  • 91bececb39 Implementing hello handshake Timo De Waele 2020-08-10 20:46:41 +0200
  • 39cb7f89ca added venv to gitignore Pieter-Jan Cassiman 2020-08-10 20:05:17 +0200
  • dc8c67e4db Replaced introduction & overview lorem-text by actual text Pieter-Jan Cassiman 2020-08-10 19:42:22 +0200
  • 545058e2d8 Update catalog styling Pieter-Jan Cassiman 2020-08-10 19:41:43 +0200
  • 245f2c80ae Started implementing controller state machine Timo De Waele 2020-08-10 19:40:39 +0200
  • 0e20c6bbac Add used can library to readme mcbloch 2020-08-10 19:34:45 +0200
  • f1ca1097ae
    Start controller code Midgard 2020-08-10 18:02:17 +0200
  • 705006ec8b Added PoC for catalog Pieter-Jan Cassiman 2020-08-10 17:53:58 +0200
  • 8373db5616
    Fix Midgard 2020-08-10 17:27:31 +0200
  • 2c44eb3bba
    Add CAN example redfast00 2020-08-10 17:19:48 +0200
  • c59e8b96be
    Add makefile Midgard 2020-08-10 17:04:21 +0200
  • 005d98332d
    Add editorconfig Midgard 2020-08-10 15:34:15 +0200
  • 4f765b3253
    Translate and enrich ideas Midgard 2020-08-06 18:19:04 +0200
  • 8e65f4bbd1
    Translate protocol spec, fix inconsistencies Midgard 2020-08-06 18:09:30 +0200
  • a8a19e3cb1 Add idea redfast00 2020-08-05 00:40:15 +0200
  • 2b4337cf4b Upload wireguide tool redfast00 2020-08-04 23:54:48 +0200
  • 9ba5163795 Add first draft of OBUS protocol redfast00 2020-08-04 21:44:45 +0200
  • 0c849bd3bd Add README redfast00 2020-08-04 20:58:53 +0200
  • 0aec943217 Updated ideas Pieter-Jan Cassiman 2020-08-04 23:35:39 +0200
  • 65cfd22f42 Added initial ideas Pieter-Jan Cassiman 2020-08-04 23:04:17 +0200