nes-proj/arch/platform/srf06-cc26xx/sensortag
George Oikonomou 90b5d2a149 Differentiate flash part across sensortag/cc2650 versions
Older CC2650 sensortags have a Winbond W25X40CL 4MBit SPI flash. Newer ones have a Macronix MX25R8035F 8MBit part. The parts have almost identical instruction sets and are both supported by our generic external flash driver. The key difference between the two parts is that they have different Manufacturer and Device IDs.

This commit allows us to switch between the two: We default to the new revision, and allow users to build for the older one by defining `SENSORTAG_CC2650_REV_1_2_0` to 1.

Current tags are version 1.5.1. Older tags are version 1.2.0. To identify older tags, look for "Rev: 1.2" printed on the PCB. They should also have a sticker that reads "Rev: 1.3.0" and "HW Rev 1.2.0".
2018-05-18 15:06:58 +01:00
..
cc1350 Delete trailing whitespaces (various leds-arch.c files) 2018-04-07 14:49:40 +01:00
cc2650 Differentiate flash part across sensortag/cc2650 versions 2018-05-18 15:06:58 +01:00
Makefile.sensortag ext-flash driver moved to arch/dev/ 2018-04-04 11:30:32 +01:00
bmp-280-sensor.c
bmp-280-sensor.h
board-buttons.c Implement the new button HAL: Sensortag 2018-03-14 09:34:45 +00:00
board-i2c.c
board-i2c.h
board-peripherals.h Implement the new button HAL: Sensortag 2018-03-14 09:34:45 +00:00
board.c spi hal implementation for sensortag 2018-04-04 11:30:32 +01:00
buzzer.c
buzzer.h
hdc-1000-sensor.c
hdc-1000-sensor.h
mpu-9250-sensor.c
mpu-9250-sensor.h
opt-3001-sensor.c
opt-3001-sensor.h
sensor-common.c
sensor-common.h
sensortag-sensors.c Implement the new button HAL: Sensortag 2018-03-14 09:34:45 +00:00
tmp-007-sensor.c
tmp-007-sensor.h