1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-22 08:40:37 +02:00
ben-wpan/atusb
Josef Filzmaier ea23c905d3 atusb/fw: Introduction of a new board named HULUSB
The Busware HUL v1.1 dongle is a product very similar
to the rzusb dongle but with the at86rf212 instead of
the at86rf230 transceiver.

Some code refactoring has been made in order to better
support multiple hardware targets. This includes:

The reset_rf functions are now in the board specific files.
The led functions are now in the board specific files.
The register read/write functions are moved from mac.c to the generic
board.c file as they are used by functions like reset_rf that are
not within the mac.c file. Also the subreg_read and subreg_write
functions were introduced for convenience.
The function to change state is now also in board.c.

The hardware types are moved into the atusb.h file (which is always
synchrornized with the linux atusb driver) because they are now used
by the driver to identify and configure the hardware.

Within the makefile a new target name is specified called: hulusb

Signed-off-by: Josef Filzmaier <j.filzmaier@gmx.at>
2017-09-13 17:45:54 +02:00
..
cam Updates CAM processes of various sub-projects 2011-02-21 23:31:04 -03:00
fw atusb/fw: Introduction of a new board named HULUSB 2017-09-13 17:45:54 +02:00
atrf.sch atusb/: use "r" and "c" from kicad-libs, instead of KiCad "device" 2016-08-01 12:10:15 -03:00
atusb.brd atusb: include the position of fiducials in atusb-pos.csv (for fab) 2011-06-07 16:51:26 -03:00
atusb.cmp atusb: enlarged USB positioning pin hole; general cleanup 2011-03-31 03:27:11 -03:00
atusb.pro atusb/usb.sch, atusb.pro: replace CONN_1 with TESTPOINT 2016-08-01 12:17:18 -03:00
atusb.sch atusb/: use "r" and "c" from kicad-libs, instead of KiCad "device" 2016-08-01 12:10:15 -03:00
Makefile atusb: include the position of fiducials in atusb-pos.csv (for fab) 2011-06-07 16:51:26 -03:00
README-PCB atusb: enlarged USB positioning pin hole; general cleanup 2011-03-31 03:27:11 -03:00
README-SMT atusb: enlarged USB positioning pin hole; general cleanup 2011-03-31 03:27:11 -03:00
usb.sch atusb/usb.sch, atusb.pro: replace CONN_1 with TESTPOINT 2016-08-01 12:17:18 -03:00