Pierre-noel Bouteville
|
76f12b1f69
|
I'm using syslog through ITM. In this case syslog_channel function is call before ram initialisation in stm32_clockconfig. But syslog channel uses a global variable that is reset to default by the RAM initialization.
|
2016-07-14 07:29:39 -06:00 |
|
Gregory Nutt
|
5b2aa7bf99
|
Remove all traces of CONFIG_SYSLOG
|
2016-06-19 13:59:43 -06:00 |
|
Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
|
Gregory Nutt
|
fc3ed64864
|
Make some spacing comply better with coding standard
|
2015-10-06 17:28:32 -06:00 |
|
Gregory Nutt
|
3fdd914203
|
Costmetic fixes to C coding style
|
2015-10-05 17:13:53 -06:00 |
|
Gregory Nutt
|
1f5e16dc95
|
Fix some warnings/errors detected by nuttx/tools/testbuilds.sh
|
2015-07-10 18:41:26 -06:00 |
|
Gregory Nutt
|
6b900ec05c
|
EFM32: Logic to unconditionally enable LE clocking. Even you don't use core clock LE as source for LFA or LFB, to read are write any register not clocked by HFPERCLK or HFCORECLK, HFCORECLKLE should be enabled. From Pierre-noel Bouteville.
|
2015-01-30 07:44:49 -06:00 |
|
Gregory Nutt
|
312cb6ffa0
|
EFM32: Tweaks to get EFM32GG-STK3700 running NSH over LEUART0
|
2014-11-12 12:50:09 -06:00 |
|
Gregory Nutt
|
442c646955
|
EFTM32 ITM: Add missing ~ in bit clear operation. From pn_bouteville@yahoo.fr
|
2014-11-01 06:51:14 -06:00 |
|
Gregory Nutt
|
4ec43d1002
|
EFM32: Various fixes for LEUART build
|
2014-10-29 09:37:39 -06:00 |
|
Gregory Nutt
|
7e697f2369
|
EFM32: Implement HFPERCLK logic
|
2014-10-28 19:46:45 -06:00 |
|
Gregory Nutt
|
3805a31473
|
EFM32: Correct a typo in LFXO bit in clock configuration
|
2014-10-28 08:59:27 -06:00 |
|
Gregory Nutt
|
df2abd3efc
|
EFM32: Add logic to initialize and use ITM system
|
2014-10-22 09:05:22 -06:00 |
|
Gregory Nutt
|
e7fe3882a6
|
EFM32: Add LFA and LFB clock support
|
2014-10-21 10:45:33 -06:00 |
|
Gregory Nutt
|
3896f187a6
|
Basic clock configuration logic
|
2014-10-19 11:08:56 -06:00 |
|
Gregory Nutt
|
de5c451a30
|
Add empty file for event EFM32 clock configuration logic
|
2014-10-18 15:22:11 -06:00 |
|