Changeset 1db60df in rtems


Ignore:
Timestamp:
10/12/20 14:05:50 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
562c2a71
Parents:
1229817
git-author:
Sebastian Huber <sebastian.huber@…> (10/12/20 14:05:50)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/12/20 14:17:44)
Message:

build: Move drivers without SMP support

This fixes warnings like this:

warning: implicit declaration of function 'rtems_interrupt_disable'
warning: implicit declaration of function 'rtems_interrupt_enable'
warning: implicit declaration of function 'rtems_interrupt_flash'

Location:
spec/build/bsps
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • spec/build/bsps/obj.yml

    r1229817 r1db60df  
    2727- destination: ${BSP_INCLUDEDIR}/libchip
    2828  source:
    29   - bsps/include/libchip/am29lv160.h
    3029  - bsps/include/libchip/ata.h
    3130  - bsps/include/libchip/ata_internal.h
     
    4039  - bsps/include/libchip/ide_ctrl_io.h
    4140  - bsps/include/libchip/m48t08.h
    42   - bsps/include/libchip/mc146818a.h
    43   - bsps/include/libchip/mc68681.h
    4441  - bsps/include/libchip/ns16550.h
    4542  - bsps/include/libchip/ns16550_p.h
     
    5249  - bsps/include/libchip/spi-sd-card.h
    5350  - bsps/include/libchip/wd80x3.h
    54   - bsps/include/libchip/z85c30.h
    5551- destination: ${BSP_INCLUDEDIR}/dev/serial
    5652  source:
     
    6864- role: build-dependency
    6965  uid: objnetnosmp
     66- role: build-dependency
     67  uid: objnosmp
    7068source:
    7169- bsps/shared/dev/display/disp_hcms29xx.c
    7270- bsps/shared/dev/display/font_hcms29xx.c
    73 - bsps/shared/dev/flash/am29lv160.c
    7471- bsps/shared/dev/i2c/i2c-2b-eeprom.c
    7572- bsps/shared/dev/i2c/i2c-ds1621.c
     
    9390- bsps/shared/dev/rtc/m48t08_reg8.c
    9491- bsps/shared/dev/rtc/m48t08_reg.c
    95 - bsps/shared/dev/rtc/mc146818a.c
    96 - bsps/shared/dev/rtc/mc146818a_ioreg.c
    9792- bsps/shared/dev/rtc/rtcprobe.c
    9893- bsps/shared/dev/serial/arm-pl011.c
    99 - bsps/shared/dev/serial/mc68681_baud.c
    100 - bsps/shared/dev/serial/mc68681.c
    101 - bsps/shared/dev/serial/mc68681_reg2.c
    102 - bsps/shared/dev/serial/mc68681_reg4.c
    103 - bsps/shared/dev/serial/mc68681_reg8.c
    104 - bsps/shared/dev/serial/mc68681_reg.c
    10594- bsps/shared/dev/serial/ns16550.c
    10695- bsps/shared/dev/serial/ns16550-context.c
    10796- bsps/shared/dev/serial/serprobe.c
    108 - bsps/shared/dev/serial/z85c30.c
    109 - bsps/shared/dev/serial/z85c30_reg.c
    11097- bsps/shared/start/bootcard.c
    11198- bsps/shared/rtems-version.c
Note: See TracChangeset for help on using the changeset viewer.