Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-11 | Add local changesHEADmaster | jaseg | 55 | -31/+9 | |
2018-07-17 | Add/reorg enclosure OpenSCAD files | jaseg | 13 | -0/+672 | |
2018-07-17 | Merge usb-serial-rs485 tree from libopencm3-tests repository | jaseg | 12 | -0/+1374 | |
2018-07-17 | Add libopencm3 and libopencm3-tests submodules | jaseg | 2 | -0/+7 | |
2018-07-17 | Modify lyza-test script for the olsndots | jaseg | 1 | -4/+5 | |
2018-07-17 | Isolate usb-serial-rs485 tree | jaseg | 121 | -51129/+165 | |
2018-07-14 | Remove now-obsolete TIM4 code | jaseg | 1 | -208/+118 | |
2018-07-14 | bluefnorf: Handle interrupt-based USB comm properly | jaseg | 1 | -0/+4 | |
Use the USB LP ISR instead of polling using a timer. | |||||
2018-07-14 | Prettify makefile and fix up code formatting | jaseg | 3 | -1804/+11 | |
2018-07-14 | Clamp tweaks, still too weak | jaseg | 2 | -2/+2 | |
2018-07-14 | Add project-wide AGPLv3 license | jaseg | 1 | -0/+0 | |
2018-07-14 | Merge branch 'master' of github.com:jaseg/led_drv | jaseg | 8 | -0/+2246 | |
2018-07-13 | added bluefnorf skeleton | Matthias Hannig | 7 | -0/+2238 | |
2018-07-13 | added gitignore | Matthias Hannig | 1 | -0/+8 | |
2018-06-22 | clamp: Add rail mounts | jaseg | 1 | -6/+35 | |
2018-06-22 | Fattened the clamp for more rigidity | jaseg | 2 | -6/+23 | |
2018-06-17 | Made the clamp a little more compact | jaseg | 1 | -5/+5 | |
2018-06-17 | Clamp looking alright | jaseg | 3 | -0/+189 | |
2018-05-20 | Move documentation and simulation stuff to its own subdir | jaseg | 36 | -0/+14 | |
2018-05-20 | Some more simulration exports | jaseg | 9 | -5286/+12188 | |
2018-05-19 | Add spice sims and spice plot prettifier | jaseg | 19 | -0/+22221 | |
2018-05-18 | Add one more RGB spectrum run | jaseg | 3 | -3412/+148 | |
2018-05-13 | Move to new run capture arch | jaseg | 5 | -276/+442 | |
2018-05-05 | Added LED setpoint calculation | jaseg | 4 | -3/+318 | |
2018-05-05 | Add some doc | jaseg | 1 | -789/+18 | |
2018-05-05 | Nice spectrum plot looking as it should, including photodiode response ↵ | jaseg | 5 | -21/+4945 | |
compensation. | |||||
2018-05-05 | Change firmware to fit Lyza | jaseg | 1 | -12/+9 | |
TODO: Merge with original code, allow for compile-time switchj between Lyza and Olsndot. | |||||
2018-05-05 | Add spectrum measurement stuff | jaseg | 8 | -0/+2780 | |
2018-04-27 | Remove unused TIM3 code | jaseg | 1 | -48/+3 | |
2018-04-27 | Make channel count configurable | jaseg | 3 | -5/+7 | |
2018-04-27 | firmware: Small comment update | jaseg | 1 | -1/+1 | |
2018-04-24 | Small firmware code prettification | jaseg | 1 | -12/+9 | |
2018-04-24 | Nice smooth results now | jaseg | 3 | -9/+37 | |
2018-04-24 | Somewhat more linear slide | jaseg | 4 | -44/+71 | |
2018-04-24 | More pretty graphs, and initial correction calculation | jaseg | 5 | -86/+273 | |
2018-04-21 | Pretty graphs and stable results | jaseg | 3 | -41/+78 | |
2018-04-21 | Add bit error test scripts | jaseg | 2 | -0/+223 | |
2018-04-21 | Add python driver for new comms protocol | jaseg | 1 | -0/+126 | |
2018-04-21 | Fix new packet-based comms protocol | jaseg | 7 | -110/+113 | |
2018-04-17 | spi-master: functional spi slave on l1 host | Karl Palsson | 3 | -29/+29 | |
Doesn't do much other than reply with an increasing pattern, but at least the basic wiring is now in place. | |||||
2018-04-17 | Move to new serial protocol. | jaseg | 9 | -117/+478 | |
This code is tested. | |||||
2018-04-17 | Fix flickering during UART communication | jaseg | 1 | -1/+1 | |
2018-04-16 | spi-master-l0: wip: | Karl Palsson | 3 | -0/+175 | |
doesn't work, but getting there | |||||
2018-04-16 | adc-power: correctly allow parallel make | Karl Palsson | 1 | -2/+2 | |
Need to use $(MAKE) correctly! | |||||
2018-04-16 | removed tmp file | Matthias Hannig | 1 | -0/+0 | |
2018-04-16 | updated initialization for 25 MHz xtal | Matthias Hannig | 2 | -16/+32 | |
2018-03-06 | fnord23 | Matthias Hannig | 6 | -4/+18 | |
2018-02-25 | i2c-master: add parallel make and fix errors | Karl Palsson | 2 | -1/+16 | |
Fix bugs from outof date libopencm3 | |||||
2018-02-25 | adc-power: add parallel parent makefile | Karl Palsson | 4 | -2/+19 | |
and fix the bugs it shows from me not maintaining this code! | |||||
2018-02-25 | adc-power: drop unused l053 makefile stub | Karl Palsson | 1 | -43/+0 | |
remnant of being copied from usb-gadget0 |