Jakub Kaderka
e0e7b4270b
Added spi and fixed FSMC alternate setup
2019-02-10 21:26:18 +01:00
Fabien Poussin
4bb8aeb6f5
Merge pull request #181 from kajusK/pinstate
...
Added ODR setting to mx2board.py
2019-01-31 17:55:43 +01:00
Fabien Poussin
e1ed778cdc
Merge pull request #182 from fpoussin/opa
...
Updating OpAmp code with calibration functions, cleaning.
2019-01-31 17:54:53 +01:00
Fabien Poussin
6076bdf27d
Updating OpAmp code with calibration functions, cleaning.
2019-01-31 17:52:13 +01:00
Jakub Kaderka
7b88a716bd
Added ODR setting to mx2board.py
2019-01-28 20:14:57 +01:00
Fabien Poussin
bdcee91586
Missing op amp file for non smart build
2019-01-25 13:29:47 +01:00
Fabien Poussin
db99ac760a
Merge pull request #180 from fpoussin/median
...
Median filter library
2019-01-10 11:23:47 +01:00
Fabien Poussin
49a3d9b0f7
Adding median library
2019-01-10 11:17:36 +01:00
Fabien Poussin
e19ff53f02
Merge pull request #178 from AndruPol/master
...
added NRF52 pwm, icu, i2c, radio esb drivers
2019-01-09 02:51:33 +01:00
Fabien Poussin
ae22efae8b
Merge pull request #179 from fpoussin/opamp
...
Opamp driver
2019-01-09 01:27:22 +01:00
Fabien Poussin
05faf884a4
Updated opamp example
2019-01-08 20:15:28 +01:00
Fabien Poussin
91e635b08a
Adding rudimentary OPAMP Driver
2019-01-08 20:02:45 +01:00
andru
2168085ac7
added NRF52 pwm, icu, i2c, radio esb drivers
2019-01-08 11:22:01 +03:00
Fabien Poussin
5af099c366
Merge pull request #177 from kajusK/periph
...
Generate peripheral and channel numbers from signal names
2018-12-23 02:50:25 +01:00
Jakub Kaderka
4ce121fdb0
Fixed single can generation
2018-12-22 09:12:33 +01:00
Jakub Kaderka
ceff99507d
Generate peripherals and channels from signal name
2018-12-21 23:52:26 +01:00
Jakub Kaderka
bfa560413c
Fixed Timer number generation
2018-12-21 17:25:22 +01:00
Fabien Poussin
f45756ee07
Merge pull request #175 from kajusK/generator
...
Fixed board generation for pins with note in name
2018-12-13 15:10:26 +01:00
Jakub Kaderka
92b21d872d
Fixed board generation for pins with note in name
2018-12-10 22:34:43 +01:00
Fabien Poussin
322d1813f0
Update README.md
2018-12-04 02:29:16 +01:00
Fabien Poussin
d0d1aaeffa
Merge pull request #173 from ObKo/chibios-18.2.x-merged
...
Update NRF5x, KINETIS Makefiles to ChibiOS 18.2.x
2018-12-04 02:21:36 +01:00
Konstantin Oblaukhov
33375fb281
Fix USB HID driver.
2018-11-20 09:53:46 +07:00
Konstantin Oblaukhov
a6bb21d05b
KINETIS tests and demos updated to ChibiOS 18.2.x.
2018-11-20 09:53:38 +07:00
Konstantin Oblaukhov
d921781a45
KINETIS platform update for ChibiOS 18.2.x.
2018-11-20 09:53:30 +07:00
Konstantin Oblaukhov
d200007a29
Reorganize KINETIS driver files
2018-11-20 09:53:22 +07:00
Konstantin Oblaukhov
0e6f501f80
Update all NRF5x makefiles and chconf.h.
...
Add missing halconf_community.h
2018-11-20 09:52:42 +07:00
Konstantin Oblaukhov
f4d6d90989
NRF5x platform - new Makefiles.
2018-11-20 09:52:26 +07:00
Konstantin K. Oblaukhov
ca35947f81
Reorganize NRF5x driver files.
2018-11-20 09:52:01 +07:00
Fabien Poussin
1391af251d
Merge pull request #170 from kajusK/qei
...
Added setting qei to value for stm32
2018-11-01 14:37:02 +01:00
Fabien Poussin
dc725b6e02
Merge pull request #171 from dflogeras/rccEnableCRC
...
Fix for rccEnableCRC macro parameter.
2018-11-01 14:36:20 +01:00
Dave Flogeras
28a4beafd1
Fix for rccEnableCRC macro parameter.
...
This was removed in commit
ae7a4d40b84d8afc999691577210696f16e682f6#diff-7ddaa5ecc31109f41b7801dea2660b47
But I think is still necessary as the underlying rccEnableAHB macros
take parameter 'lp'. It seems to work for the F0xx series, because its
rccEnableAHB ignores the 'lp'. It is required when I tried to use the
CRC driver on a family that does require the 'lp' parameter in the lower
level macros.
2018-11-01 09:34:19 -03:00
Jakub Kaderka
c4519da48a
Added setting qei to value for stm32
2018-10-16 20:25:29 +02:00
Fabien Poussin
a0e2c3a785
Merge pull request #169 from apmorton/usbh-fixes
...
STM32 USBH LLD Fixes
2018-10-02 20:51:08 +02:00
Austin Morton
40769f9bd3
avoid using list_for_each_entry_safe when closing endpoints to prevent potential infinite loop
...
list_for_each_entry_safe is only safe when the current entry is being removed.
If other entries in the list could potentially be removed it can result in an infinite loop.
Because usbh_lld_ep_close blocks on each urb during iteration, it may give up its lock on
the system and allow an interrupt to remove a different urb from the list,
resulting in an infinite loop when the thread resumes.
2018-10-01 17:57:11 -04:00
Austin Morton
ca79ff2e87
fix some compiler warnings around USBH_DEBUG_ENABLE conditions
2018-10-01 17:55:08 -04:00
Austin Morton
36ccd9f43a
implement _ptxfe_int to support ISO and INT out transfers
2018-10-01 17:53:07 -04:00
Fabien Poussin
4344e6d179
Merge pull request #168 from kajusK/master
2018-09-28 12:52:31 +02:00
Jakub Kaderka
22e538df16
Generate PAL_LINE for named pins
2018-09-28 12:10:01 +02:00
Fabien Poussin
38bcaedef4
Merge pull request #167 from ObKo/chibios-18.2.x
2018-09-27 08:28:59 +02:00
Konstantin Oblaukhov
6f018973ca
Various tests and demos fixes.
2018-09-24 20:33:31 +07:00
Konstantin Oblaukhov
933415a3b9
Update chconf.h to RT v5.1.
2018-09-24 20:32:45 +07:00
Konstantin Oblaukhov
2db0e3fd78
New style makefiles for demos and tests.
2018-09-24 20:31:28 +07:00
Konstantin Oblaukhov
7ab18994e7
Adopt sources to new HAL.
2018-09-24 20:29:02 +07:00
Konstantin Oblaukhov
ccfc910829
Update STM32 platform makefiles, add per-driver makefiles.
2018-09-24 20:25:22 +07:00
Konstantin Oblaukhov
2c72509900
Smart build for HAL.
2018-09-24 20:22:33 +07:00
Fabien Poussin
fe95e90b80
Merge pull request #165 from lechndo/bug_#161_STM32_CRC_DMA_size_limit
...
Fix #161 : STM32 LLD CRCv1 large data bug in DMA mode
2018-07-13 11:19:23 +02:00
Unknown
6ac9e40dfa
Fix STM32 LLD CRCv1 large data bug in DMA mode
...
* STM32 DMA can only handle 65535 bytes per transfer so larger data sets
have to split up to be correctly handled when using DMA
2018-07-12 15:01:44 +02:00
Fabien Poussin
d86a300df4
Merge pull request #163 from vrepetenko/ISSUE162_QEI_DRIVER
...
Issue #162 : QEI driver macros not defined error fixed
2018-06-20 21:51:38 +02:00
Vitaly Repetenko
5a19c14600
Issue #162 : QEI driver macros not defined error fixed
2018-06-19 23:43:34 +03:00
Fabien Poussin
7790c2a1c4
Merge pull request #159 from walkerstop/sdhcfix
...
Adding missing interrupt vector for SDHC on MK66F18 MCU
2018-05-17 03:38:02 +02:00