Marian Buschsieweke
498668af02
boards: drop unused INFOMEM define
2023-06-08 23:42:50 +02:00
Marian Buschsieweke
971dc880f6
boards/z1: fix broken clock configuration
...
df5c319978
from
https://github.com/RIOT-OS/RIOT/pull/19558 broke the clock
configuration of the Z1 by relying on the incorrect documentation of
what clock is actually used. Closely reading the convoluted clock
initialization code revealed that no XT2 crystal is present (as also
indicated by some comments in `board.c`), contradicting the
`#define MSP430_HAS_EXTERNAL_CRYSTAL 1` in the `board.h`.
This now should restore behavior (but with calibrated DCO than
hard coded magic numbers).
2023-06-07 15:45:44 +02:00
Marian Buschsieweke
df5c319978
cpu/msp430fxyz: clean up clock initialization
...
Provide a common clock initialization driver rather than leaving
clock initialization to the boards code. A declarative description of
the board's clock configuration using a struct does still allow to
fine-tune settings. In addition, a board is still allowed to just
provide a custom `void clock_init(void)` if there really is the need
to do crazy things.
2023-05-16 10:05:09 +02:00
Karl Fessel
05f114d0af
doc: fix unbalaced grouping
...
- most were trivial
- missing group close or open
- extra space
- no doxygen comment
- name commad might open an implicit group
this hould also be implicit cosed but does not happen somtimes
- crazy: internal declared groups have to be closed internal
2022-09-14 15:05:25 +02:00
Francisco Molina
2bb6bc1b1b
boards/z1: update ztimer adjust params
2022-03-22 15:05:13 +01:00
Francisco Molina
84b37b7212
boards/z1: add CONFIG_ZTIMER_USEC_ADJUST_% values
2021-06-15 16:21:46 +02:00
MrKevinWeiss
cbf1f0b217
boards/z1: Remove unused UART_x_EN macro
2020-09-09 10:25:37 +02:00
Gomez Julien
905855b7c2
board/z1: Fix BTN0_PIN
...
Set BTN0_PIN to GPIO_PIN(2, 5) in board.h
#10611
2019-01-03 11:35:08 +01:00
Jose Alamos
7b28fbf110
boards: fix Doxygen group directives
2018-08-01 15:24:55 +02:00
c3fe5b62e4
boards/z1: fix driver params usage
2018-02-28 18:31:44 +01:00
Hauke Petersen
0a114d87f1
boards/z1: fixed LEDx_PIN definitions
2017-10-16 11:01:45 +02:00
Hauke Petersen
65194d1c38
boards: use default value for XTIMER_DEV and _CHAN
2017-08-28 16:32:39 +02:00
smlng
de948189c3
periph: generalized button macros
2017-06-20 21:19:56 +02:00
0fcc7d3834
cleanup: apply headerguard script output
2017-05-24 17:54:02 +02:00
882bcff048
boards: replace @brief with @name when necessary
2017-04-13 12:10:30 +02:00
Bas Stottelaar
3b14a584b8
boards: *: remove SPI_*_EN now rework is merged
2017-01-31 19:38:41 +01:00
ebc35a0613
boards: fix doxygen @brief in periph.conf
2017-01-27 10:31:56 +01:00
Hauke Petersen
d5e00e594a
cpu/msp430fxyz+boards: adapted to new SPI API
...
- adapted the SPI driver
- adapted all boards using the CPU
2017-01-25 16:46:05 +01:00
Oleg Hahm
3c6678b037
*: fix mismatching endifs for header guards
2017-01-19 18:30:53 +01:00
Oleg Hahm
7ee7801c10
*: remove trailing underscores from header guards
2017-01-19 18:30:53 +01:00
PeterKietzmann
94df5a81a8
boards/z1:increase SPI speed for on-board radio
2016-11-29 09:03:22 +01:00
Hauke Petersen
fc243f1841
boards: removed some superfluous definitions
...
- removed UART_STDIO_DEV as they use the default value
- removed BTN_B1_PIN for nucleo-207, as its already defined in the common header
2016-09-29 11:21:48 +02:00
1c6c447493
Merge pull request #5607 from gebart/pr/xtimer-cleanups
...
xtimer: Code refactoring and clean ups
2016-07-07 06:37:50 +02:00
Joakim Nohlgård
4d862955c2
xtimer: Rename XTIMER -> XTIMER_DEV
2016-07-06 22:23:04 +02:00
46bd2f45d9
sys: xtimer: replace XTIMER_MASK with XTIMER_WIDTH in board config
2016-07-06 18:16:15 +02:00
Hauke Petersen
204702897b
boards/z1: add support for CC2420 radio
2016-07-06 18:14:48 +02:00
Ian Martin
963f8a495d
sys/xtimer: eliminate XTIMER_SHIFT_ON_COMPARE
2016-04-18 12:06:20 -04:00
Martine Lenders
dd0fe60789
Merge pull request #5210 from gtrpucp/BOARD_Z1_FIX_UART
...
Board z1: Fix UART pin assignment
2016-03-31 12:36:18 +02:00
Joel Palomino
28d0097e5b
z1: Fix UART pin assignment
2016-03-30 11:59:38 -05:00
malo
f093d10409
msp430: spi/uart cleaned up USIC - USCI confusion
...
Signed-off-by: malo <malo@25cmsquare.io>
2016-03-24 09:42:59 +01:00
Hauke Petersen
363b883d51
boards: fixed doxygen in msp430 and x86 board.h
2016-03-15 18:37:54 +01:00
Hauke Petersen
899fb27fa4
boards/z1: unified LED defines
2016-03-15 18:37:53 +01:00
Joakim Nohlgård
dc303a4f0b
sys/uart_stdio: rename STDIO -> UART_STDIO_DEV, move to header
2016-03-11 12:04:00 +01:00
Hauke Petersen
db25206a58
boards: use default values for STDIO defines
2016-01-05 12:08:31 +01:00
Hauke Petersen
ddb8765ee4
boards/z1: adjusted to UART changes
2015-10-27 14:59:39 +01:00
Hauke Petersen
e395dfd91e
boards: s/GPIO(x,y)/GPIO_PIN(x,y)/
2015-10-13 14:59:53 +02:00
Hauke Petersen
a3e11cad93
boards: s/TIMER_DEV/TIMER_BASE/ for msp430 boards
2015-09-17 13:57:58 +02:00
Hauke Petersen
ce6b1d390a
boards/z1: added SPI configuration
2015-09-17 11:32:38 +02:00
44cdec0e1e
boards: msp430*: added (x)timer XTIMER_SHIFT_ON_COMPARE values
2015-09-16 11:13:41 +02:00
c581e884a7
boards: z1: remove hwtimer from board.h
2015-09-16 10:58:53 +02:00
Hauke Petersen
bb204add17
boards/z1: adapted to use periph UART driver
2015-09-03 12:00:33 +02:00
Hauke Petersen
2e9403d8fe
board/z1: added (x)timer configuration
2015-09-02 17:10:28 +02:00
830af458ea
oldnet: remove radio_packet_length_t define
2015-08-06 12:13:18 +02:00
Oleg Hahm
5ca37400b8
boards: remove all C++ comments
2015-06-24 15:54:36 +02:00
BigDaddyD
b6bd067863
boards: removed leading underscores from macros
...
* also added a trailing underscore to header guards for consistency
Commit for PR 2623, repairing header file include guards.
This PR is intended to fix the include guards in files under RIOT/boards
SQUASH ME: fix underscore removal overdos
SQUASH ME: consistent macro naming
SQUASH ME: missed that one
SQUASH ME: fixed overdo
SQUASH ME: consistency
2015-06-24 15:54:36 +02:00
Hauke Petersen
d45ab123bf
board/z1: fixed doxygen group name
2015-02-12 15:11:01 +01:00
Oleg Hahm
f7b197007d
travis: make travis happy for empty header files
2014-12-16 17:02:44 +01:00
Oleg Hahm
ed54a5765a
boards: created periph-conf.h for remaining boards
2014-12-16 17:02:44 +01:00
BytesGalore
fc56535dd3
boards: add extern "C"
to header files
2014-10-31 11:27:59 +01:00
Oleg Hahm
3c0d91720b
Revert "boards: introduced a HAS_RADIO define"
...
This reverts commit 4238f40429
.
2014-10-30 23:13:52 +01:00