Gregory Nutt
|
d9314c1034
|
LPC43xx ADC: board.h should be included last; Also, unreleated, update tools/README.txt
|
2016-07-30 07:05:10 -06:00 |
|
Gregory Nutt
|
14de4b99f8
|
Simplify some computations
|
2016-07-23 08:13:25 -06:00 |
|
Gregory Nutt
|
369c942605
|
uint8_t is big enough for global. Range of values only 2-10
|
2016-07-21 15:18:27 -06:00 |
|
Gregory Nutt
|
67900beaaa
|
LP43 Heap: REALLY eliminate the warning this time
|
2016-07-21 15:15:56 -06:00 |
|
Gregory Nutt
|
0d98507af1
|
Eliminate a warning
|
2016-07-20 16:47:23 -06:00 |
|
Vytautas Lukenskas
|
ac2a5e079c
|
Add change missing in Make.defs for last LPC43xx change
|
2016-07-19 09:28:15 -06:00 |
|
Vytautas Lukenskas
|
f222d37aa7
|
Extend LPC43xx EMC code to support SDRAM on a dynamic memory interface.
|
2016-07-19 07:11:04 -06:00 |
|
Gregory Nutt
|
54bc6c88dd
|
Fix cast of return value
|
2016-07-14 10:21:31 -06:00 |
|
Gregory Nutt
|
3f6835fda9
|
If CONFIG_SPIFI_SECTOR512 undefined, lpc43_bwrite doesn't do actual write (probably copy/paste errors). Still not sure about current state of lpc43_spifi implementation, but for me NXFFS works with this patch. From Vytautas Lukenskas.
|
2016-07-14 10:11:19 -06:00 |
|
Paul A. Patience
|
a4d5845887
|
efm32, lcp43, stm32, stm32l4: disable interrupts with NVIC_IRQ_CLEAR
|
2016-06-28 15:12:39 -04:00 |
|
Alexander Vasiljev
|
315e22e4df
|
Correct auto-negotiation mode in the LPC43xx ethernet.
|
2016-06-24 10:09:36 -06:00 |
|
Gregory Nutt
|
2a751068e6
|
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
|
2016-06-20 12:44:38 -06:00 |
|
Gregory Nutt
|
43eb04bb8f
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
|
Gregory Nutt
|
d40a473f72
|
Without lowsyslog() *llwarn() is not useful. Eliminate and replace with *warn().
|
2016-06-20 09:37:08 -06:00 |
|
Gregory Nutt
|
349748dd7e
|
LPC43xx: Convert *err() to either *info() or add ERROR:, depending on if an error is reported
|
2016-06-17 09:40:09 -06:00 |
|
Gregory Nutt
|
0d3ecb3ddd
|
Fix another victim of the mass name changes: xyz_errmonitor->xyz_dbgmonitor
|
2016-06-17 07:00:33 -06:00 |
|
Gregory Nutt
|
0c8c7fecf0
|
Add _ to the beginning of all debug macros to avoid name collisions
|
2016-06-16 12:33:32 -06:00 |
|
Gregory Nutt
|
ba03134bed
|
Centralize definitions associated with CONFIG_DEBUG_SPI
|
2016-06-15 10:41:13 -06:00 |
|
Gregory Nutt
|
c4e6f50eac
|
Centralize definitions associated with CONFIG_DEBUG_IRQ
|
2016-06-15 08:35:22 -06:00 |
|
Gregory Nutt
|
0f249016a0
|
Eliminate some warnings
|
2016-06-13 14:01:32 -06:00 |
|
Gregory Nutt
|
eac916c907
|
Fix some warnings
|
2016-06-13 11:48:20 -06:00 |
|
Gregory Nutt
|
b9aadf7242
|
configs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-13 08:45:54 -06:00 |
|
Gregory Nutt
|
a1469a3e95
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
|
Gregory Nutt
|
e99301d7c2
|
Rename *lldbg to *llerr
|
2016-06-11 14:55:27 -06:00 |
|
Gregory Nutt
|
86b79b33cf
|
Reserver the name 'err' for other purposes
|
2016-06-11 14:40:07 -06:00 |
|
Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
|
Gregory Nutt
|
fc3540cffe
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:59:51 -06:00 |
|
Gregory Nutt
|
3a74a438d9
|
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
|
2016-06-11 11:50:18 -06:00 |
|
Gregory Nutt
|
af43ce4f46
|
Update ChangeLog
|
2016-06-05 15:01:37 -06:00 |
|
Gregory Nutt
|
7671087abc
|
LPC32xx GPIO interrupts: Remove some old logic that should not be there.
|
2016-06-04 16:36:27 -06:00 |
|
Gregory Nutt
|
1c4d0686c8
|
LPC43xx: Fill out some missing GPIO interrupt logic
|
2016-06-04 16:05:36 -06:00 |
|
Gregory Nutt
|
ed1535f188
|
Changes from review of last PR
|
2016-06-04 07:52:56 -06:00 |
|
v01d
|
774e7f9865
|
lpc43 GPIO Interrupts enabled and fixed (not all cases tested)
|
2016-06-04 00:28:53 -03:00 |
|
Gregory Nutt
|
b80bf20374
|
Fix another bungle in the last commit
|
2016-05-31 11:52:40 -06:00 |
|
Gregory Nutt
|
b5c37f0270
|
LP43: Add support for more than 63 interrupts (not currently needed)
|
2016-05-31 11:42:21 -06:00 |
|
Gregory Nutt
|
828c898a80
|
LP43: Add support for more than 63 interrupts (not currently needed)
|
2016-05-31 11:39:51 -06:00 |
|
Gregory Nutt
|
f65616f872
|
Replace confusing references to uIP with just 'the network'
|
2016-05-30 09:16:32 -06:00 |
|
Gregory Nutt
|
2f5221ed91
|
Add ADC bind method to the LPC43xx and SAMA5Dx ADC drivers
|
2016-05-26 12:19:17 -06:00 |
|
Gregory Nutt
|
2a87741e72
|
Rename CONFIG_ARCH_HAVE_UARTn to CONFIG_UARTn_SERIALDRIVER
|
2016-05-25 10:45:01 -06:00 |
|
Gregory Nutt
|
249a2e48e5
|
Rename CONFIG_ARCH_HAVE_USARTn to CONFIG_USARTn_SERIALDRIVER
|
2016-05-25 10:39:23 -06:00 |
|
Gregory Nutt
|
317bf064a8
|
i.MX6: Clean up some initializers
|
2016-05-24 07:44:36 -06:00 |
|
Alexander Vasiljev
|
ad6f37edfa
|
Adds definitions for the LPC4337jet100 chip.
|
2016-05-24 07:03:50 -06:00 |
|
Alexander Vasiljev
|
b43fcd6f99
|
LPC43xx: Add AES support.
|
2016-05-23 08:03:32 -06:00 |
|
Gregory Nutt
|
050f544782
|
Fix typo in variable name in serial BREAK logic. Review other serial implementations for similar naming problems.
|
2016-05-05 11:30:47 -06:00 |
|
Gregory Nutt
|
b8ee28cb57
|
lpc4357fet256_pinconfig.h has wrong ethernet pins configuration (slow slew rate, somewhere inbuffer should be used). From Vytautas Lukenskas
|
2016-04-20 06:37:26 -06:00 |
|
Gregory Nutt
|
267e20c729
|
PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains.
|
2016-03-27 13:01:32 -06:00 |
|
Gregory Nutt
|
32acc35c88
|
PM: Add activity domain to all PM callbacks
|
2016-03-27 11:18:54 -06:00 |
|
Gregory Nutt
|
51be83aa3a
|
ARM: Fix missing header file. Update comments in all *_irq.c files.
|
2016-03-09 15:08:58 -06:00 |
|
Gregory Nutt
|
4d4f54a789
|
Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs
|
2016-03-09 13:41:48 -06:00 |
|
Gregory Nutt
|
9c63736c98
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
|