summaryrefslogtreecommitdiffstats
path: root/bsps/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* imxrt/mcux-sdk: Add HREQ-related bitsChristian Mauderer2023-07-241-0/+25
* bsps/imxrt: Fix getting qtmr clock for i.MXRT11xxChristian Mauderer2023-07-241-1/+1
* bsps/arm: replace CMSIS v4 with CMSIS v5 filesKarel Gardas2023-07-2110-4360/+6113
* arm/stm32h7: Add support for STM32H750B-DKKinsey Moore2023-07-203-2/+570
* xilinx-zynqmp: Include <rtems/termiostypes.h>Sebastian Huber2023-06-121-1/+1
* xilinx-zynqmp: Include <rtems/libio.h> for rtems_termios_initialize()Joel Sherrill2023-06-061-0/+1
* termios: Add <rtems/termiosdevice.h>Sebastian Huber2023-05-311-0/+1
* arm/xilinx-zynq: Initialize debug console onceSebastian Huber2023-05-261-0/+6
* arm/xilinx-zynq: Do not provide legacy APISebastian Huber2023-05-262-2/+1
* bsps/arm: Use interrupt entry for IPISebastian Huber2023-05-261-6/+10
* bsps/arm: Use interrupt entry for clock driverSebastian Huber2023-05-261-4/+9
* arm/xilinx-zynq: Improve Doxygen file commentsSebastian Huber2023-05-266-12/+64
* bsps/arm: Improve Doxygen groupsSebastian Huber2023-05-265-9/+62
* bsps: Improve Doxygen file commentsSebastian Huber2023-05-265-9/+42
* imx_iomux: Don't set reserved bits in PAD_CTLChristian Mauderer2023-05-221-0/+10
* bsps/imxrt: Move board specific filesChristian Mauderer2023-05-224-0/+0
* bsps/imxrt: Make chip start code chip specificChristian Mauderer2023-05-222-0/+6
* bsps/imxrt: Support more chip variants in headerChristian Mauderer2023-05-221-9/+40
* bsps/imxrt: Remove unmaintained definesChristian Mauderer2023-05-222-56/+4
* bsps/imxrt: Get clock for IMXRT11xx in driversChristian Mauderer2023-05-224-6/+73
* bsps/imxrt1052: PLL config based on speed gradeChristian Mauderer2023-05-221-0/+7
* bsps/imxrt: Adapt to new mcux-sdk versionChristian Mauderer2023-05-22145-141136/+9
* bsps/imxrt: (Re-)Apply RTEMS patches to new libChristian Mauderer2023-05-229-0/+419
* bsp/imxrt: Update support library from mcux-sdkChristian Mauderer2023-05-22246-0/+396279
* Update company nameSebastian Huber2023-05-20336-336/+336
* bsps/arm: Fix wordingSebastian Huber2023-03-171-1/+1
* score/arm: enhance ARMV7M MPU setup with capability to set control registerKarel Gardas2023-03-166-6/+6
* bsps/stm32h7: fix propagation of configured HSE freq. value into the codeKarel Gardas2023-03-105-0/+22
* bsps/beagle: fix warning on possibly uninitialized clock control in pwmss.Karel Gardas2023-02-181-2/+8
* bsps/beagle: fix warning on missing castKarel Gardas2023-02-181-1/+1
* bsps/beagle: do not set values already set by spec file(s).Karel Gardas2023-02-181-10/+0
* doxygen: Add Doxygen files to a groupSebastian Huber2023-02-163-0/+24
* bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSPKarel Gardas2023-02-052-0/+18
* bsps/stm32h7: import stm32h757i-eval QSPI memory high-level driverKarel Gardas2023-02-054-0/+1607
* bsps/stm32h7: import MT25TL01G QSPI memory low-level driverKarel Gardas2023-02-053-0/+1476
* intr: Add Interrupt Manager implementation groupSebastian Huber2023-01-248-10/+10
* clockdrv: Add clock driver implementation groupSebastian Huber2023-01-241-4/+3
* tm27: Avoid function pointer castsSebastian Huber2023-01-241-2/+2
* bsp/tms570: Fix define redefinition errorSebastian Huber2023-01-171-2/+2
* bsp/atsam: Allow to use custom SDRAMChristian Mauderer2022-12-151-0/+7
* bsps/atsam: Add NULL pointer protectionChristian Mauderer2022-12-155-2/+28
* bsps/atsam: Fix unidirectional SPI transfersChristian Mauderer2022-12-151-57/+131
* bsps/arm/beagle/dcan: Added DCAN supportPrashanth S2022-10-307-0/+11552
* bsps/arm: fix Cortex-M7 systick reload valueDariusz Sabala2022-10-261-1/+1
* bsps/arm: Mark functions in start.SSebastian Huber2022-09-221-0/+2
* bsps/arm: Move bsp_start_hook_0_done()Sebastian Huber2022-09-222-2/+6
* bsps/arm: Add comment about banked FIQ registersSebastian Huber2022-09-221-0/+1
* bsp/tms570: Fix declarationsSebastian Huber2022-09-201-4/+4
* bsps: Fix .data.rel.ro placementSebastian Huber2022-08-121-1/+1
* Use __asm__ for standard C compatibilitySebastian Huber2022-07-271-16/+16