From f45cc2c4d6c263b77aa8949b88bbbda9e06fb577 Mon Sep 17 00:00:00 2001 From: Doug Brown Date: Sun, 11 Dec 2011 08:35:53 -0800 Subject: [PATCH] Started writing more command handling --- .cproject | 4 +- chip_id.h | 22 ++++++++ usb_serial/usb_serial.c | 121 +++++++++++++++++++++++++++++++++++++++- 3 files changed, 143 insertions(+), 4 deletions(-) create mode 100644 chip_id.h diff --git a/.cproject b/.cproject index d441d93..dbb241c 100644 --- a/.cproject +++ b/.cproject @@ -50,7 +50,7 @@