Gregory Nutt
|
4cba634a12
|
Mostly cosmetic changes from review of last PR. Also same inappropriate use of _info changes to configurable debug macros. Remember folks, if it has a _ or __ in front, it is not intended for use outside of the header file. It is an internal private definition.
|
2017-08-30 07:05:30 -06: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
|
dc8f3778a9
|
drivers/sensors: Fix more naming of configurations to be compliant for two more drivers. Still a few more to go.
|
2017-08-24 10:26:53 -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
|
7577dba2c3
|
Move remaining, unique Make.defs files into scripts directory.
|
2017-07-11 11:40:27 -06:00 |
|
Gregory Nutt
|
e40ccc1b60
|
Move remaining, unique Make.defs files into scripts directory.
|
2017-07-11 11:14:11 -06:00 |
|
Gregory Nutt
|
422888733b
|
More conversions of defconfig files to compressed format. Not yet finished.
|
2017-07-09 19:25:19 -06:00 |
|
Gregory Nutt
|
90f38af8dc
|
More conversions of defconfig files to compressed format. Not yet finished.
|
2017-07-09 18:48:28 -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 |
|
Gregory Nutt
|
cd54a0340f
|
Fix a typo. And typo in Kconfig file is reflect in all defconfig files.
|
2017-06-15 14:29:09 -06:00 |
|
Gregory Nutt
|
b0fda33e13
|
Kconfig: Rename CONFIG_ARM_TOOLCHAIN_IAR to CONFIG_ARCH_TOOLCHAIN_IAR
|
2017-05-13 16:01:38 -06:00 |
|
Gregory Nutt
|
6e4918c557
|
Remove CONFIG_ARM_TOOLCHAIN_GNU; replace with CONFIG_ARCH_TOOLCHAIN_GNU
|
2017-05-13 13:28:15 -06:00 |
|
Gregory Nutt
|
7fe112fe4c
|
Kconfig/deconfigs: Add CONFIG_ARCH_TOOLCHAIN_GNU to indicate that the toolchain is based on GNU gcc/as/ld. This is in addition to the CPU-specific versions of the same definition.
|
2017-05-13 11:44:12 -06:00 |
|
Gregory Nutt
|
0de294a586
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
|
Sebastien Lorquet
|
ce4c18afe4
|
More unbuilt stm32 -> stm32l4 changes
|
2017-05-09 11:15:08 +02:00 |
|
Sebastien Lorquet
|
8c0a70e25c
|
Typo
|
2017-05-09 11:09:02 +02:00 |
|
Sebastien Lorquet
|
565c952077
|
Update defconfig, fix nucleo-32 uart pinout
|
2017-05-09 11:00:56 +02:00 |
|
Sebastien Lorquet
|
14831a18c6
|
cleanup all external peripherals
|
2017-05-09 10:01:26 +02:00 |
|
Sebastien Lorquet
|
b2bb795520
|
Final fixes to get the nucleo-l432kc config build. execution not tested yet
|
2017-05-09 09:00:37 +02:00 |
|
Sebastien Lorquet
|
db4fd71f4f
|
first attempt at a nucleo-l432kc board
|
2017-05-02 17:18:15 +02:00 |
|