summaryrefslogtreecommitdiffstats
path: root/bsps/arm (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-24imxrt/mcux-sdk: Add HREQ-related bitsChristian Mauderer1-0/+25
2023-07-24bsps/imxrt: Fix getting qtmr clock for i.MXRT11xxChristian Mauderer1-1/+1
2023-07-21bsps/arm: replace CMSIS v4 with CMSIS v5 filesKarel Gardas10-4360/+6113
2023-07-20arm/stm32h7: Add support for STM32H750B-DKKinsey Moore3-2/+570
2023-06-12xilinx-zynqmp: Include <rtems/termiostypes.h>Sebastian Huber1-1/+1
2023-06-06xilinx-zynqmp: Include <rtems/libio.h> for rtems_termios_initialize()Joel Sherrill1-0/+1
2023-05-31termios: Add <rtems/termiosdevice.h>Sebastian Huber1-0/+1
2023-05-26arm/xilinx-zynq: Initialize debug console onceSebastian Huber1-0/+6
2023-05-26arm/xilinx-zynq: Do not provide legacy APISebastian Huber2-2/+1
2023-05-26bsps/arm: Use interrupt entry for IPISebastian Huber1-6/+10
2023-05-26bsps/arm: Use interrupt entry for clock driverSebastian Huber1-4/+9
2023-05-26arm/xilinx-zynq: Improve Doxygen file commentsSebastian Huber6-12/+64
2023-05-26bsps/arm: Improve Doxygen groupsSebastian Huber5-9/+62
2023-05-26bsps: Improve Doxygen file commentsSebastian Huber5-9/+42
2023-05-22imx_iomux: Don't set reserved bits in PAD_CTLChristian Mauderer1-0/+10
2023-05-22bsps/imxrt: Move board specific filesChristian Mauderer4-0/+0
2023-05-22bsps/imxrt: Make chip start code chip specificChristian Mauderer2-0/+6
2023-05-22bsps/imxrt: Support more chip variants in headerChristian Mauderer1-9/+40
2023-05-22bsps/imxrt: Remove unmaintained definesChristian Mauderer2-56/+4
2023-05-22bsps/imxrt: Get clock for IMXRT11xx in driversChristian Mauderer4-6/+73
2023-05-22bsps/imxrt1052: PLL config based on speed gradeChristian Mauderer1-0/+7
2023-05-22bsps/imxrt: Adapt to new mcux-sdk versionChristian Mauderer145-141136/+9
2023-05-22bsps/imxrt: (Re-)Apply RTEMS patches to new libChristian Mauderer9-0/+419
2023-05-22bsp/imxrt: Update support library from mcux-sdkChristian Mauderer246-0/+396279
2023-05-20Update company nameSebastian Huber336-336/+336
2023-03-17bsps/arm: Fix wordingSebastian Huber1-1/+1
2023-03-16score/arm: enhance ARMV7M MPU setup with capability to set control registerKarel Gardas6-6/+6
2023-03-10bsps/stm32h7: fix propagation of configured HSE freq. value into the codeKarel Gardas5-0/+22
2023-02-18bsps/beagle: fix warning on possibly uninitialized clock control in pwmss.Karel Gardas1-2/+8
2023-02-18bsps/beagle: fix warning on missing castKarel Gardas1-1/+1
2023-02-18bsps/beagle: do not set values already set by spec file(s).Karel Gardas1-10/+0
2023-02-16doxygen: Add Doxygen files to a groupSebastian Huber3-0/+24
2023-02-05bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSPKarel Gardas2-0/+18
2023-02-05bsps/stm32h7: import stm32h757i-eval QSPI memory high-level driverKarel Gardas4-0/+1607
2023-02-05bsps/stm32h7: import MT25TL01G QSPI memory low-level driverKarel Gardas3-0/+1476
2023-01-24intr: Add Interrupt Manager implementation groupSebastian Huber8-10/+10
2023-01-24clockdrv: Add clock driver implementation groupSebastian Huber1-4/+3
2023-01-24tm27: Avoid function pointer castsSebastian Huber1-2/+2
2023-01-17bsp/tms570: Fix define redefinition errorSebastian Huber1-2/+2
2022-12-15bsp/atsam: Allow to use custom SDRAMChristian Mauderer1-0/+7
2022-12-15bsps/atsam: Add NULL pointer protectionChristian Mauderer5-2/+28
2022-12-15bsps/atsam: Fix unidirectional SPI transfersChristian Mauderer1-57/+131
2022-10-30bsps/arm/beagle/dcan: Added DCAN supportPrashanth S7-0/+11552
2022-10-26bsps/arm: fix Cortex-M7 systick reload valueDariusz Sabala1-1/+1
2022-09-22bsps/arm: Mark functions in start.SSebastian Huber1-0/+2
2022-09-22bsps/arm: Move bsp_start_hook_0_done()Sebastian Huber2-2/+6
2022-09-22bsps/arm: Add comment about banked FIQ registersSebastian Huber1-0/+1
2022-09-20bsp/tms570: Fix declarationsSebastian Huber1-4/+4
2022-08-12bsps: Fix .data.rel.ro placementSebastian Huber1-1/+1
2022-07-27Use __asm__ for standard C compatibilitySebastian Huber1-16/+16