.. |
chip
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:26:01 -06:00 |
Kconfig
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
Make.defs
|
Add CONFIG_NETDEV_LATEINIT that can be used to suppress calls to up_netinitialize() from early initialization
|
2015-07-17 07:20:16 -06:00 |
pic32mz-config.h
|
Correct #if to #ifdef when the macro can be undefined. Fix bug in AT32UC3 clock initialization: AVR32_CLOCK_PLL_OSC1 should be AVR32_CLOCK_PLL0_OSC1 and AVR32_CLOCK_PLL1_OSC1.
|
2015-09-01 13:47:06 -04:00 |
pic32mz-decodeirq.c
|
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 |
pic32mz-dma.h
|
MIPS: Add some build support for the M14K and also for the PIC32MZ Starter Kit. Still a long way to go
|
2015-02-22 13:45:59 -06:00 |
pic32mz-ethernet.c
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
pic32mz-exception.c
|
Rename *lldbg to *llerr
|
2016-06-11 14:55:27 -06:00 |
pic32mz-excptmacros.h
|
PIC32MX/MZ: Fix error in assember macro. Noted by Tilak Tangudu
|
2016-01-05 10:04:50 -06:00 |
pic32mz-gpio.c
|
Rename *lldbg to *llerr
|
2016-06-11 14:55:27 -06:00 |
pic32mz-gpio.h
|
PIC32MZ Starter Kit: Add support for on-board buttons
|
2015-03-02 10:01:10 -06:00 |
pic32mz-gpioirq.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -06:00 |
pic32mz-head.S
|
PIC32MX/MZ: Fix error in assember macro. Noted by Tilak Tangudu
|
2016-01-05 10:04:50 -06:00 |
pic32mz-irq.c
|
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 |
pic32mz-lowconsole.c
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
pic32mz-lowconsole.h
|
Standardize the width of all comment boxes in C header files
|
2015-10-03 07:28:30 -06:00 |
pic32mz-lowinit.c
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
pic32mz-lowinit.h
|
PIC32MZ: Add beginnings of CPU initialization logic. Still some bad logic for setting up peripheral clocking
|
2015-02-24 09:30:30 -06:00 |
pic32mz-serial.c
|
Rename *lldbg to *llerr
|
2016-06-11 14:55:27 -06:00 |
pic32mz-spi.c
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
pic32mz-spi.h
|
For LK MCUs, rename up_spiinitialize to kl_spibus_initialize
|
2016-01-26 16:19:03 -06:00 |
pic32mz-timerisr.c
|
arch/mips: fix some spacing and alignment issues
|
2015-10-12 08:18:03 -06:00 |
pic32mz-usbdev.h
|
MIPS: Add some build support for the M14K and also for the PIC32MZ Starter Kit. Still a long way to go
|
2015-02-22 13:45:59 -06:00 |