summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* bsp/lm3s69xx: Use interrupts for UART receiveEugeniy Meshcheryakov2013-05-061-12/+47
* bsp/lm3s69xx: More access macros for UART data registerEugeniy Meshcheryakov2013-05-061-0/+2
* bsp/raspberrypi: Enable unaligned accessAlan Cudmore2013-05-061-1/+1
* bsp/realview-pbx-a9: New BSPSebastian Huber2013-05-0325-0/+1894
* bsps/arm: Copy vector table only if necessarySebastian Huber2013-05-031-0/+4
* bsps/arm: Move .vector sectionSebastian Huber2013-05-031-38/+38
* bsps/arm: Move CP15 start initializationSebastian Huber2013-05-034-121/+140
* bsps/arm: Add arm_cp15_set_exception_handler()Sebastian Huber2013-05-031-0/+49
* bsps/arm: Add arm_cp15_set_trans*_table_entries()Sebastian Huber2013-05-033-39/+23
* bsps/arm: Add and use bsp_translation_table_baseSebastian Huber2013-05-033-10/+11
* bsps/arm: Move implementation to inline functionsSebastian Huber2013-05-038-74/+49
* bsp/lm3s69xx: New BSP variantsEugeniy Meshcheryakov2013-04-2622-136/+1286
* bsp/lpc24xx: Fix register addressSebastian Huber2013-04-081-1/+2
* bsps/arm: Add thread-local storage (TLS) sectionsSebastian Huber2013-03-261-1/+7
* bsp/raspberrypi: New BSPAlan Cudmore2013-03-2421-0/+1532
* bsps: Support DWARF extensionSebastian Huber2013-03-182-0/+4
* bsp/edb7312: Improve output charSebastian Huber2013-03-141-11/+20
* bsp/edb7312: Fix warningsSebastian Huber2013-03-141-8/+0
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-0815-4683/+0
* bsp/lpc32xx: Add BSP_USB_OTG_TRANSCEIVER_VBUSSebastian Huber2013-02-121-0/+3
* bsp/lpc24xx: Move UART probes to separate filesSebastian Huber2013-02-116-53/+130
* libchip/serial: Add const qualifierSebastian Huber2013-02-1112-15/+15
* bsp/lpc32xx: Bypass the IrDA modem for UART6Sebastian Huber2013-01-111-3/+6
* bsps/arm: Fix LPC Ethernet driver initializationSebastian Huber2013-01-091-0/+3
* arm/smdk2410: Update to include bspidle.cJoel Sherrill2013-01-081-1/+1
* arm/gp32: Correct compilation error in BSP Idle ThreadJoel Sherrill2013-01-084-24/+38
* bsp/lpc24xx: Declare conditionallySebastian Huber2013-01-071-0/+4
* bsp/lpc32xx: System reset after fatal conditionsSebastian Huber2013-01-071-1/+1
* bsp/lpc24xx: System reset after fatal conditionsSebastian Huber2013-01-071-1/+1
* bsp/lpc24xx: Request system reset for LPC17XXSebastian Huber2013-01-071-4/+6
* bsp/lpc24xx: Add WWDT module definesSebastian Huber2013-01-071-1/+21
* arm: Add and use _ARMV7M_Exception_default()Sebastian Huber2013-01-071-15/+16
* arm: Rename inline functionsSebastian Huber2013-01-072-4/+4
* arm: Move inline functionsSebastian Huber2013-01-071-0/+2
* arm: Add and use default exception handlerSebastian Huber2013-01-071-15/+15
* arm: Rename arm_exc_interrupt()Sebastian Huber2013-01-074-4/+4
* arm: Move prototypes to new fileSebastian Huber2013-01-073-0/+5
* bsps/arm: Move promiscuous mode settingSebastian Huber2012-12-181-2/+3
* bsps/arm: Add PHY up/downSebastian Huber2012-12-181-53/+211
* bsps/arm: Add PHY timeout detectionSebastian Huber2012-12-181-9/+20
* bsps/arm: Add interface down supportSebastian Huber2012-12-183-43/+105
* bsps/arm: Prepare for interface down supportSebastian Huber2012-12-181-78/+83
* bsps/arm: Use assert() instead of status macrosSebastian Huber2012-12-181-33/+9
* bsps/arm: Remove superfluous attributesSebastian Huber2012-12-181-3/+3
* bsps/arm: Avoid mbuf migration in LPC ethernetSebastian Huber2012-12-181-56/+30
* bsp/lpc32xx: Add UART_CLKMODE settingsSebastian Huber2012-12-182-0/+4
* bsp/lpc32xx: Configure U4_TX pin for UART 4Sebastian Huber2012-12-181-0/+8
* bsp/lpc32xx: Fix function prototypeSebastian Huber2012-12-181-2/+2
* bsp/lpc32xx: Add idle thread bodySebastian Huber2012-12-183-0/+39
* bsp/lpc32xx: Fix console baud configurationSebastian Huber2012-12-133-48/+64