Stephane D'Alu
8feec2e235
removed useless field power_on_write
2016-07-10 12:08:54 +02:00
Stephane D'Alu
c35a4f9d62
added missing config files for nrf52 demo
2016-07-10 12:06:53 +02:00
Stephane D'Alu
6423c3dabe
moved rng to LLD directory.
...
removed rng power control (doesn't exist in nrf52, wasn't documented in nrf51)
renamed peripheral to start at 0
2016-07-10 12:04:39 +02:00
Stephane D'Alu
3db81f7f03
adding note on RTC0 and TIMER0 as systicks
2016-07-10 11:15:20 +02:00
Stephane D'Alu
e0d39de32f
Use RTC1 as default system ticks as PPI has pre-programmed channels for RTC0
2016-07-10 11:11:50 +02:00
Stephane D'Alu
5259158d17
renamed NRF51_* to NRF5_*
2016-07-10 10:48:04 +02:00
Stephane D'Alu
ba393d3ae1
correct clock speed
2016-07-10 10:47:45 +02:00
Stephane D'Alu
1908537785
use constantes
2016-07-10 00:23:12 +02:00
Stephane D'Alu
7557cbac22
serie -> series
2016-07-10 00:10:48 +02:00
Stephane D'Alu
a6fa2d3dd9
Merge branch 'master' into nrf52832
2016-07-09 23:59:37 +02:00
Stephane D'Alu
5805e10f74
NRF52832 implementation
2016-07-09 23:57:48 +02:00
Fabio Utzig
097a59799a
Merge pull request #90 from sdalu/ioport1
...
use IOPORT1 instead of NRF_GPIO
2016-07-09 16:47:11 -03:00
Stephane D'Alu
f78e2ae7d4
use IOPORT1 instead of NRF_GPIO
2016-07-08 21:12:12 +02:00
Stephane D'Alu
ddebbfc5d2
NRF52 board
2016-07-08 19:46:51 +02:00
Fabio Utzig
8306aabdfc
Merge pull request #89 from sdalu/nrf5
...
Making room for NRF52832
2016-07-08 12:21:58 -03:00
Stephane D'Alu
c519f273db
updated to SDK11
2016-07-08 13:54:37 +02:00
Stephane D'Alu
707b3a2f97
renamed port to NRF5 to make room for NRF52832 chip
2016-07-08 12:58:25 +02:00
Uladzimir Pylinski
0375554e95
Merge pull request #87 from sdalu/qei
...
qeiAdjustI
2016-07-08 00:26:19 +03:00
Uladzimir Pylinski
ba752b1b7e
Merge pull request #88 from sdalu/rng
...
nRF51 RNG: code cleanup, fixed testhal
2016-07-08 00:26:02 +03:00
Stephane D'Alu
6c6fba368b
corrected makefile
2016-07-07 23:20:59 +02:00
Stephane D'Alu
022cad0452
code cleanup, fixed testhal
2016-07-07 23:17:36 +02:00
Stephane D'Alu
60ce974437
Merge branch 'master' into qei
2016-07-07 21:31:22 +02:00
Stephane D'Alu
f75abd1037
added qeiAdjustI. added new field and checking in STM32
2016-07-07 21:25:51 +02:00
Uladzimir Pylinski
c7f7b70596
Merge pull request #85 from sdalu/qei
...
Merged QEI driver for NRF51
2016-07-07 21:58:53 +03:00
Stephane D'Alu
9c88423d66
move functions to hal_qei.*, fixed comments
2016-07-07 20:41:09 +02:00
marcoveeneman
0131027151
Merge pull request #86 from marcoveeneman/master
...
Various Tiva fixes
2016-07-05 23:15:35 +02:00
Stephane D'Alu
af18f7d43f
conditionally add support for overflow variant
2016-06-29 21:59:39 +02:00
Stephane D'Alu
01874bedf4
changed counter type to int32_t
2016-06-29 21:33:29 +02:00
Stephane D'Alu
e1e600b5ad
conditionnaly compile accumulator overflow notification
2016-06-29 21:27:56 +02:00
Stephane D'Alu
a8b2364267
cleanup
2016-06-29 21:11:38 +02:00
Stephane D'Alu
b20bf874d0
created more _lld_ fonctions.
2016-06-29 20:14:40 +02:00
Stephane D'Alu
5fee893778
conditionally include support for LED
2016-06-29 12:26:22 +02:00
Stephane D'Alu
dde47ff1ab
renamed QDEC1 to QDEC0, misc...
2016-06-29 12:14:15 +02:00
Stephane D'Alu
7b8e263f8c
info
2016-06-28 22:35:28 +02:00
Stephane D'Alu
7cb533cd20
cleanup
2016-06-28 22:31:24 +02:00
Stephane D'Alu
3cdd1360d4
QEI driver for NRF51
2016-06-28 21:53:12 +02:00
Stephane D'Alu
18659d72b3
Merge remote-tracking branch 'upstream/master'
2016-06-27 13:05:55 +02:00
Stephane D'Alu
b0712b0d99
.
2016-06-27 13:05:35 +02:00
Fabio Utzig
2de67e2f4a
Merge pull request #82 from jstruebel/master
...
Added USB HID driver to community HAL
2016-06-21 07:54:31 -03:00
Jonathan Struebel
71dc079032
Added USB HID driver to community HAL
2016-06-18 20:02:22 -07:00
Fabio Utzig
5f073a82b0
Merge pull request #80 from sdalu/ain_pins
...
Added Analog input/ref pins
2016-06-06 20:00:18 -03:00
barthess
5d20ce4595
1-wire. Pointless uint8_t changed to more suitable size_t.
2016-05-31 00:17:18 +03:00
barthess
b10e423406
1-wire improvements.
...
1) Functions reading bit from PAL now return ioline_t type.
2) Functions that handle acquired buffer with acquired bits
now use uint8_t type because it corresponds to buffer type.
3) Cryptic bit shifting in bit storage functions replaced by
dividion operations because all modern compilers perfectly
optimise such operations.
2016-05-31 00:04:19 +03:00
barthess
0fb26389ea
1-wire. Data acqusition code in test application rewritten in more safe way
2016-05-30 23:07:09 +03:00
barthess
bdb680652c
Fixed project file for 1-wire for STM32F0x
2016-05-30 23:06:38 +03:00
Stephane D'Alu
56642a1750
Adding Analog input/ref pins
2016-05-29 23:23:05 +02:00
Fabio Utzig
394a779ade
Merge pull request #76 from sdalu/priority
...
Enable priority validation, Fixed priorirty (nRF51 use a 2bit priority)
2016-05-29 14:18:10 -03:00
Fabio Utzig
3597ad7ed5
Merge pull request #77 from sdalu/pwm_ppi
...
allow use of GPIOTE/PPI in PWM to drive gpio pin
2016-05-29 14:17:02 -03:00
Fabio Utzig
209c356677
Merge pull request #78 from flabbergast/kinetis
...
[KINETIS] Fixes for kernel-less builds.
2016-05-25 19:04:42 -03:00
flabbergast
3cde591bd2
[KINETIS] Fixes for kernel-less builds.
2016-05-20 19:16:47 +01:00