- Apr 24, 2016
-
-
Lucas Russo authored
-
- Apr 19, 2016
-
-
Lucas Russo authored
This was include in commits from lnls-bpm/bpm-gw@09f35bd8f7 to lnls-bpm/bpm-gw@3c537b769f
-
- Feb 23, 2016
-
-
Lucas Russo authored
-
- Feb 05, 2016
-
-
Lucas Russo authored
Now, almost all (with the exception of the dev_io.c which will be fixed soon) specific code to a board is located inside include/board/<board_name> and src/board/<board_name>
-
- Oct 21, 2015
-
-
Lucas Russo authored
As LLIO is build as a library, we use the new header file location
-
- Oct 15, 2015
-
-
Lucas Russo authored
This is needed as we use a custom mapping between board/bpm and the bpm_id used to spawn EPICS IOC processes.
-
- Sep 14, 2015
-
-
Lucas Russo authored
-
- Apr 17, 2015
-
-
Lucas Russo authored
-
- Apr 15, 2015
-
-
Lucas Russo authored
This is a first setp into modularizing the source code into independent components. We would like to move as much as possible functionality into independent libraries (src/libs).
-
- Mar 19, 2015
-
-
Lucas Russo authored
-
- Nov 25, 2014
-
-
Lucas Russo authored
-
- Nov 19, 2014
-
-
Lucas Russo authored
It's more flexible to use a structure for these addresses. So, we can use different addresses for different SMIO instances.
-
- Nov 05, 2014
-
-
Lucas Russo authored
This is accordingly to the FPGA firmware code, bpm-gw repository, commit 8520861f09.
-
- Oct 16, 2014
-
-
Lucas Russo authored
-
- Aug 12, 2014
-
-
Lucas Russo authored
We don't use BAR4 specifier for all MACROS. Just for the ones that are the base address of the SMIOs.
-
- Aug 05, 2014
-
-
Lucas Russo authored
Also, we have changed the way we specify the devices. Now, we have only the offsets to a generic base address. In this way, we can instantiate various SMIO with the same name service, apart from an ID at the end, such as: BPM0:DEVIO:SWAP0, BPM0:DEVIO:SWAP1 and so on.
-