Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-17 | hw1: apparently _actually_ save the file | Karl Palsson | 1 | -50/+14 | |
2017-11-17 | hw1: add in/out caps to 3v3 | Karl Palsson | 4 | -150/+296 | |
2017-11-17 | git ignore more backups | Karl Palsson | 1 | -0/+2 | |
2017-11-17 | add "klibs" with new regulator | Karl Palsson | 2 | -0/+33 | |
2017-11-17 | gitignore kicad .bak files | Karl Palsson | 1 | -0/+1 | |
2017-11-17 | hw1: schematic "finished" ? | Karl Palsson | 7 | -1223/+1587 | |
have I committed enough files for others to even open this? | |||||
2017-10-26 | common openocd: use -s to find files from test dirs. | Karl Palsson | 5 | -4/+18 | |
The sourcing of the common.cfg and the optional local files was failing when invoked from a test directory. Use -s and properly use [find ...] to search paths nicely. | |||||
2017-10-26 | uart-basic: l0: speedup and drop dead code | Karl Palsson | 1 | -14/+2 | |
Don't need the HSI48 clocks, that was from a usb demo | |||||
2017-10-25 | uart-basic: add l4 | Karl Palsson | 2 | -0/+103 | |
2017-10-25 | uart-basic: add functional l0 test code too. | Karl Palsson | 2 | -0/+116 | |
Really need to get the rcc helpers built up and upstream! | |||||
2017-10-24 | uart-basic: add f0, requires newest code too | Karl Palsson | 3 | -1/+91 | |
stupid f072 disco doesn't have usart2 available | |||||
2017-10-24 | basic uart: f4 and f3, prepping tests for usart-v2 | Karl Palsson | 6 | -0/+372 | |
use parity to at least test a little more of the common code | |||||
2017-10-07 | WIP: hardware test partner round 1 | Karl Palsson | 23 | -0/+45578 | |
Not sure which kicad files are necessary and which are local yet! Goal: fixed "host" board (this board) with socket for _any_ Nucleo64 st board, giving access to test: * DAC->ADC (both directions) * I2C (both directions) * SPI (both directions) * Uart (both directions) a socket for a cheap fx2 based logic analyser will be included, so that sigrok can be used to capture tests of the actual line states. | |||||
2017-09-01 | awd-timer-dma: initial commit. | Karl Palsson | 5 | -0/+293 | |
Had to figure out a few screwups before I got the AWD working properly. | |||||
2017-09-01 | spi-master: trivial: names to match sigrok default | Karl Palsson | 1 | -1/+1 | |
2017-09-01 | lib: update to my staging 2017.4 | Karl Palsson | 1 | -0/+0 | |
2017-04-24 | lib: update to my staging 2017.4 | Karl Palsson | 1 | -0/+0 | |
2017-04-05 | i2c: fix uart notes for f0 | Karl Palsson | 1 | -3/+3 | |
2017-04-05 | openocd: fix gross tcl syntax | Karl Palsson | 1 | -1/+1 | |
if you need the ; why do you need the # | |||||
2017-04-04 | move forward to new libopencm3 | Karl Palsson | 1 | -0/+0 | |
2017-04-04 | i2c-master: f0: fix leds | Karl Palsson | 1 | -2/+2 | |
2017-04-04 | rules.mk: make sure flashing works from other directories | Karl Palsson | 1 | -2/+2 | |
Provide full path when communicating with openocd. This means you can run a permanent openocd session from the ./openocd directory, and still have things working with just "make flash" from whatever test directory you are in. | |||||
2017-03-27 | fix sigrok | Karl Palsson | 1 | -1/+1 | |
2017-03-27 | update to latest staging | Karl Palsson | 1 | -0/+0 | |
2017-03-27 | spi-master: initial busy sending test stub. | Karl Palsson | 4 | -0/+187 | |
Basic framework. now we can build on it. | |||||
2017-03-27 | i2c-master: add pins for f0 disco | Karl Palsson | 1 | -0/+1 | |
2017-03-24 | i2c-master: use library form of transfer functions | Karl Palsson | 2 | -143/+0 | |
2017-03-23 | i2c: use speed setting from newer library version | Karl Palsson | 2 | -95/+0 | |
2017-03-23 | i2c-master: add 400k speed support on v1/v2 | Karl Palsson | 2 | -20/+44 | |
2017-03-23 | i2c-master: cleaned up again on l1 | Karl Palsson | 1 | -168/+81 | |
now has repeated-start and stop/start support, with the same API as v2 Just to decide whether all of it goes up into the library or not. | |||||
2017-03-22 | bump to my latest lib | Karl Palsson | 1 | -0/+0 | |
2017-03-22 | working temp/humi stop/repeated stuff on f0 | Karl Palsson | 1 | -24/+32 | |
needs cleanup and remerge with f4/l1 | |||||
2017-03-22 | use transfer style for serial number reading | Karl Palsson | 1 | -4/+6 | |
2017-03-22 | f0 working with repeated start properly. need to squish lots of this | Karl Palsson | 3 | -26/+334 | |
like, you left the f0 makefiles out earlier, and it's all boring history anwyay | |||||
2017-03-09 | i2c: draft api of "set speed 100k" common | Karl Palsson | 1 | -17/+23 | |
Only needs the input clock in megahz. | |||||
2017-03-09 | drop duplicate openocd board file | Karl Palsson | 1 | -14/+0 | |
2017-03-08 | lib: Bump to my current staging tree | Karl Palsson | 1 | -0/+0 | |
2017-03-08 | i2c-master: first hack working on f0 | Karl Palsson | 1 | -5/+25 | |
read_i2c and write_i2c are not flexible enough, and terribly named. they're going to have to go, but they're a nice start for some things. | |||||
2017-03-08 | i2c-master: working on l1 too. | Karl Palsson | 5 | -8/+108 | |
Needs retest on f4. then ready to move to new hardware | |||||
2017-03-01 | i2c-master: tidy up more. | Karl Palsson | 5 | -34/+39 | |
Still f4 only, but cleaner, and more testing with sigrok for verification | |||||
2017-02-21 | i2c-master: start extracting out i2c code | Karl Palsson | 3 | -123/+201 | |
Working on f4 with an external sht21 i2c sensor. Still lots of f4 specifics yet. But, progress. | |||||
2017-02-21 | i2c-master: start progressing to extracting common i2c code | Karl Palsson | 5 | -18/+102 | |
2017-02-21 | i2c: Initial stub import of old f4 code | Karl Palsson | 3 | -0/+246 | |
Currently (despite docs) is an import of code reading the onboard i2c peripheral | |||||
2017-02-21 | usb-rs485: more docs | Karl Palsson | 1 | -0/+3 | |
2017-02-21 | usb-rs485: update to latest library master | Karl Palsson | 2 | -5/+4 | |
2016-10-03 | usb-rs485: enable rs485 mode. | Karl Palsson | 2 | -16/+12 | |
Tested on the f1 with a LA only, but traces look good and as expected. future work to actually hook it up to a rs485 device. | |||||
2016-10-03 | oocd: use l0 for f1 instead. | Karl Palsson | 1 | -2/+5 | |
let's me have both f1 and f4 in operation at the same time | |||||
2016-10-03 | bump core library | Karl Palsson | 1 | -0/+0 | |
2016-09-30 | usb-rs485: update readme | Karl Palsson | 1 | -0/+9 | |
2016-09-30 | rules.mk: don't bother making .bins | Karl Palsson | 1 | -1/+1 | |