Here is a list of changes.
- DAT Files : all pin variants of Xtiny, MX, DA, DB,DD and EA added
- Encryption add on : bug fixed.
- options, programmer shows an image (when available) of the selected programmer
- config varptrMode added to change behavior of Varptr()
- TYPE support added (the example uses an xtiny but it works for other processors too)
- xtiny low IO registers would not paint red/blue in the simulator.
- print fusing with a single array would fail because of a bug.
- new $USER directive added for creating .usr files for the Xtiny platform. This is a user signature data. Using $USER and DATA you can create the .usr file
- config TCDx changed so CTRLA is written last and the the status.0 bit is checked. without this the timer would not initialize properly
- readsig() for xtiny uses a named constant since the address might be different for other xtiny platforms.
- 1wread(bts , PinE , 3) failed when bts was a variable.
- config printX has an additional parameter : DELAY=time. This is an optional parameter that can be used to delay for the specified time before the data direction pin is switched
- Options, Environment, IDE, new method has an updated description.
- When using new method and wrong syntax for $regfile, the setting from the config file was used. Now you will get an error so it is clear you use the wrong DAT file.
- when storing project prj file in a different folder than the source, source code errors reported by the compiler were not jumped to when double clicked in the Error window.
- alert window position is saved
- STOP WATCHDOG bug fixed for Xtiny platform.
- simulator IO grid improved for speed. Other grids in simulator are improved as well since they use the same improved code.
- simulator SRAM grid improved for speed and displaying options. See help.
- i2cinit bug fixed for xtiny 8 pin devices which have a different port for i2c
- when updating from an old version and keeping settings files, the options, Compiler , LCD could have a value of nothing(not selected)
this could cause the compilation to end without creating bin/hex files.
- Microchip SNAP/EDBG programmer support added. Xtiny Add on is required for this. (this release also adds beta ISP and PDI support)
- config DMXSLAVE bug fixed for COM4. Also COM5 and COM6 added.
- search and replace in files added.
- find, search and replace button added to clear the history. this replaces the right click menu.
- alternative rename added using References, right click menu : RENAME. This will rename the selected item in the whole project, including the files on disk that are not loaded.
- readSig() added to Xtiny.
- _XTINY constant set to 4 for EA series.
- EEPROM writing updated and modified since all series handle this different in the NVM.
_EPROM_PAGESIZE is now an internal constant since it is used in the xtiny.lib
- pulseout did not work on normal AVR extended ports.
- using INPUT on XMEGA with a software uart would result in stack loss caused by code intended for the HW UART.
- using .\ for include files could load the file twice in the IDE when clicking the Error window and the code explorer. While this is fixed now, to include files that reside in the same folder as the main application, do not prefix the file.
- $programmer additional COMPORT option did not work for MCS Bootloader
- GETRC fix for xmega and Xtiny. While XMega would work with passing DDR register, the Xtiny passed the wrong register. Now all platforms can pass PINx register.
- CONFIG XPIN accepts both OUTPULL and PULLUP as a parameter to activate pullup. While normal AVR only supports pullup for input mode and the Xtiny also can only pullup in input mode, the Xmega supports various modes in output mode as well.
Since XMEGA was the first chip with pullup and atmel named it outpull we used this term too. But as it will be confusing for Xtiny/normal AVR, PULLUP is added.
- MCS UPDI programmers supports P3 protocol too as found in the EA series.
- simulation of xmega eeprom did not work.
- READ statement did not support multidim arrays. the optional num of bytes parameter was not described in the help.
- room for labels and other data increased in order to fix error 337.
- MCS UPDI programmer write counter added. It keeps track how many times a processor is programmed based on its serial number.
- SAFE option for DIM had a bug for one usage case. also optimized the code for multiple safe access.
- the simulator memory handling had a bug for LD reg,X so depending on used platform this could result in wrong simulation.
- HW register color could not be changed anymore.
- bigbuffers added for COM1/USART0
- config-kbd extended in DAT file with possible options
- CANSEND statement added. this statement does not wait/blocks the code. see help.
- watchdog documentation improved for xtiny. also added example watchdog-avrx128da28.bas
- splash window adjusted to show new xtiny processors
- some DAT files had the wrong flash_size value which results in programming problems
- find window lost right click copy,past,cut options when 'clear history' was added.
- config comx new options RX and TX enabled/disabled were reversed. (tx would disable rx and vice versa)
Jest juz nowy Bascom 2087 :D
- niveasoft
- Posty: 1268
- Rejestracja: 17 sie 2015, 12:13
- Kontakt:
