Daniel P. Carvalho
|
c28cbdb22f
|
configs/nucleo-l432kc/include/board.h: Fix SPI pin definitions.
|
2018-10-24 17:25:30 -06:00 |
|
Daniel Pereira Carvalho
|
391f3715c1
|
configs/nucleo-l432kc/include/nucleo-l432kc.h: Fix TIMx clock configuration. Also removes definitions related to timers no available in the STM32L432KC.
|
2018-08-07 14:44:44 -06:00 |
|
Daniel P. Carvalho
|
9574b0f29b
|
configs/nucleo-l432kc: Fix stm32_userleds and some comments. After change LD2 to LD3 in board.h stm32_userleds.c was broken.
|
2018-08-03 09:31:40 -06:00 |
|
Daniel Pereira Carvalho
|
d755b07a06
|
drivers/analog: Add driver for digital to analog converted DAC7571.
configs/nucleo-l432kc: Add support for a connect DAC7571 converter.
|
2018-08-02 06:40:48 -06:00 |
|
Daniel P. Carvalho
|
1ef922faac
|
configs/nucleo-l432kc: Fix RAM size; STM31L4x2xx has only 64Kb of RAM. Remove references to I2C and SDIO: There is no I2C2 or SDIO on the STM32F4x2xx.
|
2018-07-17 11:02:47 -06:00 |
|
Daniel P. Carvalho
|
9223123cd2
|
arch/arm/src/stm32l4: Added custom pin mapping for STM32L4X2XX processors.
|
2018-07-16 15:42:13 -06:00 |
|
Fanda Vacek
|
9916ca89e6
|
NUCLEO F432KC typo fixed, correct name is L432KC
Just README.txt and comments affected, no changes in the code
|
2018-01-21 19:06:22 +01:00 |
|
Gregory Nutt
|
f153df28d3
|
configs/nucleo-l432kc: Fix numerous cloning errors/typos.
|
2018-01-20 16:16:35 -06:00 |
|
Fanda Vacek
|
d0ae325c15
|
Issue #85: /dev/userleds is not working for nucleo-l432kc fixed
|
2018-01-20 23:02:34 +01:00 |
|
Fanda
|
53db5c80f3
|
Merged in fvacek/nuttx (pull request #572)
Fixed nucleo-l432kc broken build when CONFIG_USERLED_LOWER defined
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2018-01-16 23:33:58 +00:00 |
|
Juha Niskanen
|
0a1da7eaca
|
configs: update STM32L4 configs for ADC changes
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
|
2017-08-30 11:40:58 +03:00 |
|
Gregory Nutt
|
88a87f8e3f
|
6LoWPAN: The original, Contiki-based design used only a single buffer for reassemblying larger packets. This could be a problem issue for hub configurations which really need the capability concurrently reassemble multiple incoming streams concurrently. These was also a design issue in that the reassembly buffer could be corrupted by outgoing packets. The design was extended to support multiple reassembly buffers, each associated with the reassembly tag and source address. This assures that there can be be no corruption of the reassembly once it has started.
|
2017-08-26 10:00:47 -06:00 |
|
Juha Niskanen
|
874947d7e5
|
STM32L4 TIM: TIM15,16,17 are always in APB2
|
2017-08-25 07:02:21 -06:00 |
|
Gregory Nutt
|
2319ea53a9
|
STM32L4: Eliminate a warning about implicit definition of function. While we are at it, let's improve the naming a little too.
|
2017-07-22 09:53:29 -06:00 |
|
Gregory Nutt
|
c67b807f43
|
configs/: Remove dangling spaces at the end of lines in *.c and *.h files.
|
2017-06-28 13:21:20 -06:00 |
|
Sebastien Lorquet
|
565c952077
|
Update defconfig, fix nucleo-32 uart pinout
|
2017-05-09 11:00:56 +02:00 |
|
Sebastien Lorquet
|
db4fd71f4f
|
first attempt at a nucleo-l432kc board
|
2017-05-02 17:18:15 +02:00 |
|