Dan Halbert
|
463415a7ef
|
update stm32f4 port to use tinyusb synopsys tree
|
2019-10-03 13:26:03 -04:00 |
Hierophect
|
83c49a5c80
|
Increase SPI timeout duration
|
2019-10-03 09:14:54 -04:00 |
Hierophect
|
8a4bbae077
|
Fix typo causing parsing error
|
2019-10-02 18:18:52 -04:00 |
Hierophect
|
5a6194839b
|
Timeout fix for I2C device testing
|
2019-10-02 17:59:42 -04:00 |
Hierophect
|
86305bfdfe
|
Make all errors value errors
|
2019-10-02 17:32:54 -04:00 |
Hierophect
|
9aa6d215fd
|
Add some definitions for when F412 can be implemented
|
2019-10-02 16:03:22 -04:00 |
Hierophect
|
5a2f82095a
|
Implement SPI flash settings, bugfix for SPI pin assignment
|
2019-10-02 15:17:49 -04:00 |
Scott Shawcroft
|
22b7050c4c
|
Merge pull request #2180 from sommersoft/support_matrix_defaults
Docs: Support Matrix - Fix Dependent Modules; Add Minimal/Default Build
|
2019-10-02 10:04:50 -07:00 |
sommersoft
|
01ec3b995e
|
use 'any()' vs 'len == 1 & == False'
|
2019-10-02 00:02:49 -05:00 |
Dan Halbert
|
05038ea1e5
|
Update tinyusb to fix gamepad;add HID OUT interface descriptor
|
2019-10-01 15:57:16 -04:00 |
Scott Shawcroft
|
d6e987e587
|
Merge pull request #2182 from hierophect/stm32-spi
STM32: SPI Support
|
2019-09-30 20:00:23 -07:00 |
Hierophect
|
b66700720b
|
improve error readability
|
2019-09-30 18:05:07 -04:00 |
Scott Shawcroft
|
3ff53a64cb
|
Merge pull request #2181 from tannewt/update_frozen
Update frozen modules.
|
2019-09-30 14:23:05 -07:00 |
Scott Shawcroft
|
25cefc16a5
|
Merge pull request #2184 from adafruit/tannewt-patch-1
Fail when boards are missing too
|
2019-09-30 13:40:35 -07:00 |
Scott Shawcroft
|
c12c837abd
|
Improve frozen prep to skip example subdirectories
|
2019-09-30 13:37:58 -07:00 |
Scott Shawcroft
|
8048dcb76c
|
Update frozon modules.
Fixes https://github.com/adafruit/Adafruit_CircuitPython_INA219/issues/12
|
2019-09-30 13:37:58 -07:00 |
Scott Shawcroft
|
060e81ded0
|
Fail when boards are missing too
|
2019-09-30 12:09:29 -07:00 |
Scott Shawcroft
|
33af5a913e
|
Merge pull request #2183 from hierophect/stm32-ci-update
Update Git CI with STM32 F405 boards
|
2019-09-30 12:08:45 -07:00 |
Hierophect
|
7848d0dbe5
|
that's right they need to be in order
|
2019-09-30 14:13:54 -04:00 |
Hierophect
|
1a7a235b05
|
Update CI boards
|
2019-09-30 13:47:17 -04:00 |
Hierophect
|
1f90cffc89
|
protect against edge case
|
2019-09-30 13:33:20 -04:00 |
Hierophect
|
56eb9666ea
|
Implement never-reset, fix F412
|
2019-09-30 11:35:40 -04:00 |
Hierophect
|
a475b667b5
|
Clean up debugging messages, remove shortcuts
|
2019-09-30 11:04:09 -04:00 |
Hierophect
|
492bc3eedc
|
Expand pin definitions for all boards
|
2019-09-30 10:45:02 -04:00 |
Hierophect
|
e2d0ad6adc
|
Add settings reconfiguration
|
2019-09-29 15:01:32 -04:00 |
Hierophect
|
bf7b841020
|
Further reversion
|
2019-09-29 13:22:12 -04:00 |
Hierophect
|
89315999e2
|
Fix bad returns, revert flash changes
|
2019-09-29 13:18:43 -04:00 |
Hierophect
|
270396a882
|
Refine SPI settings for testing
|
2019-09-29 13:01:27 -04:00 |
sommersoft
|
c53ad5fe8a
|
Merge branch 'master' of https://github.com/adafruit/circuitpython into support_matrix_defaults
|
2019-09-27 23:41:48 -05:00 |
sommersoft
|
c3dda7c535
|
add parsing for 'MINIMAL/DEFAULT'; process inclusion when determined by another module
|
2019-09-27 23:41:34 -05:00 |
Hierophect
|
d7443fce54
|
First implementation of read write
|
2019-09-27 17:59:55 -04:00 |
Hierophect
|
ad33950966
|
Flash memory changes - non functional
|
2019-09-27 11:00:09 -04:00 |
Scott Shawcroft
|
cdc116291b
|
Merge pull request #2177 from wallarug/walla/robohatmm1-production
Robo HAT MM1 - Fixes after testing
|
2019-09-26 10:44:55 -07:00 |
Hierophect
|
51df8d18b4
|
Merge remote-tracking branch 'upstream/master' into stm32-spi
|
2019-09-26 13:44:24 -04:00 |
Scott Shawcroft
|
8221553600
|
Merge pull request #2175 from hierophect/stm32-f405-support
STM32 F405 support
|
2019-09-26 10:38:03 -07:00 |
Limor "Ladyada" Fried
|
9511d24727
|
Merge pull request #2178 from arturo182/serpente
serpente: Update PID and enable as many modules as we can fit
|
2019-09-26 12:39:02 -04:00 |
hierophect
|
f4a31a7843
|
Update PID to suggestion
USB_PID = 0x805C (Pyboard
Co-Authored-By: Scott Shawcroft <scott@tannewt.org>
|
2019-09-26 11:38:08 -04:00 |
Hierophect
|
f08127bfcc
|
WIP
|
2019-09-26 11:35:08 -04:00 |
arturo182
|
21f8c3e40a
|
serpente: Update PID and enable as many modules as we can fit
|
2019-09-26 17:22:18 +02:00 |
wallarug
|
3c99a23adb
|
fix spi
|
2019-09-26 21:47:36 +10:00 |
wallarug
|
533a5bc7a3
|
fixed SPI on M4
|
2019-09-26 21:43:52 +10:00 |
wallarug
|
5cd10b3ba0
|
updated robohatmm1_m0
|
2019-09-26 20:02:09 +10:00 |
wallarug
|
39265fccf3
|
included a version number
|
2019-09-26 19:22:51 +10:00 |
wallarug
|
db9495b04b
|
updated board name
|
2019-09-26 19:21:53 +10:00 |
wallarug
|
08b0f80879
|
updated board name
|
2019-09-26 19:21:24 +10:00 |
wallarug
|
b7e8a031d0
|
remove frozen busio library
|
2019-09-26 19:19:54 +10:00 |
wallarug
|
ff13b6f682
|
updated pins.c
|
2019-09-26 19:18:50 +10:00 |
Hierophect
|
a926d01509
|
reorganize pins
|
2019-09-25 11:53:49 -04:00 |
Hierophect
|
f286737868
|
add peripheral definitions
|
2019-09-25 11:37:27 -04:00 |
Hierophect
|
6058677979
|
whitespace fix
|
2019-09-24 16:10:43 -04:00 |