Commit Graph
274 Commits
Author SHA1 Message Date
MightyPork 20639b77a6 clean up for porting - move platform specific stuff into outer project 2018-07-07 23:02:58 +02:00
MightyPork b8909fca06 makefile correction 2018-07-07 20:45:04 +02:00
MightyPork 54b72a4bf1 makefile improvements for a faster build 2018-07-07 20:41:45 +02:00
MightyPork afee9ab6a3 fix build if debug uart is disabled 2018-07-07 20:37:57 +02:00
MightyPork a1e9cf2a57 Modularization, stage 1 (core side) - units moved to F072 2018-07-07 19:56:56 +02:00
MightyPork 482a67c5d2 bump version to 1.0.0 2018-05-22 15:45:00 +02:00
MightyPork 9703408307 implemented makefile hack for optional unit inclusion (needs integration in platform.c) 2018-05-18 13:34:26 +02:00
MightyPork b40825a75f renumbered neopixel to make more sense in decadic 2018-05-08 14:41:49 +02:00
MightyPork 6bfa40ce9f better neopixel commands for sparse writing 2018-05-07 14:53:45 +02:00
MightyPork 315da1fc82 Merge branch 'zero-port' 2018-05-04 22:19:00 +02:00
MightyPork 0bce53403f gex zero support, also nrf remapping based on platform and optional disable 2018-05-04 22:18:52 +02:00
MightyPork 30d1762710 version 2018-04-23 16:11:46 +02:00
MightyPork 49c291dade fix adc triggers frame format broken 2018-04-23 16:09:55 +02:00
MightyPork 02b0ceb139 adc EOS IRQ speedup with a lookup array, achievable up to 100kHz with short capture window 2018-04-16 14:20:40 +02:00
MightyPork c0846f0bb7 Fix incorrect ADC channel counting with 16,17. Also make averaging toggleable.
This bug caused wrong measurements, DAC distortion and instability with 16+17
and at least 1 other channel.
2018-04-16 13:33:54 +02:00
MightyPork 396501564a Fixed DAC not correctly deinited causing INI crashes 2018-04-16 10:26:34 +02:00
MightyPork 041e4f5b70 version increment 2018-04-16 09:06:22 +02:00
MightyPork 4ede660471 Merge branch 'nordic' 2018-04-09 22:26:30 +02:00
MightyPork 73e134d0b6 cleaned up nordic config 2018-04-09 22:23:29 +02:00
MightyPork dc78c4da41 add default settings for nordic 2018-04-09 22:06:41 +02:00
MightyPork 2bad5d69e6 possibly improved the rx routine 2018-04-09 21:49:12 +02:00
MightyPork e4ae8e23fc working nordic comm, tested. May need cleaning 2018-04-08 21:23:24 +02:00
MightyPork 2f4101a6e0 nordic fixes, still not working 2018-04-08 10:45:45 +02:00
MightyPork 5eec46c041 nordic implemented, need testing and fixes 2018-04-06 17:29:10 +02:00
MightyPork 9182c666ea now it's possible to read and write SYSTEM.INI using bulk 2018-04-06 11:04:47 +02:00
MightyPork a66c453820 support for reading ADC calibration values 2018-04-01 20:20:59 +02:00
MightyPork de75f2d91c use new GEX vid pid 2018-03-28 00:48:12 +02:00
MightyPork e667a2dd3a fixed some wrongly named enum constants 2018-03-25 18:08:28 +02:00
MightyPork 9b1d084308 Merge branch 'uart-comm' 2018-03-23 18:54:38 +01:00
MightyPork 102d5f5a4c implemented fallback to physical usart and basis for wireless support in the future 2018-03-23 18:54:25 +01:00
MightyPork 1797f179b4 version 0.1, added readme and license 2018-03-18 21:01:55 +01:00
MightyPork 218d26fb7b fix a spi bulk read bug 2018-03-17 23:49:30 +01:00
MightyPork b9f82c8077 fix pb2 claimed on f072 as boot1 when boot1 is only a register flag on this chip 2018-03-17 17:55:41 +01:00
MightyPork d1f8804a93 fixes in lock button 2018-03-17 17:38:36 +01:00
MightyPork 2e2dab9244 fix unit registry wrongly parsing comma separated list 2018-03-17 15:14:21 +01:00
MightyPork e046be30b2 added MCO function for oscillator debugging 2018-03-16 00:01:17 +01:00
MightyPork f9200fcc7d some fixes for cfg button 2018-03-15 23:11:40 +01:00
MightyPork ffec192a27 Merge branch 'dac' 2018-03-11 00:05:05 +01:00
MightyPork 9f40c6e4dd DAC advanced features 2018-03-11 00:04:54 +01:00
MightyPork b2066a9010 basic static DAC 2018-03-10 15:37:40 +01:00
MightyPork 590d550a09 pulse generation for digital out 2018-03-08 00:49:21 +01:00
MightyPork 274f2be6e0 compat with 072hub 2018-03-07 22:03:41 +01:00
MightyPork 76d1cd3a24 Merge branch 'faster' 2018-03-05 11:38:55 +01:00
MightyPork 3654bf2206 various speed-ups in TF_WriteImpl and elsewhere 2018-03-05 11:38:25 +01:00
MightyPork 5687196bdd small speed up using larger buffer and multipart Tx 2018-03-05 10:21:23 +01:00
MightyPork da330b4b73 experimental speed-up of cdc Tx 2018-03-04 13:19:41 +01:00
MightyPork 0b14e5dda4 fix 1wire bugginess with addressing 2018-03-04 00:50:15 +01:00
MightyPork 887887b675 Removed timers use from 1wire, timers disabled, fixed overflow bug 2018-03-04 00:13:31 +01:00
MightyPork e96ecceec9 Merge branch 'simple-pwm' 2018-03-04 00:02:00 +01:00
MightyPork d8bdaf7203 simple pwm 2018-03-04 00:01:28 +01:00