funnydog
dc478a5511
testhal: handle USB_EVENT_(RESET|UNCONFIGURED) in KINETIS demos
...
Handle the USB_EVENT_RESET and USB_EVENT_UNCONFIGURED as they were
USB_EVENT_SUSPEND like in STM32 demos.
2016-12-13 08:52:47 +01:00
funnydog
b403f064d4
testhal: add missing sduWakeupHookI() call to KINETIS usb_serial demos
...
Add the missing call to sduWakeupHookI() to the USB_EVENT_WAKEUP event,
with proper locking around them.
2016-12-13 08:51:52 +01:00
barthess
2b9cfccc76
Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib
2016-12-09 18:04:38 +03:00
barthess
53d3fd07f3
FSMC. Sync mode improvements.
...
1) Control registers writes reordered in init sequence to eliminate
incorrect output clock frequnency in short period after CCLKEN bit
set and B(W)TR registers set.
2) Added reset of CCLEN bit in stop procedure.
2016-12-09 18:00:28 +03:00
Fabio Utzig
3abfddc447
Merge pull request #106 from sdalu/emacs
...
C styling for emacs editor
2016-11-25 09:26:16 -02:00
Stephane D'Alu
51c53530f1
styling for emacs
2016-11-25 12:05:58 +01:00
Fabio Utzig
bc6033e829
Merge pull request #104 from sdalu/pwmfix
...
Use active wait and perform extra toggle if needed.
2016-11-24 20:23:05 -02:00
Stephane D'Alu
d2b5649b0f
fixed bad commit
2016-11-24 21:50:14 +01:00
Stephane D'Alu
f2ff03a634
Merge branch 'pwmfix' of https://github.com/sdalu/ChibiOS-Contrib into pwmfix
...
Conflicts:
os/hal/ports/NRF5/NRF51822/hal_pwm_lld.c
2016-11-24 21:48:41 +01:00
Stephane D'Alu
13bb299950
fixed style
2016-11-24 21:47:31 +01:00
Stéphane D'Alu
0c9313ee3d
Wrong roundup for prescaler 7
2016-11-24 12:07:58 +01:00
Stephane D'Alu
5c85f5a7ce
reducing to one magical value, putting reference to nrf51-pwm-library
2016-11-24 12:00:11 +01:00
Fabio Utzig
32f8544bc8
Merge pull request #105 from sdalu/microbit_pad
...
corrected pad naming
2016-11-22 07:34:50 -02:00
marcoveeneman
7f7fe88e14
Merge pull request #100 from marcoveeneman/tiva-improvements
...
Tiva improvements
2016-11-21 22:26:49 +01:00
marcoveeneman
f6f6bf3918
Fixed incorrect type used for line field in led_config structures.
2016-11-21 22:25:54 +01:00
Stephane D'Alu
05b7f823e7
corrected pad naming
2016-11-20 16:05:35 +01:00
Stephane D'Alu
7ea44ed39c
Use active wait and perform extra toggle if needed. (same as the nrf_pwm)
2016-11-20 13:25:25 +01:00
Fabio Utzig
319c9f9ee2
Merge pull request #102 from sdalu/microbit
...
BBC micro:bit board
2016-11-16 14:41:04 -02:00
Stephane D'Alu
92eafe4186
BBC micro:bit board
2016-11-16 15:17:35 +01:00
Fabio Utzig
d416e37084
Merge pull request #101 from funnydog/kinetis-fixes
...
Fix KINETIS USB_SERIAL testhal compilation.
2016-11-15 18:27:15 -02:00
funnydog
f501682759
Fix KINETIS USB_SERIAL testhal compilation.
...
Fix KINETIS USB_SERIAL testhal compilation by renaming the function
sduDisconnectI() to sduSuspendHookI().
2016-11-15 19:40:47 +01:00
marcoveeneman
3ad1b1b07c
Deleted custom Tiva CMSIS headers.
2016-11-11 23:01:39 +01:00
marcoveeneman
ed9c079d62
Fixed the MAC driver.
...
While moving the MAC driver to TivaWare the addresses used in the HWREG macros were incorrect. The base address was missing.
2016-11-11 23:01:07 +01:00
Uladzimir Pylinski
a9bd529ab5
Merge pull request #99 from pl4nkton/stm32_fixes
...
Stm32 fixes
2016-11-10 20:38:24 +03:00
Nicolas Reinecke
ff515eec71
make stm32 usb host testhal compile
2016-11-08 23:17:48 +01:00
Nicolas Reinecke
00f18c55cc
whitespace
2016-11-08 21:07:23 +01:00
Nicolas Reinecke
a6158cef3c
add STM32F7 FMC write FIFO disable bit
2016-11-08 21:07:23 +01:00
Nicolas Reinecke
48b3e076d8
usbh: fix compile warning
2016-11-08 21:07:23 +01:00
Nicolas Reinecke
3407abe5af
fix stm32f429-dma2d demo build
2016-11-08 21:07:11 +01:00
Nicolas Reinecke
a52e988750
update stm32 testhal / demo headers
2016-11-08 20:49:05 +01:00
Uladzimir Pylinski
8f00b3af4d
Merge pull request #98 from kimmoli/CRC
...
STM32 CRC : Fix asserts
2016-11-08 19:49:14 +03:00
Uladzimir Pylinski
a2fb60981f
Merge pull request #97 from philfifi/typo_fix
...
1-Wire. Documentation typo fix.
2016-11-06 11:29:20 +03:00
Philippe LUC
fdc5689c80
1-Wire. Just typo fix
2016-11-05 23:25:38 +01:00
Kimmo Lindholm
37700daf23
STM32 CRC : Fix asserts
2016-11-05 20:45:10 +02:00
barthess
6b98531a28
Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib
2016-10-31 16:47:54 +03:00
barthess
c067e56b55
USB_MSD. Updated linker script name.
2016-10-31 16:47:43 +03:00
marcoveeneman
79fc9cfe5d
Added checks and defines for device revisions.
...
This can be used for errata workarounds in the drivers.
2016-10-30 14:38:02 +01:00
marcoveeneman
b783488ec6
Added check for a valid device in the TM4C129x series.
2016-10-30 14:37:02 +01:00
marcoveeneman
4435bdec24
Replaced port+pad by line in the demos and testhal.
2016-10-30 14:34:58 +01:00
marcoveeneman
d10aa9e7a1
Defined lines in board files.
2016-10-30 14:33:58 +01:00
marcoveeneman
548c3592db
Fixed errors introduced by line feature.
2016-10-30 14:13:31 +01:00
marcoveeneman
568ed8d0ee
Some improvements.
2016-10-30 12:27:54 +01:00
marcoveeneman
25d71d9982
Added line support in Tiva pal driver.
2016-10-30 12:16:21 +01:00
marcoveeneman
a45d952fad
Merge pull request #96 from marcoveeneman/tiva-use-tivaware
...
Tiva port use TivaWare
2016-10-30 09:35:00 +01:00
marcoveeneman
7e3ef128a4
Updated mcuconf.h files.
2016-10-29 19:47:09 +02:00
barthess
9abfd6d27a
Added debug printf macros
2016-10-28 14:25:56 +03:00
barthess
92c3714706
USB_MSD. Added READ_FORMAT_CAPACITIES handler
2016-10-28 14:25:08 +03:00
marcoveeneman
24de854c90
Replaced custom register bitfield macros by TivaWare bitfield macros.
2016-10-28 00:03:49 +02:00
marcoveeneman
041c87831b
Some missing changes.
2016-10-27 23:52:24 +02:00
marcoveeneman
538eba7b6f
Updated ChibiStudio .cproject files.
2016-10-27 23:50:49 +02:00